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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
with-mf-main.c 3 Copyright 2020-2024 Free Software Foundation, Inc.
20 extern void inc (void);
25 inc ();
default-args.c 3 Copyright 2019-2024 Free Software Foundation, Inc.
28 inc (void) function
36 inc ();
with.c 3 Copyright 2019-2024 Free Software Foundation, Inc.
30 inc () function
38 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);
dlmopen-lib.c 3 Copyright 2021-2024 Free Software Foundation, Inc.
24 inc (int n) function
27 return n + amount; /* bp.inc. */
with-mf-inc.c 3 Copyright 2020-2024 Free Software Foundation, Inc.
32 inc () function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
with-mf-main.c 3 Copyright 2020-2025 Free Software Foundation, Inc.
20 extern void inc (void);
25 inc ();
default-args.c 3 Copyright 2019-2025 Free Software Foundation, Inc.
28 inc (void) function
36 inc ();
with.c 3 Copyright 2019-2025 Free Software Foundation, Inc.
30 inc () function
38 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);
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. */
with-mf-inc.c 3 Copyright 2020-2025 Free Software Foundation, Inc.
32 inc () function
  /src/sys/compat/linux32/arch/aarch64/
Makefile 3 .include <../../Makefile.inc>
  /src/sys/compat/linux32/arch/amd64/
Makefile 3 .include <../../Makefile.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/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/share/examples/asm/
Makefile 8 FILES= Makefile.inc.inst README
10 FILESNAME_Makefile.inc.inst= Makefile.inc
  /src/external/apache2/llvm/lib/libLLVMSparcCodeGen/
Makefile 26 SparcGenDAGISel.inc|-gen-dag-isel \
27 SparcGenAsmMatcher.inc|-gen-asm-matcher \
28 SparcGenAsmWriter.inc|-gen-asm-writer \
29 SparcGenCallingConv.inc|-gen-callingconv \
30 SparcGenCodeEmitter.inc|-gen-emitter \
31 SparcGenDisassemblerTables.inc|-gen-disassembler \
32 SparcGenInstrInfo.inc|-gen-instr-info \
33 SparcGenMCCodeEmitter.inc|-gen-emitter \
34 SparcGenRegisterInfo.inc|-gen-register-info \
35 SparcGenSubtargetInfo.inc|-gen-subtarge
    [all...]
  /src/external/bsd/zstd/dist/build/single_file_libs/
combine.sh 117 local inc=$2
119 if [ -f "$root/$inc" ]; then
123 local relpath="$(realpath --relative-to . "$root/$inc" 2>/dev/null)"
128 local relpath="$(realpath "$root/$inc" 2>/dev/null)"
134 local relpath=$(python -c "import os,sys; print os.path.relpath(sys.argv[1])" "$root/$inc" 2>/dev/null)
147 echo "$root/$inc"
166 local inc=$(echo "$line" | grep -Eo '".*"' | sed -E 's/"([^"]+)"/\1/' | head -1)
167 local res_inc="$(resolve_include "$srcdir" "$inc")"
168 if list_has_item "$XINCS" "$inc"; then
170 write_line "#error Using excluded file: $inc (re-amalgamate source to fix)
    [all...]
  /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/lib/libc/gdtoa/
hd_init.c 40 htinit(h, s, inc) unsigned char *h; CONST unsigned char *s; int inc;
42 htinit(unsigned char *h, CONST unsigned char *s, int inc)
47 h[j] = i + inc;
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_module.rb 34 PATTERNS = { 'src' => {'' => { :inc => [] } },
35 'dh' => {'Driver' => { :inc => ['%1$sHardware.h'] },
36 'Hardware' => { :inc => [] }
38 'dih' => {'Driver' => { :inc => ['%1$sHardware.h', '%1$sInterrupt.h'] },
39 'Interrupt'=> { :inc => ['%1$sHardware.h'] },
40 'Hardware' => { :inc => [] }
42 'mch' => {'Model' => { :inc => [] },
43 'Conductor'=> { :inc => ['%1$sModel.h', '%1$sHardware.h'] },
44 'Hardware' => { :inc => [] }
46 'mvp' => {'Model' => { :inc => [] },
    [all...]
  /src/external/gpl3/gcc/dist/contrib/header-tools/
show-headers 25 # append (1) to the end of the first line which includes INC in list INC.
26 def append_1 (output, inc):
28 idx = t.find(inc)
30 eos = idx + len (inc)
38 def find_include_data (inc):
41 nm = x+"/"+inc
45 if inc == "coretypes.h":
47 elif inc == "rtl.h" and sawcore:
54 def process_include (inc, indent)
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>