Searched refs:increment (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcalllists.c10 #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 Dctf_types.c38 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 Dctf_open.c240 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 Dy2k.c365 * 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 Dsmf-vboxballoonctrl.sh63 VBOXWATCHDOG_BALLOON_INCREMENT=`/usr/bin/svcprop -p config/increment $SMF_FMRI 2>/dev/null`
/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicUoIncU32.asm35 ; Atomically increment an unsigned 32-bit value, unordered.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.s37 / 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 Dos_Darwin_x86.s47 # Atomically increment the integer pointed to by 'val' and return
48 # the result of the increment.
H A Dos_Linux_x86.s37 / Atomically increment the integer pointed to by 'val' and return
38 / the result of the increment.
H A Dos_Linux_x86_64.s37 / Atomically increment the integer pointed to by 'val' and return
38 / the result of the increment.
H A Dos_SunOS_x86_64.s41 / Atomically increment the integer pointed to by 'val' and return
42 / the result of the increment.
H A Dos_SunOS_sparcv9.s36 ! 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 Dos_SunOS_ultrasparc.s36 ! 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 Dos_SunOS_x86.s81 / Atomically increment the integer pointed to by 'val' and return
82 / the result of the increment.
/vbox/src/recompiler/fpu/
H A Dsoftfloat.c135 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 Dstrtodg.c57 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 Dgdtoaimp.h546 #define increment __increment_D2A macro
597 extern Bigint *increment (Bigint*);
H A Dgethex.c227 b = increment(b);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DFlat32ToFlat64.asm23 ; @param %1 What to increment EAX with for each iteration.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h261 double increment; member in struct:_ScrollInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dinputstr.h261 double increment; member in struct:_ScrollInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dinputstr.h263 double increment; member in struct:_ScrollInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h261 double increment; member in struct:_ScrollInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h261 double increment; member in struct:_ScrollInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h261 double increment; member in struct:_ScrollInfo

Completed in 286 milliseconds

12