Searched defs:xa0 (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | misc.c | 521 ULong *xa, *xa0, *xb, *xb0; local 534 xa0 = a->x; 535 xa = xa0 + j; 541 if (xa <= xa0) 655 ULong *xa, *xa0, w, y, z; local 665 xa0 = a->x; 666 xa = xa0 + a->wds; 676 w = xa > xa0 ? *--xa : 0; 680 z = xa > xa0 ? *--xa : 0; 683 y = xa > xa0 [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 1067 ULong *xa, *xa0, *xb, *xb0; local 1080 xa0 = a->x; 1081 xa = xa0 + j; 1087 if (xa <= xa0) 1237 ULong *xa, *xa0, w, y, z; local 1247 xa0 = a->x; 1248 xa = xa0 + a->wds; 1258 w = xa > xa0 ? *--xa : 0; 1262 z = xa > xa0 ? *--xa : 0; 1265 y = xa > xa0 [all...] |
Completed in 2274 milliseconds