Searched refs:first (Results 126 - 150 of 4256) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dld-insn.c86 fields->first = ZALLOC(insn_field);
87 fields->first->first = -1;
88 fields->first->last = -1;
89 fields->first->width = 0;
93 fields->last->first = insn_bit_size;
98 fields->first->next = fields->last;
99 fields->last->prev = fields->first;
169 new_field->first = target_a2i(hi_bit_nr, new_field->pos_string);
170 new_field->last = new_field->next->first
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.partition_point.bench.cpp16 std::array<I, 10> every_10th_percentile_N(I first, N n) { argument
21 res[i] = first;
22 std::advance(first, step);
65 I operator()(I first, I last, const V& value) const { argument
66 return std::lower_bound(first, last, value);
74 I operator()(I first, I last, const V& value) const { argument
75 return std::upper_bound(first, last, value);
83 std::pair<I, I> operator()(I first, I last, const V& value) const { argument
84 return std::equal_range(first, last, value);
/netbsd-current/games/quiz/
H A Drxp.c96 rxp__compile(const char *s, int first) argument
105 if (first) {
158 if (first) {
174 if (!first) {
199 int first,
209 if (first) {
257 * Reverse engineer the regular expression, by picking first of all alternates.
266 rxp__expand(int first) argument
274 if (first) {
305 if (first) {
198 rxp__match(const char *s, int first, Rxp_t *j_succ, Rxp_t *j_fail, const char *sp_fail) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgetprogname.c96 static int first = 1;
97 if (first)
99 first = 0;
111 static int first = 1;
112 if (first)
114 first = 0;
191 static int first = 1;
192 if (first)
197 first = 0;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_add_passphrase.c47 p = a->passphrases.first;
49 a->passphrases.first = p->next;
57 p->next = a->passphrases.first;
58 a->passphrases.first = p;
59 if (&a->passphrases.first == a->passphrases.last) {
147 for (p = a->passphrases.first; p != NULL; p = p->next)
150 p = a->passphrases.first;
157 p = a->passphrases.first;
161 if (a->passphrases.first->next != NULL) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-comdats.c161 enqueue_references (symtab_node **first, argument
176 node->aux = *first;
177 *first = node;
187 enqueue_references (first, edge->callee);
197 node->aux = *first;
198 *first = node;
241 symtab_node *first = (symtab_node *) (void *) 1; local
285 symbol->aux = first;
286 first = symbol;
298 while (first !
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-comdats.cc161 enqueue_references (symtab_node **first, argument
176 node->aux = *first;
177 *first = node;
187 enqueue_references (first, edge->callee);
197 node->aux = *first;
198 *first = node;
241 symtab_node *first = (symtab_node *) (void *) 1; local
285 symbol->aux = first;
286 first = symbol;
298 while (first !
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Apps/
H A Dhttpdstat.d24 * IDEA: Ryan Matteson (who first wrote a solution to this).
59 first = 1;
72 /first || (secs == 0 && lines > SCREEN)/
77 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dhttpdstat.d24 * IDEA: Ryan Matteson (who first wrote a solution to this).
59 first = 1;
72 /first || (secs == 0 && lines > SCREEN)/
77 first = 0;
H A Dj_stat.d65 first = 1;
78 /first || (secs == 0 && lines > SCREEN)/
83 first = 0;
H A Djs_stat.d55 first = 1;
68 /first || (secs == 0 && lines > SCREEN)/
73 first = 0;
H A Drb_stat.d63 first = 1;
76 /first || (secs == 0 && lines > SCREEN)/
81 first = 0;
H A Dsh_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
H A Dtcl_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_stat.d65 first = 1;
78 /first || (secs == 0 && lines > SCREEN)/
83 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_stat.d55 first = 1;
68 /first || (secs == 0 && lines > SCREEN)/
73 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_stat.d63 first = 1;
76 /first || (secs == 0 && lines > SCREEN)/
81 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h81 Result.first->second.isSimple())) {
88 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated);
91 if (Result.first->second.isSimple()) {
92 assert(Result.first->second.getIndex() ==
96 // resolved in the first pass, with proper *back* references in the
98 Result.first->second = nextTypeIndex();
104 return Result.first->second;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dgot-page-3.d10 # with a page estimate of 10. Thus the first page entry has offset
12 # and the first global entry has an offset -32744 + 40 == -32704.
15 # The first global symbol should therefore be at offset -32744.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb-caching-proc.exp32 set first [gdb_do_cache_wrap $real_name]
34 lappend resultlist $first
46 if { $rerun != $first } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb-caching-proc.exp32 set first [gdb_do_cache_wrap $real_name]
34 lappend resultlist $first
46 if { $rerun != $first } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dper-bfd-sharing.exp27 set uses_readnow [expr [string first "-readnow" $GDBFLAGS] != -1]
77 foreach_with_prefix first $methods {
92 with_test_prefix "load first" { load_binary $first }
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.c98 htab->first = NULL;
221 if (htab->first == NULL)
224 htab->first = &table[idx];
228 table[idx].next = htab->first->next;
229 htab->first->next = &table[idx];
230 htab->first = &table[idx];
247 htab->first = NULL;
333 if (htab->first == NULL)
335 curr = htab->first;
339 if (*ptr == htab->first)
[all...]

Completed in 156 milliseconds

1234567891011>>