Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Drestore.c115 increment (int n) in increment() function
141 register int l2 = increment (l1); in callee2()
150 register int l2 = increment (l1); in callee3()
151 register int l3 = increment (l2); in callee3()
160 register int l2 = increment (l1); in callee4()
161 register int l3 = increment (l2); in callee4()
162 register int l4 = increment (l3); in callee4()
171 register int l2 = increment (l1); in callee5()
172 register int l3 = increment (l2); in callee5()
173 register int l4 = increment (l3); in callee5()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs472 uInt increment = NO_INIT
505 s->stream.avail_out = increment;
511 cur_length += increment ;
513 increment = bufinc ;
549 uInt increment = NO_INIT
570 s->stream.avail_out = increment;
578 increment = bufinc ;
611 uInt increment = NO_INIT
640 increment = bufinc ;
716 uInt increment = 0; variable
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunroll.c1531 *increment = loop_info->increment;
1594 rtx increment; local
1627 increment = XEXP (increment, 1);
1649 increment = find_last_value (XEXP (increment, 0),
2548 if (! increment || GET_CODE (increment) != CONST_INT)
3041 if (increment && loop_invariant_p (loop, increment))
3132 if (increment && loop_invariant_p (loop, increment)
3458 increment = 0;
3665 loop_info->increment = increment;
3776 increment = loop_find_equiv_value (loop, increment);
[all …]
H A Ddoloop.c159 abs_inc = INTVAL (loop_info->increment);
321 if (! loop_info->increment)
343 && INTVAL (loop_info->increment) != -1
344 && INTVAL (loop_info->increment) != 1)
355 && INTVAL (loop_info->increment) > 0)
357 && INTVAL (loop_info->increment) < 0)
563 rtx increment; local
567 increment = loop_info->increment;
572 abs_inc = INTVAL (increment);
765 rtx increment; local
[all …]
/openbsd/gnu/llvm/lldb/third_party/Python/module/progress/
H A Dprogress.py49 def __add__(self, increment): argument
50 increment = self._get_progress(increment)
51 if 100 > self.progress + increment:
52 self.progress += increment
74 def _get_progress(self, increment): argument
75 return float(increment * 100) / self.end
/openbsd/usr.bin/at/
H A Dparsetime.c335 int increment; in plus() local
339 increment = 1; in plus()
344 increment = atoi(sc_token); in plus()
345 expectplur = (increment != 1) ? 1 : 0; in plus()
350 tm->tm_year += increment; in plus()
353 tm->tm_mon += increment; in plus()
360 increment *= 7; in plus()
363 increment *= 24; in plus()
366 increment *= 60; in plus()
371 dateadd(increment, tm); in plus()
/openbsd/regress/usr.bin/seq/
H A Dseqtest.expected9 Test 1.3: check for invalid increment
15 Test 1.5: check for increment mismatch
16 seq: needs positive increment
18 Test 1.6: check for increment mismatch
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxtensa-isa.c528 int fence_post, start, increment, i, byte_count; in xtensa_insnbuf_to_chars() local
534 increment = -1; in xtensa_insnbuf_to_chars()
539 increment = 1; in xtensa_insnbuf_to_chars()
549 fence_post = start + (byte_count * increment); in xtensa_insnbuf_to_chars()
551 for (i = start; i != fence_post; i += increment, ++cp) in xtensa_insnbuf_to_chars()
569 int fence_post, start, increment, i; in xtensa_insnbuf_from_chars() local
574 increment = -1; in xtensa_insnbuf_from_chars()
579 increment = 1; in xtensa_insnbuf_from_chars()
582 fence_post = start + (insn_size * increment); in xtensa_insnbuf_from_chars()
585 for ( i = start; i != fence_post; i += increment, ++cp ) in xtensa_insnbuf_from_chars()
/openbsd/gnu/gcc/gcc/
H A Dtree-stdarg.c279 unsigned HOST_WIDE_INT increment; in va_list_counter_op() local
297 && (increment = va_list_counter_bump (si, ap, var, gpr_p)) + 1 > 1) in va_list_counter_op()
299 if (gpr_p && cfun->va_list_gpr_size + increment < VA_LIST_MAX_GPR_SIZE) in va_list_counter_op()
301 cfun->va_list_gpr_size += increment; in va_list_counter_op()
305 if (!gpr_p && cfun->va_list_fpr_size + increment < VA_LIST_MAX_FPR_SIZE) in va_list_counter_op()
307 cfun->va_list_fpr_size += increment; in va_list_counter_op()
413 unsigned HOST_WIDE_INT increment; in va_list_ptr_write() local
426 increment = va_list_counter_bump (si, ap, tem2, true); in va_list_ptr_write()
427 if (increment + 1 <= 1) in va_list_ptr_write()
430 if (cfun->va_list_gpr_size + increment < VA_LIST_MAX_GPR_SIZE) in va_list_ptr_write()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs1211 uInt increment = NO_INIT
1251 s->stream.avail_out = increment;
1290 cur_length += increment ;
1292 increment = bufinc ;
1357 uInt increment = NO_INIT
1380 s->stream.avail_out = increment;
1418 cur_length += increment ;
1420 increment = bufinc ;
1658 int increment = 0; variable
1733 increment = bufinc ;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c1543 for (i = 0, j = 4; i <= last_parm_reg; i += increment, j += increment)
1546 increment = 4;
1548 increment = 3;
1550 increment = 2;
1552 increment = 1;
1555 (increment == 4 ? "q" : increment == 3 ? "t"
1579 increment = 4;
1581 increment = 3;
1583 increment = 2;
1585 increment = 1;
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h49 void increment();
63 increment(); in CoverageMappingIterator()
72 increment();
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib-aix5.c727 CORE_ADDR increment = 0; in aix5_relocate_main_executable() local
743 if (increment == 0) in aix5_relocate_main_executable()
744 increment = mapping->addr in aix5_relocate_main_executable()
748 if (increment != ANOFFSET (new_offsets, idx)) in aix5_relocate_main_executable()
750 new_offsets->offsets[idx] = increment; in aix5_relocate_main_executable()
/openbsd/sys/lib/libkern/
H A Dsoftfloat.c185 increment = 0; in roundAndPackInt64()
196 if ( increment ) { in roundAndPackInt64()
239 increment = 0; in roundAndPackInt64NoOverflow()
250 if ( increment ) { in roundAndPackInt64NoOverflow()
787 increment = 0; in roundAndPackFloatx80()
802 && increment in roundAndPackFloatx80()
820 || ! increment in roundAndPackFloatx80()
837 if ( increment ) { in roundAndPackFloatx80()
847 if ( increment ) { in roundAndPackFloatx80()
1050 increment = 0; in roundAndPackFloat128()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dunistd.h13 extern void *sbrk(ptrdiff_t increment);
/openbsd/lib/libcurses/trace/
H A Dlib_trace.c79 _nc_count_outchars(long increment) in _nc_count_outchars() argument
82 CURRENT_SCREEN->_outchars += increment; in _nc_count_outchars()
84 _nc_prescreen._outchars += increment; in _nc_count_outchars()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local
174 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_hw_format()
178 i += increment) { in cm3_helper_translate_curve_to_hw_format()
320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local
351 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_degamma_hw_format()
355 i += increment) { in cm3_helper_translate_curve_to_degamma_hw_format()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c326 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
378 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
382 i += increment) { in cm_helper_translate_curve_to_hw_format()
531 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
562 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format()
566 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h69 template <class Iterator> static void increment(Iterator &I) {
95 template <class Iterator> static void increment(Iterator &I) {
260 this->increment(MII);
/openbsd/gnu/gcc/fixincludes/tests/base/
H A Dunistd.h13 extern void *sbrk(ptrdiff_t increment);
/openbsd/lib/libc/arch/mips64/string/
H A Dstrlen.S41 daddu a0, a0, 1 # increment pointer
/openbsd/sys/lib/libkern/arch/sparc64/
H A Dstrlen.S46 inc %o0 ! always increment pointer
/openbsd/lib/libc/arch/sparc64/string/
H A Dstrlen.S44 inc %o0 ! always increment pointer
/openbsd/sys/lib/libkern/arch/mips64/
H A Dstrlen.S44 PTR_ADDU a0, a0, 1 # increment pointer
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.opt74 mstack-increment=
76 Set the maximum amount for a single stack increment operation

12345678910>>...16