HomeSort by: relevance | last modified time | path
    Searched refs:increment (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/common/lib/libc/arch/mips/string/
strlen.S 46 PTR_ADDU a0, a0, 1 # increment pointer
  /src/common/lib/libc/arch/sparc/string/
strlen.S 53 inc %o0 ! always increment pointer
  /src/sys/uvm/pmap/
vmpagemd.h 127 pmap_pvlist_lock(struct vm_page_md *mdpg, uintptr_t increment)
131 mdpg->mdpg_attrs += increment << 16;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 423 int increment,
503 unsigned int num_clips, int increment);
507 int increment);
527 unsigned int num_clips, int increment,
560 int increment,
vmwgfx_ldu.c 553 unsigned int num_clips, int increment)
569 for (i = 0; i < num_clips; i++, clips += increment) {
vmwgfx_kms.c 1008 int ret, increment = 1; local in function:vmw_framebuffer_bo_dirty
1026 increment = 2;
1032 clips, num_clips, increment);
2439 * @increment: Integer with which to increment the clip counter when looping.
2449 int increment,
2491 for (i = 0; i < num_clips; i++, clips_ptr += increment,
2492 vclips_ptr += increment) {
2592 * @increment: Integer with which to increment the clip counter when looping
    [all...]
  /src/sys/arch/x68k/stand/xxboot/
memcpy.S 76 addql #1,%d0 | increment forward counter,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_cm_common.c 327 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local in function:cm_helper_translate_curve_to_hw_format
381 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]);
385 i += increment) {
514 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local in function:cm_helper_translate_curve_to_degamma_hw_format
547 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]);
551 i += increment) {
  /src/games/rogue/
object.c 531 short blessing, increment; local in function:gr_weapon
551 increment = 1;
553 increment = -1;
558 obj->hit_enchant += increment;
560 obj->d_enchant += increment;
  /src/sys/lib/libkern/
softfloat.c 158 flag roundNearestEven, increment; local in function:roundAndPackInt64
163 increment = ( (sbits64) absZ1 < 0 );
166 increment = 0;
170 increment = ( roundingMode == float_round_down ) && absZ1;
173 increment = ( roundingMode == float_round_up ) && absZ1;
177 if ( increment ) {
200 flag roundNearestEven, increment; local in function:roundAndPackUInt64
205 increment = ( (sbits64) absZ1 < 0 );
208 increment = 0;
211 increment = ( roundingMode == float_round_up ) && absZ1
653 flag roundNearestEven, increment, isTiny; local in function:roundAndPackFloatx80
977 flag roundNearestEven, increment, isTiny; local in function:roundAndPackFloat128
    [all...]
  /src/lib/libc/gdtoa/
strtoIg.c 69 b1 = increment(b1);
strtodg.c 50 increment(b) Bigint *b; function
52 increment(Bigint *b)
240 b = increment(b);
275 b = increment(b);
850 /*boundary case -- increment exponent*/
881 rvb = increment(rvb);
gdtoaimp.h 562 #define increment __increment_D2A macro
613 extern Bigint *increment ANSI((Bigint*));
gethex.c 316 b = increment(b);
  /src/sys/arch/m68k/060sp/dist/
changes 50 mode was pre-decrement or post-increment and the address register
  /src/lib/libc/softfloat/bits64/
softfloat.c 179 flag roundNearestEven, increment; local in function:roundAndPackInt64
184 increment = ( (sbits64) absZ1 < 0 );
187 increment = 0;
191 increment = ( roundingMode == float_round_down ) && absZ1;
194 increment = ( roundingMode == float_round_up ) && absZ1;
198 if ( increment ) {
666 flag roundNearestEven, increment, isTiny; local in function:roundAndPackFloatx80
739 increment = ( (sbits64) zSig1 < 0 );
742 increment = 0;
746 increment = ( roundingMode == float_round_down ) && zSig1
998 flag roundNearestEven, increment, isTiny; local in function:roundAndPackFloat128
    [all...]
  /src/sys/arch/mac68k/mac68k/
pramasm.s 239 addqb #4,%d1 | increment to the next sec byte
266 addqb #4,%d1 | increment to the next sec byte
339 addqw #4,%d1 | increment our memory addr by 1 (this even
  /src/common/dist/zlib/contrib/ada/
read.adb 31 -- with increment File_Size for every iteration.
  /src/lib/libc/softfloat/bits32/
softfloat.c 424 flag roundNearestEven, increment, isTiny; local in function:roundAndPackFloat64
428 increment = ( (sbits32) zSig2 < 0 );
431 increment = 0;
435 increment = ( roundingMode == float_round_down ) && zSig2;
438 increment = ( roundingMode == float_round_up ) && zSig2;
446 && increment
462 || ! increment
469 increment = ( (sbits32) zSig2 < 0 );
473 increment = ( roundingMode == float_round_down ) && zSig2;
476 increment = ( roundingMode == float_round_up ) && zSig2
    [all...]
  /src/sys/arch/hppa/spmath/
impys.S 172 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index
254 sh2ns: addib,tr 1,brindex,sh2sb+4 ; increment index
impyu.S 189 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index
251 sh2ns: addib,tr 1,brindex,sh2sb+4 ; increment index
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c 163 const int increment = long_hpd ? 10 : 1; local in function:intel_hpd_irq_storm_detect
176 hpd->stats[pin].count += increment;
  /src/sys/arch/vax/boot/xxboot/
start.S 161 1: incl %r4 # increment block count
  /src/sys/arch/vax/vax/
subr.S 208 beql 1f # no ptr, skip increment
209 incl EV_COUNT(%r1) # increment low longword
213 incl CI_NINTR(%r2) # increment ci_data.cpu_nintr
299 incl CI_MTX_COUNT(%r1) /* increment mutex count */
  /src/sys/external/isc/libsodium/dist/
configure.ac 28 # | | +- increment if interfaces have been added
31 # | +- increment if source code has changed
33 # +- increment if interfaces have been added, removed or changed

Completed in 54 milliseconds

1 2