Searched defs:ULong (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | gdtoa.h | 43 #ifndef ULong 44 #define ULong EFI_ULONG_T macro 121 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 126 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
|
H A D | gdtoaimp.h | 183 #define ULong EFI_ULONG_T macro 286 typedef union { double d; ULong L[2]; } U; 292 #define word0(x) ((ULong *)&x)[1] 293 #define word1(x) ((ULong *)&x)[0] 295 #define word0(x) ((ULong *)&x)[0] 296 #define word1(x) ((ULong *)&x)[1] 506 ULong x[1]; 516 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 518 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 576 extern void ULtof (ULong*, ULon [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 72 #define ULong PRUint32 macro 246 #ifndef ULong 247 typedef unsigned Long ULong; typedef 362 typedef union { double d; ULong L[2]; } U; 367 #define word0(x) ((ULong *)&x)[1] 368 #define word1(x) ((ULong *)&x)[0] 370 #define word0(x) ((ULong *)&x)[0] 371 #define word1(x) ((ULong *)&x)[1] 571 ULong x[1]; 599 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); [all...] |
Completed in 51 milliseconds