/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellSortTestApp/ |
H A D | ShellSortTestApp.c | 25 @param[in] b2 The other 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/bldprogs/ |
H A D | VBoxCmp.cpp | 77 uint8_t b2; local 78 size_t cb2 = fread(&b2, sizeof(b2), 1, pFile2); 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 | 127 int bbits, b2, b5, be, dig, i, ieps, ilim0, local 270 b2 = 0; 274 b2 = -j; 283 b2 -= k; 492 m2 = b2; 505 b2 += i; 513 b2 -= i; 562 b2 += Log2P; 584 b2 += i; 590 b2 [all...] |
H A D | gdtoa.c | 157 int bbits, b2, b5, be0, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, inex; local 267 b2 = 0; 271 b2 = -j; 280 b2 -= k; 498 m2 = b2; 522 b2 += i; 528 b2 -= i; 571 b2++; 593 b2 += i; 599 b2 [all...] |
/vbox/src/recompiler/fpu/ |
H A D | softfloat-macros.h | 351 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is 364 bits64 b2, 373 z2 = a2 + b2; 406 | Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2' 420 bits64 b2, 429 z2 = a2 - b2; 430 borrow1 = ( a2 < b2 ); 358 add192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument 414 sub192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | stax-ex.jar | ... public int length () public char charAt (int) byte b1
byte b2
byte b1
byte b2
int index
int offset
int base ... |
H A D | FastInfoset.jar | ... .FastInfosetException java.io.IOException int b
int b2
private void decodeExternalVocabularyURI () throws org.jvnet.fastinfoset. ... |
H A D | sjsxp.jar | ... int) byte[] b4
int count
int b0
int b1
int b2
int b3
public static void main (java.lang. ... |
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/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-string.cpp | 778 uint8_t b2 = pThis->pabString[pThis->offString + 1]; local 779 b2 -= 0x20; 780 if (RT_LIKELY(b2 < 0x60)) 782 uint16_t u16 = ((uint16_t)b << 8) | b2; 806 pThis->offString, u16, b + 0x20, b2 + 0x20, pMap->uRegistration, pMap->cToUni); 810 pThis->offString, b + 0x20, b2 + 0x20, pMap->uRegistration); 889 uint8_t b2 = pThis->pabString[pThis->offString + 1]; local 890 b2 -= 0xa0; 891 if (RT_LIKELY(b2 < 0x60)) 893 uint16_t u16 = ((uint16_t)b << 8) | b2; [all...] |
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng2-win.c | 752 uch r1, r2, g1, g2, b1, b2; local 807 b2 = b2_min + (b2_diff * yidx) / yidx_max; 834 *dest++ = b2; 859 b2 = rgb[bg[pat].rgb2_max].b; 873 *dest++ = (k*b1 + (max-k)*b2) / max;
|
H A D | rpng2-x.c | 855 uch r1, r2, g1, g2, b1, b2; local 912 b2 = b2_min + (b2_diff * yidx) / yidx_max; 939 *dest++ = b2; 964 b2 = rgb[bg[pat].rgb2_max].b; 978 *dest++ = (k*b1 + (max-k)*b2) / max;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/ |
H A D | SmmCis.h | 227 UINT64 b2; member in struct:__anon10570
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_base.c | 765 int c2, d, e, r2 = 0, g2 = 0, b2 = 0; local 789 b2 = 516 * d + 128; 795 | cliptobyte((c2 + b2) >> 8); /* blue */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 2757 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local 2896 b2 = 0; 2900 b2 = -j; 2909 b2 -= k; 3116 m2 = b2; 3129 b2 += i; 3135 b2 -= i; 3171 b2 += Log2P; 3193 b2 += i; 3199 b2 [all...] |
/vbox/src/recompiler/target-i386/ |
H A D | ops_sse.h | 1000 int b0, b1, b2, b3; local 1003 b2 = s->XMM_L(2) >> 31; 1005 return b0 | (b1 << 1) | (b2 << 2) | (b3 << 3);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | surface.c | 3892 int c2, d, e, r2 = 0, g2 = 0, b2 = 0; local 3916 b2 = 516 * d + 128; 3922 | cliptobyte((c2 + b2) >> 8); /* blue */ 3935 int c2, d, e, r2 = 0, g2 = 0, b2 = 0; local 3958 b2 = 516 * d + 128; 3963 | (cliptobyte((c2 + b2) >> 8) >> 3); /* blue */
|