/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | calllists.c | 10 #define EXPAND(typeEnum, typeCast, increment, value) \ 14 for (i = 0; i < (GLuint)n; i++, array increment) { \ 20 #define EXPAND_WITH_DATA(typeEnum, typeCast, increment, value) \ 24 for (i = 0; i < (GLuint)n; i++, array increment) {\
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_types.c | 38 ssize_t size, increment; local 43 increment = sizeof (ctf_type_t); 46 increment = sizeof (ctf_stype_t); 52 *incrementp = increment; 66 ssize_t size, increment; local 76 (void) ctf_get_ctt_size(fp, tp, &size, &increment); 84 ((uintptr_t)tp + increment); 95 ((uintptr_t)tp + increment); 118 ssize_t increment; local 131 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); 395 ssize_t size, increment; local 509 ssize_t increment; local 633 ssize_t size, increment; local 684 ssize_t increment; local 712 ssize_t increment; local 749 ssize_t size, increment; local 792 ssize_t size, increment; local [all...] |
H A D | ctf_open.c | 240 ssize_t size, increment; local 245 (void) ctf_get_ctt_size(fp, tp, &size, &increment); 263 ((uintptr_t)tp + increment); 270 ((uintptr_t)tp + increment); 308 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); 360 ssize_t size, increment; local 367 (void) ctf_get_ctt_size(fp, tp, &size, &increment); 513 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | y2k.c | 365 * time increment for addition to PRExplodeTime 376 * Add the increment to base_time, normalize it to GMT and US Pacific 381 time_increment_t increment; member in struct:normalize_test_data 474 ** For each data item, add the time increment to the base_time and then 494 itp = &itemp->increment; 499 add_time_increment(&itemp->base_time, &itemp->increment);
|
/vbox/src/VBox/Installer/solaris/ |
H A D | smf-vboxballoonctrl.sh | 63 VBOXWATCHDOG_BALLOON_INCREMENT=`/usr/bin/svcprop -p config/increment $SMF_FMRI 2>/dev/null`
|
/vbox/src/VBox/Runtime/common/asm/ |
H A D | ASMAtomicUoIncU32.asm | 35 ; Atomically increment an unsigned 32-bit value, unordered.
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2emx.s | 37 / Atomically increment the integer pointed to by 'val' and return 38 / the result of the increment.
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | os_Darwin_x86.s | 47 # Atomically increment the integer pointed to by 'val' and return 48 # the result of the increment.
|
H A D | os_Linux_x86.s | 37 / Atomically increment the integer pointed to by 'val' and return 38 / the result of the increment.
|
H A D | os_Linux_x86_64.s | 37 / Atomically increment the integer pointed to by 'val' and return 38 / the result of the increment.
|
H A D | os_SunOS_x86_64.s | 41 / Atomically increment the integer pointed to by 'val' and return 42 / the result of the increment.
|
H A D | os_SunOS_sparcv9.s | 36 ! atomic increment, decrement and swap routines for V8+ sparc (ultrasparc) 63 ! %o0 [input] - the address of the value to increment 107 ! %o0 [input] - the address of the value to increment 150 ! %o0 [input] - the address of the value to increment
|
H A D | os_SunOS_ultrasparc.s | 36 ! atomic increment, decrement and swap routines for V8+ sparc (ultrasparc) 63 ! %o0 [input] - the address of the value to increment 107 ! %o0 [input] - the address of the value to increment 150 ! %o0 [input] - the address of the value to increment
|
H A D | os_SunOS_x86.s | 81 / Atomically increment the integer pointed to by 'val' and return 82 / the result of the increment.
|
/vbox/src/recompiler/fpu/ |
H A D | softfloat.c | 135 flag roundNearestEven, increment; local 140 increment = ( (sbits64) absZ1 < 0 ); 143 increment = 0; 147 increment = ( roundingMode == float_round_down ) && absZ1; 150 increment = ( roundingMode == float_round_up ) && absZ1; 154 if ( increment ) { 602 flag roundNearestEven, increment, isTiny; local 676 increment = ( (sbits64) zSig1 < 0 ); 679 increment = 0; 683 increment 927 flag roundNearestEven, increment, isTiny; local 2595 bits32 increment; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | strtodg.c | 57 increment(b) Bigint *b; function 59 increment(Bigint *b) 248 b = increment(b); 280 b = increment(b); 841 /*boundary case -- increment exponent*/ 872 rvb = increment(rvb);
|
H A D | gdtoaimp.h | 546 #define increment __increment_D2A macro 597 extern Bigint *increment (Bigint*);
|
H A D | gethex.c | 227 b = increment(b);
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | Flat32ToFlat64.asm | 23 ; @param %1 What to increment EAX with for each iteration.
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | inputstr.h | 261 double increment; member in struct:_ScrollInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | inputstr.h | 261 double increment; member in struct:_ScrollInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | inputstr.h | 263 double increment; member in struct:_ScrollInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | inputstr.h | 261 double increment; member in struct:_ScrollInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | inputstr.h | 261 double increment; member in struct:_ScrollInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | inputstr.h | 261 double increment; member in struct:_ScrollInfo
|