Searched defs:RT_NOCRT (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/nocrt/
H A Dsetjmp.h35 typedef uint64_t RT_NOCRT(jmp_buf)[10 + (2*10)]; typedef
37 typedef uint64_t RT_NOCRT(jmp_buf)[8];
40 typedef uint32_t RT_NOCRT(jmp_buf)[6+2];
43 extern int RT_NOCRT(setjmp)(RT_NOCRT(jmp_buf));
44 extern int RT_NOCRT(longjmp)(RT_NOCRT(jmp_buf), int);
47 # define jmp_buf RT_NOCRT(jmp_buf)
48 # define setjmp RT_NOCRT(setjmp)
49 # define longjmp RT_NOCRT(longjm
[all...]
/vbox/src/recompiler/Sun/
H A De_powl-x86.S104 ENTRY(RT_NOCRT(powl)) function
403 END(RT_NOCRT(powl))
H A De_powl-amd64.S84 ENTRY(RT_NOCRT(powl)) function
361 END(RT_NOCRT(powl))
/vbox/include/iprt/
H A Dcdefs.h1285 /** @def RT_NOCRT
1298 * Same as RT_NOCRT only it'll return a double quoted string of the result.
1301 # define RT_NOCRT(name) nocrt_ ## name macro
1304 # define RT_NOCRT(name) name macro

Completed in 50 milliseconds