Searched refs:last (Results 76 - 100 of 811) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ntp/util/
H A Dprecision.c35 * IF the difference from the last time is "small" (< MINSTEP)
67 long last; local
74 last = tp.tv_usec;
77 diff = tp.tv_usec - last;
80 last = tp.tv_usec;
125 long last; local
140 last = tp.tv_usec;
149 diff = tp.tv_usec - last;
150 last = tp.tv_usec;
/freebsd-10.0-release/usr.sbin/mtree/
H A Dspec.c60 NODE *centry, *last; local
66 centry = last = root = NULL;
129 if (last->type != F_DIR || last->flags & F_DONE) {
130 if (last == root)
132 last = last->parent;
134 last->flags |= F_DONE;
151 last = root = centry;
153 } else if (last
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-ch.c55 tree last; local
74 last = last_stmt (header);
75 if (TREE_CODE (last) != COND_EXPR)
82 last = bsi_stmt (bsi);
84 if (TREE_CODE (last) == LABEL_EXPR)
87 if (get_call_expr_in (last))
90 *limit -= estimate_num_insns (last);
220 tree last; local
222 last = last_stmt (copied_bbs[i]);
223 if (TREE_CODE (last)
[all...]
H A Dcfgexpand.c43 /* Verify that there is exactly single jump instruction since last and attach
49 add_reg_br_prob_note (rtx last, int probability) argument
53 for (last = NEXT_INSN (last); last && NEXT_INSN (last); last = NEXT_INSN (last))
54 if (JUMP_P (last))
58 if (!any_condjump_p (last)
380 size_t i, last; local
1114 rtx last2, last; local
1196 rtx last2, last; local
1297 rtx note, last; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintpool_live.c22 int printed, last; local
48 last = 0;
52 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
54 last = 1;
H A Dprintdstl_live.c26 int printed, last; local
62 last = 0;
65 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
67 last = 1;
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapp_rand.c168 int last; local
174 last=0;
176 if (*p == '\0') last=1;
187 if (last) break;
/freebsd-10.0-release/etc/rc.d/
H A Dsysctl14 reload_cmd="sysctl_start last"
15 lastload_cmd="sysctl_start last"
21 last)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzle.c48 uchar_t *last = src + (256 - n); local
49 while (src < MIN(last, s_end) && src[0] == 0)
53 uchar_t *last = src + n; local
56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1]))
/freebsd-10.0-release/sys/sparc64/include/
H A Dstdarg.h54 #define va_start(ap, last) \
55 __builtin_va_start((ap), (last))
74 #define va_start(ap, last) \
75 (__builtin_next_arg(last), (ap) = (va_list)__builtin_saveregs())
/freebsd-10.0-release/sys/sys/
H A D_unrhdr.h45 u_int last; /* items free at end */ member in struct:unrhdr
/freebsd-10.0-release/usr.bin/seq/
H A Dseq.c80 double last = 0.0; local
130 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n",
135 last = e_atof(argv[argc - 1]);
144 errx(1, "zero %screment", (first < last)? "in" : "de");
149 incr = (first < last) ? 1.0 : -1.0;
151 if (incr <= 0.0 && first < last)
154 if (incr >= 0.0 && first > last)
166 fmt = generate_format(first, incr, last, equalize, pad);
169 for (; first <= last; first += incr) {
174 for (; first >= last; firs
408 generate_format(double first, double incr, double last, int equalize, char pad) argument
[all...]
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dlibfifolog_int.h45 const char *fifolog_int_findend(const struct fifolog_file *ff, off_t *last);
/freebsd-10.0-release/sys/powerpc/include/
H A Dstdarg.h44 #define va_start(ap, last) \
45 __builtin_va_start((ap), (last))
65 #define va_start(ap, last) ((ap) = *(va_list *)0)
71 #define va_start(ap, last) \
72 (__builtin_next_arg(last), \
76 #define va_start(ap, last) \
77 (__builtin_next_arg(last), \
/freebsd-10.0-release/contrib/mdocml/
H A Dman_macro.c127 while (m->last != to) {
130 * m->last node in the post-validation phase and reset
131 * it to m->last->parent, causing a step in the closing
134 n = m->last->parent;
135 rew_warn(m, m->last, er);
138 m->last = n;
139 assert(m->last);
142 rew_warn(m, m->last, er);
239 for (n = m->last; n; n = n->parent) {
281 for (nn = m->last
[all...]
H A Dmdoc_validate.c390 if (MDOC_VALID & mdoc->last->flags)
392 mdoc->last->flags |= MDOC_VALID;
394 switch (mdoc->last->type) {
407 if (NULL == mdoc_valids[mdoc->last->tok].post)
409 for (p = mdoc_valids[mdoc->last->tok].post; *p; p++)
423 if (m->last->type != type)
429 if (m->last->nchild < val)
434 if (m->last->nchild > val)
439 if (val == m->last->nchild)
448 mandoc_vmsg(t, m->parse, m->last
[all...]
/freebsd-10.0-release/sys/net/
H A Draw_usrreq.c84 struct socket *last; local
86 last = 0;
96 if (last) {
100 if (sbappendaddr(&last->so_rcv, src,
105 sorwakeup(last);
108 last = rp->rcb_socket;
110 if (last) {
111 if (sbappendaddr(&last->so_rcv, src,
115 sorwakeup(last);
/freebsd-10.0-release/usr.bin/systat/
H A Dkeyboard.c57 struct timeval last, intvl, now, tm; local
61 gettimeofday(&last, NULL);
70 tm.tv_sec = last.tv_sec + intvl.tv_sec - now.tv_sec;
71 tm.tv_usec = last.tv_usec + intvl.tv_usec - now.tv_usec;
83 gettimeofday(&last, NULL);
115 gettimeofday(&last, NULL);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dmerge.c66 #define ICOPY_LIST(src, dst, last) \
69 while(src < last)
75 #define CCOPY_LIST(src, dst, last) \
78 while (src < last)
108 u_char *list2, *list1, *p2, *p, *last, **p1; local
131 last = list2 + nmemb * size;
133 while (*EVAL(list2) != last) {
136 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
140 if (p2 != last)
226 last
268 u_char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dwpm.d63 last = 0;
88 /self->buf && last/
90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Misc/
H A Dwpm.d63 last = 0;
88 /self->buf && last/
90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp218 cc_hash_table(It first, It last) argument
219 { base_type::copy_from_range(first, last); }
225 cc_hash_table(It first, It last, const hash_fn& h) argument
227 { copy_from_range(first, last); }
236 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
238 { copy_from_range(first, last); }
248 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
251 { copy_from_range(first, last); }
262 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
265 { copy_from_range(first, last); }
368 gp_hash_table(It first, It last) argument
376 gp_hash_table(It first, It last, const hash_fn& h) argument
387 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
399 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) argument
413 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p) argument
429 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p, const resize_policy& rp) argument
520 tree(It first, It last) argument
528 tree(It first, It last, const cmp_fn& c) argument
597 trie(It first, It last) argument
604 trie(It first, It last, const e_access_traits& t) argument
660 list_update(It first, It last) argument
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Dlst.c57 * field of the List will be altered if ln is the last node in the
108 LstNode *last; /* the last element in the list. Keeps local
116 * Link the first element of the second list to the last
118 * we then link the last element of the list to the first
119 * element of the second list. The last element of the second
120 * list, if it exists, then becomes the last element of the
136 * corresponding element in list2. The 'last' node follows the
137 * last of the new nodes along until the entire list2 has been
139 * changes. During the first iteration of the loop, if 'last'
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_methods.c107 struct eap_method *m, *last = NULL; local
118 last = m;
121 if (last)
122 last->next = method;
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c49 int last = 0; local
65 if ((count = last) == 0) {
73 last = count;

Completed in 302 milliseconds

1234567891011>>