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

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_032.c 8 /* expect+1: warning: function definition for 'add' with identifier list is obsolete in C23 [384] */
9 add(a, b, c) function
10 /* expect+4: error: old-style declaration; add 'int' [1] */
msg_091.c 8 add(a, b) function
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev-table-cache.c 23 abbrev_table_cache::add (abbrev_table_up table) function in class:abbrev_table_cache
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fork-no-detach-follow-child-dlopen-shlib.c 18 int add (int a, int b);
20 add (int a, int b) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fork-no-detach-follow-child-dlopen-shlib.c 18 int add (int a, int b);
20 add (int a, int b) function
  /src/external/bsd/tmux/dist/
mdoc2man.awk 52 function add(str) { function
83 add(OFS)
108 add(words[++w])
111 add("``")
112 add(words[++w])
114 add(OFS words[++w])
115 add("''")
120 add("`" words[++w] "'")
128 add("[")
132 add("]")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
integers.pas 21 function add(a,b : integer) : integer; function
23 add:=a+b;
48 l := add(i,j);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
integers.pas 21 function add(a,b : integer) : integer; function
23 add:=a+b;
48 l := add(i,j);
  /src/tests/lib/libc/net/
t_protoent.sh 43 function add(key, name, i, n, ar) { function
59 add($2, $1, 0);
61 add($2, $i, 1);
t_servent.sh 45 function add(key, name, i, n, ar) { function
62 add($2, $1, 0);
64 add($2, $i, 1);
  /src/usr.bin/ktrace/
subr.c 54 int add = 1; local
101 if (!add) {
102 add = 1;
108 add = 0;
113 if (add)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
handcall.go 3 func add (a,b int) (int) { func
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-bp-locations.c 18 short add (short a, short b) function
23 int add (int c, int d) function
30 short sum_a = add (2, 4);
31 int sum_b = add (2, 4);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
handcall.go 3 func add (a,b int) (int) { func
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-bp-locations.c 18 short add (short a, short b) function
23 int add (int c, int d) function
30 short sum_a = add (2, 4);
31 int sum_b = add (2, 4);
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
bdiv_q_1.asm 55 add d, -1, %g1 define
64 add %g1, %g1, %g2
68 add %g2, %g2, %g1
72 add %g1, %g1, %o7
75 add n, -2, n
90 add n, -2, n
99 add ap, 8, ap
106 add qp, 8, qp
110 add n, -1, n
121 add qp, 8, q
    [all...]
  /src/external/mit/isl/dist/
isl_scan.h 17 isl_stat (*add)(struct isl_scan_callback *cb, member in struct:isl_scan_callback
  /src/external/public-domain/xz/dist/src/liblzma/common/
block_header_encoder.c 28 const uint32_t add = lzma_vli_size(block->compressed_size); local
29 if (add == 0 || block->compressed_size == 0)
32 size += add;
37 const uint32_t add = lzma_vli_size(block->uncompressed_size); local
38 if (add == 0)
41 size += add;
53 uint32_t add;
54 return_if_error(lzma_filter_flags_size(&add,
57 size += add;
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRLogBuilder.h 17 /// through the `add<...>(...)` function. An example use of this API is in
21 /// .add<BufferExtents>(256)
22 /// .add<NewBufferRecord>(1)
29 template <class R, class... T> LogBuilder &add(T &&... A) { function in class:llvm::xray::LogBuilder
  /src/external/apache2/llvm/dist/llvm/utils/
schedcover.py 16 def add(instr, model, resource=None): function
21 models.add(model)
72 if match: add(match.group(1), "default", match.group(2))
74 if match: add(match.group(1), "default")
76 if match: add(match.group(2), match.group(1), match.group(3))
78 if match: add(match.group(1), match.group(2))
80 if match: add(match.group(1), "itinerary", match.group(2))
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
ThreadPool.h 54 void add(std::function<void()> task) { function in class:pzstd::ThreadPool
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames 6 (defparameter add-comments nil)
247 (when add-comments
263 (when add-comments
277 (when add-comments
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cttiadd.cc 18 template<class T> T add(T v1, T v2) function
39 c = add(c, c);
40 i = add(i, i);
41 f = add(f, f);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-breakpoint.c 29 int add (int i) function
44 result += add (bar); /* Break at add. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cttiadd.cc 18 template<class T> T add(T v1, T v2) function
39 c = add(c, c);
40 i = add(i, i);
41 f = add(f, f);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>