| /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 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...] |
| vmwgfx_scrn.c | 1121 * @inc: Increment to use when looping over @clips. 1236 * @increment: Increment to use when looping over @clips. 1250 unsigned num_clips, int increment, 1280 0, 0, num_clips, increment, &dirty);
|
| /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 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 547 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); 551 i += increment) {
|
| /src/games/rogue/ |
| object.c | 531 short blessing, increment; local 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 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 205 increment = ( (sbits64) absZ1 < 0 ); 208 increment = 0; 211 increment = ( roundingMode == float_round_up ) && absZ1 653 flag roundNearestEven, increment, isTiny; local 977 flag roundNearestEven, increment, isTiny; local [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 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 739 increment = ( (sbits64) zSig1 < 0 ); 742 increment = 0; 746 increment = ( roundingMode == float_round_down ) && zSig1 998 flag roundNearestEven, increment, isTiny; local [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/lib/libc/softfloat/bits32/ |
| softfloat.c | 424 flag roundNearestEven, increment, isTiny; local 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 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/arch/x68k/stand/common/ |
| start.S | 342 addql #1,%d0 | increment argc
|