/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellSortTestApp/ |
H A D | ShellSortTestApp.c | 24 @param[in] b1 The first INTN 28 @retval -1 b1 is less than b2 29 @retval 1 b1 is greater then b2 33 Test(CONST VOID *b1, CONST VOID *b2) argument 35 if (*(INTN*)b1 == *(INTN*)b2) { 38 if (*(INTN*)b1 < *(INTN*)b2) {
|
/vbox/src/recompiler/ |
H A D | host-utils.c | 56 uint32_t a0, a1, b0, b1; local 63 b1 = b >> 32; 69 v = (uint64_t)a0 * (uint64_t)b1; 75 v = (uint64_t)a1 * (uint64_t)b1;
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGATmpl.h | 501 int x, b0, b1; local 509 b1 = (plane1[x >> 3] >> (7 - (x & 7))) & 1; 511 switch(b0 | (b1 << 1)) { 525 switch(b0 | (b1 << 1)) { 539 switch(b0 | (b1 << 1)) {
|
/vbox/src/bldprogs/ |
H A D | VBoxCmp.cpp | 75 uint8_t b1; local 76 size_t cb1 = fread(&b1, sizeof(b1), 1, pFile1); 81 if (b1 != b2) 83 printErr("0x%x%08x: %#04x (%3d) != %#04x (%3d)\n", (uint32_t)(off >> 32), (uint32_t)off, b1, b1, b2, b2);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | dtoa.c | 136 Bigint *b, *b1, *delta, *mhi, *S; local 523 b1 = mult(mhi, b); 524 if (b1 == NULL) 527 b = b1;
|
H A D | gdtoa.c | 161 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local 538 b1 = mult(mhi, b); 539 if (b1 == NULL) 542 b = b1;
|
H A D | misc.c | 175 Bigint *b1; local 204 b1 = Balloc(b->k+1); 205 if (b1 == NULL) { 209 Bcopy(b1, b); 211 b = b1; 396 Bigint *b1, *p5, *p51; local 428 b1 = mult(b, p5); 429 if (b1 == NULL) 431 b = b1; 466 Bigint *b1; local [all...] |
H A D | strtodg.c | 63 Bigint *b1; local 90 b1 = Balloc(b->k+1); 91 if (b1 == NULL) 93 Bcopy(b1,b); 95 b = b1;
|
/vbox/src/recompiler/fpu/ |
H A D | softfloat-macros.h | 332 | value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so 339 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 343 z1 = a1 + b1; 351 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is 363 bits64 b1, 375 z1 = a1 + b1; 388 | Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the 397 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 400 *z1Ptr = a1 - b1; 401 *z0Ptr = a0 - b0 - ( a1 < b1 ); 338 add128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument 358 add192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument 396 sub128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument 414 sub192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument 508 mul128To256( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr, bits64 *z3Ptr ) argument 548 bits64 b0, b1; local [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | stax-ex.jar | ... String getMimeType () public int length () public char charAt (int) byte b1
byte b2
byte b1
byte b2
int index
int offset ... |
H A D | sjsxp.jar | ... getEncodingName (byte[], int) byte[] b4
int count
int b0
int b1
int b2
int b3
public static void main (java. ... |
H A D | FastInfoset.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ... |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng2-win.c | 752 uch r1, r2, g1, g2, b1, b2; local 800 b1 = b1_min + (b1_diff * yidx) / yidx_max; 826 *dest++ = b1; 856 b1 = rgb[bg[pat].rgb1_max].b; 873 *dest++ = (k*b1 + (max-k)*b2) / max; 971 b1 = *src++; 972 *dest++ = b1;
|
H A D | rpng2-x.c | 855 uch r1, r2, g1, g2, b1, b2; local 905 b1 = b1_min + (b1_diff * yidx) / yidx_max; 931 *dest++ = b1; 961 b1 = rgb[bg[pat].rgb1_max].b; 978 *dest++ = (k*b1 + (max-k)*b2) / max;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/ |
H A D | SmmCis.h | 226 UINT64 b1; member in struct:__anon10570
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 655 Bigint *b1; local 683 b1 = Balloc(b->k+1); 684 Bcopy(b1, b); 686 b = b1; 950 Bigint *b1, *p5, *p51; local 975 b1 = mult(b, p5); 977 b = b1; 1008 Bigint *b1; local 1020 b1 = Balloc(k1); 1021 x1 = b1 2765 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local [all...] |
/vbox/src/recompiler/target-i386/ |
H A D | ops_sse.h | 1000 int b0, b1, b2, b3; local 1002 b1 = s->XMM_L(1) >> 31; 1005 return b0 | (b1 << 1) | (b2 << 2) | (b3 << 3); 1010 int b0, b1; local 1012 b1 = s->XMM_L(3) >> 31; 1013 return b0 | (b1 << 1);
|
H A D | translate.c | 3277 int b1, op1_offset, op2_offset, is_xmm, val, ot; local 3283 b1 = 1; 3285 b1 = 2; 3287 b1 = 3; 3289 b1 = 0; 3290 sse_op2 = sse_op_table1[b][b1]; 3296 if (b1 == 0) { 3340 b |= (b1 << 8); 3367 if (b1 & 1) { 3536 if (b1 [all...] |
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 729 #op " %" size "2, %" size "0 ; setz %b1" \ 2260 b.field[0] = b1;\ 2267 #op, a1, b1,\ 2271 void test_sse_comi(double a1, double b1) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzmaEnc.c | 795 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); local 810 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
|