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

1 2 3 4

  /src/sys/kern/
bufq_disksort.c 144 goto insert;
148 goto insert; /* after last */
156 goto insert;
171 goto insert;
178 insert: TAILQ_INSERT_AFTER(&disksort->bq_head, bq, bp, b_actq);
  /src/sys/arch/ia64/stand/common/
interp_parse.c 29 static int insert(int *argcp, char *buf);
118 PARSE_FAIL(insert(&ac, buf));
167 PARSE_FAIL(insert(&ac, buf));
195 insert(int *argcp, char *buf) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_mm_selftests.h 15 selftest(insert, igt_insert)
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 44 table.insert(lines, line)
82 table.insert(comment_locations, location)
86 table.insert(comments_by_location[location], trimmed_msg)
136 table.insert(messages, {
215 table.insert(lines, lineno, line)
256 table.insert(missing[fname], {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 100 EXPECT_EQ(bv.setBit(bit), s.insert(bit).second);
127 s.insert(bits[i]);
132 s1.insert(bits[bv.size() / 2 + i]);
144 t_s.insert(s1.begin(), s1.end());
sanitizer_deadlock_detector_test.cc 54 EXPECT_TRUE(s.insert(node).second);
62 EXPECT_TRUE(s.insert(node).second);
70 EXPECT_FALSE(s.insert(node).second);
166 locks.insert(l0);
167 locks.insert(l1);
168 locks.insert(l2);
169 locks.insert(l3);
170 locks.insert(l4);
171 locks.insert(l5);
174 locks.insert(lt)
    [all...]
sanitizer_bvgraph_test.cc 47 return s_.insert(idx(from, to)).second;
83 EXPECT_EQ(target.setBit(idx), s_target.insert(idx).second);
136 s.insert(idx);
  /src/tests/lib/libcurses/slave/
lint.lua 19 table.insert(lines, line)
  /src/games/rogue/
message.c 152 get_input_line(const char *prompt, const char *insert,
163 if (insert[0]) {
164 mvaddstr(0, n + 1, insert);
165 (void)strlcpy(buf, insert, buflen);
  /src/bin/ksh/
vi.c 133 #define INSERT 1
136 #define VNORMAL 0 /* command, insert or replace mode */
161 static int first_insert; /* set when starting in insert mode */
162 static int saved_inslen; /* saved inslen for first insert */
173 static int insert; /* non-zero in insert mode */ variable in typeref:typename:int
270 if (insert != 0) {
285 refresh(insert != 0);
480 if (insert != 0)
482 refresh(insert != 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp 135 AllFeatures.insert(Cur.begin(), Cur.end());
165 AllFeatures.insert(Cur.begin(), Cur.end());
185 S.insert(File.Features.begin(), File.Features.end());
203 Res.insert(N);
247 if (AllFeatures.insert(Feature).second)
248 UniqFeatures.insert(Feature);
FuzzerCommand.h 67 Args.insert(endMutableArgs(), Arg);
73 Args.insert(endMutableArgs(), ArgsToAdd.begin(), ArgsToAdd.end());
FuzzerShmemPosix.cpp 39 Res.insert(Res.begin(), '/');
  /src/usr.bin/sort/
msort.c 85 static int insert(struct mfile **, struct mfile *, int, int);
228 if (insert(flist, cfile, nfiles, !DELETE))
280 c = insert(flist, cfile, nfiles, DELETE);
306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) function in typeref:typename:int
  /src/lib/libskey/
put.c 26 static void insert(char *s, int x, int start, int length);
2158 insert (b, v, p, 11);
2233 static void insert (char *s, int x, int start, int length) function in typeref:typename:void
  /src/common/dist/zlib/
deflate.c 147 * Insert string str in the dictionary and set match_head to the previous head
285 if (s->insert > s->strstart)
286 s->insert = s->strstart;
309 if (s->lookahead + s->insert >= MIN_MATCH) {
310 uInt str = s->strstart - s->insert;
316 while (s->insert) {
323 s->insert--;
324 if (s->lookahead + s->insert < MIN_MATCH)
578 s->insert = 0;
584 /* insert dictionary into window and hash *
    [all...]
  /src/usr.bin/rdist/
gram.y 89 (void) lookup($1, INSERT, $3);
92 insert(NULL, $1, $3, $4);
95 insert($1, $3, $5, $6);
367 * Insert or append ARROW command to list of hosts to be updated.
370 insert(char *label, struct namelist *files, struct namelist *hosts,
393 * Insert new command to update host.
defs.h 98 #define INSERT 1
164 void insert(char *,
main.c 299 insert(NULL, files, hosts, cmds);
  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.h 63 // insert child dialog to me.
64 void insert(int id, TC_ITEM &item) { function in class:TabWindowBase
tabwindow.cpp 163 _base.insert(_id, item);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc 91 // renormalize the significand and clear the leading bit, then insert
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.cc 154 int insert(u32 o) { function in class:__msan::OriginSet
231 id = origin_set.insert(o);
  /src/usr.bin/make/unit-tests/
check-expect.lua 53 table.insert(lines, line)
78 table.insert(exp_lines, {
  /src/distrib/sets/
fmt-list 81 table.insert(group, item)
377 table.insert(entries, entry)
379 table.insert(head, line)
382 table.insert(errors, msg)

Completed in 25 milliseconds

1 2 3 4