HomeSort by: relevance | last modified time | path
    Searched defs:inc (Results 1 - 25 of 162) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dlmopen-lib.c 3 Copyright 2021-2024 Free Software Foundation, Inc.
24 inc (int n) function
27 return n + amount; /* bp.inc. */
step-indirect-call-thunk.c 3 Copyright 2018-2024 Free Software Foundation, Inc.
21 inc (int x) function
22 { /* inc.1 */
23 return x + 1; /* inc.2 */
24 } /* inc.3 */
39 x = thrice (inc, 40);
default-args.c 3 Copyright 2019-2024 Free Software Foundation, Inc.
28 inc (void) function
36 inc ();
with-mf-inc.c 3 Copyright 2020-2024 Free Software Foundation, Inc.
32 inc () function
with.c 3 Copyright 2019-2024 Free Software Foundation, Inc.
30 inc () function
38 inc ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-lib.c 3 Copyright 2021-2025 Free Software Foundation, Inc.
24 inc (int n) function
27 return n + amount; /* bp.inc. */
dlmopen-ns-ids-lib.c 3 Copyright 2025 Free Software Foundation, Inc.
24 inc (int n) function
27 return n + amount; /* bp.inc. */
step-indirect-call-thunk.c 3 Copyright 2018-2025 Free Software Foundation, Inc.
21 inc (int x) function
22 { /* inc.1 */
23 return x + 1; /* inc.2 */
24 } /* inc.3 */
39 x = thrice (inc, 40);
default-args.c 3 Copyright 2019-2025 Free Software Foundation, Inc.
28 inc (void) function
36 inc ();
with-mf-inc.c 3 Copyright 2020-2025 Free Software Foundation, Inc.
32 inc () function
with.c 3 Copyright 2019-2025 Free Software Foundation, Inc.
30 inc () function
38 inc ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-dlmopen-lib.c 3 Copyright 2021-2025 Free Software Foundation, Inc.
24 inc (int n) function
27 return n + amount; /* bp.inc. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
step-indirect-call-thunk.c 3 Copyright 2018-2024 Free Software Foundation, Inc.
21 inc (int x) function
22 { /* inc.1 */
23 return x + 1; /* inc.2 */
24 } /* inc.3 */
35 return apply (inc, 41); /* main.2 */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
step-indirect-call-thunk.c 3 Copyright 2018-2025 Free Software Foundation, Inc.
21 inc (int x) function
22 { /* inc.1 */
23 return x + 1; /* inc.2 */
24 } /* inc.3 */
35 return apply (inc, 41); /* main.2 */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
function_call_history.c 3 Copyright 2013-2024 Free Software Foundation, Inc.
21 inc (int i) function
41 j += inc(i);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
function_call_history.c 3 Copyright 2013-2025 Free Software Foundation, Inc.
21 inc (int i) function
41 j += inc(i);
  /src/share/examples/asm/
Makefile 8 FILES= Makefile.inc.inst README
10 FILESNAME_Makefile.inc.inst= Makefile.inc
  /src/external/bsd/ipf/dist/lib/
buildopts.c 21 int inc; local
31 if ((inc = addipopt(op, io, len, t))) {
32 op += inc;
33 len += inc;
  /src/external/gpl2/groff/dist/src/roff/troff/
reg.h 5 Free Software Foundation, Inc.
47 int inc; member in class:general_reg
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
incomplete-type-overload.cc 3 Copyright 2022-2024 Free Software Foundation, Inc.
29 incomplete *inc; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
incomplete-type-overload.cc 3 Copyright 2022-2025 Free Software Foundation, Inc.
29 incomplete *inc; variable
  /src/lib/libm/src/
e_sqrtl.c 53 inc(long double x) function
159 xn = inc(xn); /* xn = xn + ulp. */
161 ux.extu_ld = inc(ux.extu_ld); /* ux.extu_ld = ux.extu_ld + ulp. */
162 xn = inc(xn); /* xn = xn + ulp. */
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.cpp 84 void GCNRegPressure::inc(unsigned Reg, function in class:GCNRegPressure
313 AtMIPressure.inc(U.RegUnit, LiveMask, LiveMask | U.LaneMask, *MRI);
329 CurPressure.inc(Reg, PrevMask, LiveMask, *MRI);
337 CurPressure.inc(U.RegUnit, PrevMask, LiveMask, *MRI);
373 CurPressure.inc(It.first, PrevMask, It.second, *MRI);
379 CurPressure.inc(It.first, PrevMask, It.second, *MRI);
404 CurPressure.inc(Reg, PrevMask, LiveMask, *MRI);
  /src/sys/arch/m68k/m68k/
sys_machdep.c 77 int inc = 0; local
95 inc = 16;
98 inc = PAGE_SIZE;
119 } else if (inc == 16) {
122 } else if (inc == PAGE_SIZE) {
132 else if (inc == 16)
134 else if (inc == PAGE_SIZE)
142 else if (inc == 16)
144 else if (inc == PAGE_SIZE)
154 pa += inc;
202 int inc = 0; local
    [all...]
  /src/games/backgammon/backgammon/
extra.c 195 int i, inc, lim; local
200 inc = (b == 0 ? 1 : -1);
202 for (i = b + inc; i != lim; i += inc)
203 if (board[i] * inc < -1)
211 trapped(int n, int inc)
217 l = n + 7 * inc;
218 for (i = n + inc; i != l; i += inc) {
221 if (board[i] * inc > 0)
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7