/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.tuplecompat.d | 34 @two["foo", 789, "bar", curthread] = sum(456); 35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relenum.d | 42 two 55 printf("zero = %d; one = %d; two = %d", zero, one, two); 61 /second < one || two > second || null == first/ 64 printf("zero = %d; one = %d; two = %d", zero, one, two); 70 /first < two && second > one && one != two && zero != first/
|
H A D | tst.enum.d | 41 two,
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/ |
H A D | s_tanh.c | 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 68 t = expm1(two*fabs(x)); 69 z = one - two/(t+two); 71 t = expm1(-two*fabs(x)); 72 z= -t/(t+two);
|
H A D | e_pow.c | 39 * 1. Compute and return log2(x) in two pieces: 90 two = 2.0, variable 316 r = (z*t1)/(t1-two)-(w+z*w);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/sched/ |
H A D | tst.enqueue.d | 41 self->two = 1; 45 /self->two && args[0]->pr_lwpid > 0/
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/speculation/ |
H A D | tst.zerosize.d | 40 this->two = 2;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantzero.d | 56 @two[i] = lquantize(0, 1, 20, 5, incr); 72 printa(@two);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 47 DTRACE_PROBE2(test_prov, two, 2, 3); 58 probe two(uintptr_t, uintptr_t);
|
H A D | tst.linkunpriv.ksh | 49 DTRACE_PROBE2(test_prov, two, 2, 3); 60 probe two(uintptr_t, uintptr_t);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/ |
H A D | fpu_rmode.asm | 37 and rax, 3 ; index is only the LSB two bits in RAX
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | string.c | 901 const char *two; member in struct:__anon17156 944 PRIntn rv = PL_strcmp(array[i].one, array[i].two); 964 array[i].two ? array[i].two : "(null)", 979 const char *two; member in struct:__anon17157 1089 PRIntn rv = PL_strncmp(array[i].one, array[i].two, array[i].max); 1109 array[i].two ? array[i].two : "(null)", 1124 const char *two; member in struct:__anon17158 1167 PRIntn rv = PL_strcasecmp(array[i].one, array[i].two); 1202 const char *two; member in struct:__anon17159 [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | os_HPUX.s | 40 .CODE ; equivalent to the following two lines
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | instrumt.c | 167 static PRInt32 two = 2; variable 258 CountSomething, &two,
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMainA-win.asm | 119 ;; Concats two litterals.
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strformat.cpp | 355 * Called in two ways. Normally with a string an it's length. 840 * Called in two ways. Normally with a string an it's length.
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_asm_ppc_netbsd.s | 89 addi r4,r4,8 # skip first two vtable entries
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 348 If the two numbers in the warning look identical, then printf is more 350 that the two really are different, the bit patterns of the two numbers 911 /* See if two blocks of store are identical */ 958 Volatile int newi, int_max, two=2; local 968 newi=newi*two+1; 1879 /* Minimum value: assume either two's or one's complement *********/ 2507 Volatile int ibits, ipower, two=2; local 2517 newi=newi*two+1; 2527 /* Minimum value: assume either two' 2588 Volatile unsigned Integer u_max, newi, two; local [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/ |
H A D | match686.asm | 15 ; this file contain two implementation of longest_match 124 scanstart equ esp + 16 ; first two bytes of string 125 scanend equ esp + 12 ; last two bytes of string
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/ |
H A D | TestXPTCInvoke.cpp | 318 PRInt64 one, two; local 320 LL_I2L(two, 2); 332 if(NS_SUCCEEDED(test->MultTwoLLs(two,two,&out64)))
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEval.cpp | 1449 "Error: A conversion between two types failed (argument %d).\n", cArgs);
|
/vbox/src/VBox/Runtime/common/math/ |
H A D | bignum-amd64-x86.asm | 40 ; two for 64-bit) elements beyond the end of the largest number. 223 ; two for 64-bit) elements beyond the end of the largest number.
|
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/ |
H A D | gvmat64.asm | 74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w 75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0JmpA-x86.asm | 321 ; two sanity checks on the size.
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/ |
H A D | xptcinvoke_vacpp.asm | 73 eax, we only have to load edx and ecx (if there are two parameters).
|