Searched refs:two (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d34 @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 Dtst.relenum.d42 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 Dtst.enum.d41 two,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_tanh.c45 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 De_pow.c39 * 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 Dtst.enqueue.d41 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 Dtst.zerosize.d40 this->two = 2;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d56 @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 Dtst.linkpriv.ksh47 DTRACE_PROBE2(test_prov, two, 2, 3);
58 probe two(uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh49 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 Dfpu_rmode.asm37 and rax, 3 ; index is only the LSB two bits in RAX
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c901 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 Dos_HPUX.s40 .CODE ; equivalent to the following two lines
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinstrumt.c167 static PRInt32 two = 2; variable
258 CountSomething, &two,
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm119 ;; Concats two litterals.
/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp355 * 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 Dxptcinvoke_asm_ppc_netbsd.s89 addi r4,r4,8 # skip first two vtable entries
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c348 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 Dmatch686.asm15 ; 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 DTestXPTCInvoke.cpp318 PRInt64 one, two; local
320 LL_I2L(two, 2);
332 if(NS_SUCCEEDED(test->MultTwoLLs(two,two,&out64)))
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp1449 "Error: A conversion between two types failed (argument %d).\n", cArgs);
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm40 ; 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 Dgvmat64.asm74 ;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 DVMMR0JmpA-x86.asm321 ; two sanity checks on the size.
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_vacpp.asm73 eax, we only have to load edx and ecx (if there are two parameters).

Completed in 2564 milliseconds

12