/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2rng.c | 65 unsigned long low = 0; local 74 clockTickTime(&high, &low); 77 nBytes = sizeof(low) > size ? size : sizeof(low); 78 memcpy(buf, &low, nBytes);
|
/vbox/src/recompiler/fpu/ |
H A D | softfloat-specialize.h | 56 bits64 high, low; member in struct:__anon17411 116 z.low = 0; 248 z.low = 0; 326 | `high' and `low' values hold the most- and least-significant bits, 347 aLow = a.low & ~ LIT64( 0x4000000000000000 ); 351 && ( a.low == aLow ); 353 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 365 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 369 aLow = a.low & ~ LIT64( 0x4000000000000000 ); 373 && ( a.low [all...] |
/vbox/src/VBox/Runtime/common/math/gcc/ |
H A D | muldi3.c | 76 * (2^n + 1) (u0 v0) [u0v0 = low] 94 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 98 * (2^n)(high + mid + low) + low 101 * of 2^n in either one will also vanish. Only `low' need be computed 110 union uu u, v, low, prod; local 146 low.q = __lmulq(u0, v0); 163 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + 164 low.ul[H]; 165 prod.ul[L] = low 194 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; local [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | fold.c | 95 int low = 0, high = sizeof(wine_ligatures)/sizeof(WCHAR) -1; local 96 while (low <= high) 98 int pos = (low + high) / 2; 100 low = pos + 1; 112 int low = 0, high = sizeof(wine_ligatures)/sizeof(WCHAR) -1; local 113 while (low <= high) 115 int pos = (low + high) / 2; 117 low = pos + 1;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | joinkk.c | 92 PRThread *low,*high; local 94 /* create the low and high priority threads */ 96 low = PR_CreateThread(PR_USER_THREAD, 102 if (!low) { 103 if (debug_mode) printf("\tcannot create low priority thread\n"); 121 if (PR_JoinThread(low) == PR_FAILURE) { 122 if (debug_mode) printf("\tcannot join low priority thread\n"); 126 if (debug_mode) printf("\tjoined low priority thread\n");
|
H A D | joinku.c | 93 PRThread *low,*high; local 95 /* create the low and high priority threads */ 97 low = PR_CreateThread(PR_USER_THREAD, 103 if (!low) { 104 if (debug_mode) printf("\tcannot create low priority thread\n"); 122 if (PR_JoinThread(low) == PR_FAILURE) { 123 if (debug_mode) printf("\tcannot join low priority thread\n"); 127 if (debug_mode) printf("\tjoined low priority thread\n");
|
H A D | joinuk.c | 91 PRThread *low,*high; local 93 /* create the low and high priority threads */ 95 low = PR_CreateThread(PR_USER_THREAD, 101 if (!low) { 102 if (debug_mode) printf("\tcannot create low priority thread\n"); 120 if (PR_JoinThread(low) == PR_FAILURE) { 121 if (debug_mode) printf("\tcannot join low priority thread\n"); 125 if (debug_mode) printf("\tjoined low priority thread\n");
|
H A D | joinuu.c | 93 PRThread *low,*high; local 95 /* create the low and high priority threads */ 97 low = PR_CreateThread(PR_USER_THREAD, 103 if (!low) { 104 if (debug_mode) printf("\tcannot create low priority thread\n"); 122 if (PR_JoinThread(low) == PR_FAILURE) { 123 if (debug_mode) printf("\tcannot join low priority thread\n"); 127 if (debug_mode) printf("\tjoined low priority thread\n");
|
H A D | join.c | 121 PRThread *low,*high; local 123 /* create the low and high priority threads */ 125 low = PR_CreateThread(PR_USER_THREAD, 131 if (!low) { 132 if (debug_mode) printf("\tcannot create low priority thread\n"); 150 if (PR_JoinThread(low) == PR_FAILURE) { 151 if (debug_mode) printf("\tcannot join low priority thread\n"); 155 if (debug_mode) printf("\tjoined low priority thread\n");
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | etherfabric.h | 48 /** Dummy field low bit number */ 52 /** Dword 0 low bit number */ 56 /** Dword 1 low bit number */ 60 /** Dword 2 low bit number */ 64 /** Dword 3 low bit number */ 155 * Extract bit field portion [low,high) from the native-endian element 167 * [0,high-low), with garbage in bits [high-low+1,...). 169 #define EFAB_EXTRACT_NATIVE( native_element, min ,max ,low ,high ) \ 170 ( ( ( low > ma [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | fcache.c | 47 int low=0; local 58 if ( q != NULL && low==0 ) low = p-table;
|
H A D | hash.c | 155 int i,n=0,low=0, hi=0; local 165 if ( q != NULL && low==0 ) low = p-table; 194 fprintf(stderr, "Range of hash function: %d..%d\n", low, hi);
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | inftrees.c | 51 unsigned low; /* low bits for current root entry */ local 52 unsigned mask; /* mask for low root bits */ 159 of the low root bits of huff. This is saved in low to check for when a 206 low = (unsigned)(-1); /* trigger new sub-table when len > root */ 208 mask = used - 1; /* mask for comparing low */ 232 /* replicate for those indices with low len bits equal to huff */ 260 if (len > root && (huff & mask) != low) { 285 low [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/ |
H A D | s_atan.c | 82 u_int32_t low; local 83 GET_LOW_WORD(low,x); 85 (ix==0x7ff00000&&(low!=0)))
|
H A D | k_tan.c | 88 u_int32_t low; local 89 GET_LOW_WORD(low, x); 90 if(((ix | low) | (iy + 1)) == 0)
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | byteswap.h | 56 uint32_t low; member in struct:__anon15028 66 : "+m" ( dwords->low ), "+m" ( dwords->high ),
|
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | inftree9.c | 51 unsigned low; /* low bits for current root entry */ local 52 unsigned mask; /* mask for low root bits */ 153 of the low root bits of huff. This is saved in low to check for when a 200 low = (unsigned)(-1); /* trigger new sub-table when len > root */ 202 mask = used - 1; /* mask for comparing low */ 226 /* replicate for those indices with low len bits equal to huff */ 253 if (len > root && (huff & mask) != low) { 278 low [all...] |
H A D | infback9.c | 56 unsigned sym, bits, low, size; local 91 low = 0; 93 if ((low % 6) == 0) printf("\n "); 94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 95 lenfix[low].val); 96 if (++low == size) break; 102 low = 0; 104 if ((low % 5) == 0) printf("\n "); 105 printf("{%u,%u,%d}", distfix[low] [all...] |
/vbox/src/recompiler/ |
H A D | qemu-timer.h | 127 uint32_t low,high; local 129 asm volatile("rdtsc" : "=a" (low), "=d" (high)); 132 val |= low; 176 uint32_t low; 180 : "=r"(rval.i32.high), "=r"(rval.i32.low));
|
H A D | gen-icount.h | 23 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUState, icount_decr.u16.low));
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prfdcach.c | 196 PR_IMPLEMENT(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high) 205 if (low > high) low = high; /* sanity check the params */ 234 _pr_fd_cache.limit_low = low; 262 const char *low = PR_GetEnv("NSPR_FD_CACHE_SIZE_LOW"); local 277 if (NULL != low) _pr_fd_cache.limit_low = atoi(low);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/ |
H A D | InterruptTable.S | 35 # Description: Contains the code that is copied into low memory (below 640K). 37 # This template must be copied into low memory, and the IDT entries 38 # 0x68-0x6F must be point to the low memory copy of this code. Each
|
H A D | InterruptTable.asm | 37 ; Description: Contains the code that is copied into low memory (below 640K). 39 ; This template must be copied into low memory, and the IDT entries 40 ; 0x68-0x6F must be point to the low memory copy of this code. Each
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/ |
H A D | InterruptTable.S | 36 # Description: Contains the code that is copied into low memory (below 640K). 38 # This template must be copied into low memory, and the IDT entries 39 # 0x68-0x6F must be point to the low memory copy of this code. Each
|
H A D | InterruptTable.asm | 35 ; Description: Contains the code that is copied into low memory (below 640K). 37 ; This template must be copied into low memory, and the IDT entries 38 ; 0x68-0x6F must be point to the low memory copy of this code. Each
|