Searched refs:first (Results 76 - 100 of 1372) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gcc/
H A Dbitmap.c83 if (head->first == elt)
84 head->first = next;
86 /* Since the first thing we try is to insert before current,
113 /* Use up the inner list first before looking at the next
130 /* Use up the inner list first before looking at the next
171 head->first = NULL;
194 if (head->first)
195 bitmap_elt_clear_from (head, head->first);
246 bit_obstack->heads = (void *)map->first;
275 map->first
[all...]
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-bootp.c137 TCHECK2(bp->bp_sname[0], 1); /* check first char only */
147 TCHECK2(bp->bp_file[0], 1); /* check first char only */
180 * The first character specifies the format to print:
375 int first, idx; local
453 first = 1;
459 if (!first)
462 first = 0;
477 first = 1;
497 if (!first)
509 first
[all...]
/freebsd-10.1-release/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c219 int first = 1; local
235 if (first) {
236 first = 0;
274 int first = 1; local
290 if (first) {
291 first = 0;
330 int first = 1; local
347 if (first) {
348 first = 0;
384 int first local
435 int first = 1; local
500 int first = 1; local
[all...]
/freebsd-10.1-release/contrib/binutils/
H A Dylwrap118 first=yes
155 # parser itself (the first file) should always be updated,
159 if test $first = no; then
184 if test $first = no; then
194 # A missing file is only an error for the first file. This
198 if test $first = yes; then
204 first=no
/freebsd-10.1-release/contrib/dialog/
H A Dinputbox.c75 int first; local
96 first = (state == sTEXT);
145 0, 0, box_width, password, first);
162 if (!first) {
165 0, 0, box_width, password, first);
176 * Handle mouse clicks first, since we want to know if this is a button,
187 edit = dlg_edit_string(input, &chr_offset, key, fkey, first);
191 0, 0, box_width, password, first);
194 first = FALSE;
197 } else if (first) {
[all...]
/freebsd-10.1-release/contrib/openbsm/config/
H A Dylwrap134 first=yes
167 # parser itself (the first file) should always be updated,
171 if test $first = no; then
192 if test $first = no; then
202 # A missing file is only an error for the first file. This
206 if test $first = yes; then
212 first=no
/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c120 bcm_systimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
127 if (first != 0) {
129 count = ((uint32_t)et->et_frequency * first) >> 32;
284 uint32_t first, last; local
297 first = bcm_systimer_tc_read_4(SYSTIMER_CLO);
301 if (last == first)
303 if (last>first) {
304 counts -= (int32_t)(last - first);
306 counts -= (int32_t)((0xFFFFFFFF - first) + last);
308 first
[all...]
/freebsd-10.1-release/sys/arm/lpc/
H A Dlpc_timer.c75 sbintime_t first, sbintime_t period);
200 lpc_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
213 if (first == 0)
216 ticks = ((uint32_t)et->et_frequency * first) >> 32;
286 uint32_t first, last; local
297 first = lpc_get_timecount(&lpc_timecounter);
300 if (last < first) {
302 last = first;
305 val -= (last - first);
306 first
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap116 first=yes
153 # parser itself (the first file) should always be updated,
157 if test $first = no; then
182 if test $first = no; then
192 # A missing file is only an error for the first file. This
196 if test $first = yes; then
202 first=no
/freebsd-10.1-release/contrib/ntp/
H A Dylwrap116 first=yes
153 # parser itself (the first file) should always be updated,
157 if test $first = no; then
182 if test $first = no; then
192 # A missing file is only an error for the first file. This
196 if test $first = yes; then
202 first=no
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dgather-docs63 $first = 1;
85 print "\nReading $in :" if $verbose && $first;
86 $first = 0;
/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c56 update_cloned_parm (tree parm, tree cloned_parm, bool first) argument
66 TREE_USED (cloned_parm) = !first || TREE_USED (parm);
84 bool first = true; local
123 /* Update the `this' parameter, which is always first. */
124 update_cloned_parm (parm, clone_parm, first);
136 update_cloned_parm (parm, clone_parm, first);
212 first = false;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dgather-docs63 $first = 1;
85 print "\nReading $in :" if $verbose && $first;
86 $first = 0;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Duser-regs.c56 struct user_reg *first; member in struct:gdb_user_regs
77 static struct gdb_user_regs builtin_user_regs = { NULL, &builtin_user_regs.first };
96 regs->last = &regs->first;
97 for (reg = builtin_user_regs.first; reg != NULL; reg = reg->next)
127 /* Search register name space first - always let an architecture
149 for (nr = 0, reg = regs->first; reg != NULL; reg = reg->next, nr++)
166 for (reg = regs->first; reg != NULL; reg = reg->next)
/freebsd-10.1-release/contrib/openresolv/
H A Dpdnsd.in61 # If different, replace first with second otherwise remove second
101 first=true
103 if $first; then
104 first=false
/freebsd-10.1-release/usr.sbin/rtsold/
H A Ddump.c141 int first = 1; local
160 first = 0;
166 if (!first || hours) {
167 first = 0;
173 if (!first || mins) {
174 first = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp160 index, m_pairs[index].first.GetCString(), m_pairs[index].second.GetCString());
166 m_pairs[pair_index].first.GetCString(), m_pairs[pair_index].second.GetCString());
191 const size_t prefixLen = pos->first.GetLength();
193 if (::strncmp (pos->first.GetCString(), path_cstr, prefixLen) == 0)
213 const size_t prefix_len = pos->first.GetLength();
215 if (::strncmp (pos->first.GetCString(), path, prefix_len) == 0)
238 const size_t prefix_len = pos->first.GetLength();
242 if (::strncmp (pos->first.GetCString(), orig_path, prefix_len) == 0)
299 if (pos->first == path)
314 if (pos->first
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Utility/
H A DSharingPtr.cpp101 if (ptr == NULL || pos->second.first == ptr)
104 printf ("\nsp(%p): %p\n", pos->first, pos->second.first);
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dconfig.c45 static bool first = true; local
78 ** If this is our first time through, use malloc(), else realloc().
81 if (first)
87 first = false;
/freebsd-10.1-release/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h32 cpp_token GTY ((length ("%h.count"))) first[1];
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp249 if (LT.first > 1)
250 return LT.first * 2 * OpCost;
251 return LT.first * 1 * OpCost;
257 return LT.first * 2 * OpCost;
288 if (SrcLT.first == DstLT.first &&
327 if (SrcLT.first == DstLT.first &&
341 return SrcLT.first * 1;
390 return LT.first *
[all...]
/freebsd-10.1-release/tools/tools/termcap/
H A Dtermcap.pl95 my $first = 0;
97 if ($first++ == 0) {
151 my $first = 0;
156 if ($first++ == 0) {
/freebsd-10.1-release/usr.bin/head/
H A Dhead.c55 * head - give the first few lines of a stream or of each of a set of files
70 int first, linecnt = -1, eval = 0; local
99 for (first = 1; *argv; ++argv) {
107 first ? "" : "\n", *argv);
108 first = 0;
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp34 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
237 assert((this == &Entry.first || this == &Entry.second) &&
240 MDNode *OldScope = Entry.first.get();
253 Entry.first.Idx = Entry.second.Idx = 0;
291 assert((this == &Entry.first || this == &Entry.second) &&
294 MDNode *OldScope = Entry.first.get();
307 int NewIdx = Ctx->getOrAddScopeInlinedAtIdxEntry(Entry.first.get(),
313 Entry.first.Idx = Entry.second.Idx = 0;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c57 * The scheduler selects the next operation to issue by first looking for an
527 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset).
537 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
558 first = last = zio;
576 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first;
584 while ((dio = AVL_PREV(t, first)) != NULL &&
587 IO_GAP(dio, first) <= maxgap) {
588 first = dio;
589 if (mandatory == NULL && !(first
[all...]

Completed in 189 milliseconds

1234567891011>>