Home
last modified time | relevance | path

Searched refs:result (Results 1 – 7 of 7) sorted by relevance

/RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dstatic.c57 BOOL result; in RsoLoad() local
61 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
62 if (!result) in RsoLoad()
66 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
67 if (!result) in RsoLoad()
85 BOOL result; in StaticRsoLoad() local
88 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
89 if (!result) in StaticRsoLoad()
93 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
94 if (!result) in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkMem2/src/
Dstatic.c45 BOOL result; in RsoLoad() local
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
50 if (!result) in RsoLoad()
54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
55 if (!result) in RsoLoad()
73 BOOL result; in RsoLoadMem2() local
77 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
78 if (!result) in RsoLoadMem2()
82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
83 if (!result) in RsoLoadMem2()
[all …]
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkJump/src/
Dstatic.c64 BOOL result; in RsoLoad() local
68 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
69 if (!result) in RsoLoad()
73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
74 if (!result) in RsoLoad()
92 BOOL result; in RsoLoadMem2() local
96 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
97 if (!result) in RsoLoadMem2()
101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
102 if (!result) in RsoLoadMem2()
[all …]
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkFar/src/
Dstatic.c109 BOOL result; in RsoLoad() local
113 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
114 if (!result) in RsoLoad()
118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
119 if (!result) in RsoLoad()
137 BOOL result; in RsoLoadMem2() local
141 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
142 if (!result) in RsoLoadMem2()
146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
147 if (!result) in RsoLoadMem2()
[all …]
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkList/src/
Dstatic.c45 BOOL result; in RsoLoad() local
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
50 if (!result) in RsoLoad()
54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
55 if (!result) in RsoLoad()
73 BOOL result; in StaticRsoLoad() local
76 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
77 if (!result) in StaticRsoLoad()
81 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
82 if (!result) in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c44 BOOL result; in RsoLoadFixed() local
50 result = DVDOpen(moduleName, &fileInfo); in RsoLoadFixed()
51 if (!result) in RsoLoadFixed()
55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed()
56 if (!result) in RsoLoadFixed()
96 BOOL result; in StaticRsoLoad() local
99 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
100 if (!result) in StaticRsoLoad()
104 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
105 if (!result) in StaticRsoLoad()
/RvlRsoSDK-3.2/build/demos/rsodemo/Manually/src/
Dstatic.c47 BOOL result; in RsoLoad() local
51 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
52 if (!result) in RsoLoad()
56 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
57 if (!result) in RsoLoad()
77 BOOL result; in StaticRsoLoad() local
80 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
81 if (!result) in StaticRsoLoad()
85 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
86 if (!result) in StaticRsoLoad()