Searched refs:last (Results 401 - 425 of 811) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/binutils/binutils/
H A Drcparse.y76 rc_rcdata_item *last;
1190 $$.last = NULL;
1205 $$.last = ri;
1213 $$.last = ri;
1221 $$.last = ri;
1229 $1.last->next = ri;
1230 $$.last = ri;
1238 $1.last->next = ri;
1239 $$.last = ri;
1247 $1.last
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_timeout.c401 sbintime_t first, last, max, tmp_max; local
411 /* Compute the buckets of the last scan and present times. */
416 /* Compute the last bucket and minimum time of the bucket after it. */
423 first = last = now;
425 last += lookahead;
426 last &= (0xffffffffffffffffLLU << (32 - CC_HASH_SHIFT));
427 lastb = callout_hash(last) - 1;
428 max = last;
431 * Check if we wrapped around the entire wheel from the last scan.
482 if (tmp->c_time > last) {
[all...]
H A Dinit_main.c206 int last; local
236 last = SI_SUB_COPYRIGHT;
256 if ((*sipp)->subsystem > last) {
258 last = (*sipp)->subsystem;
259 printf("subsystem %x\n", last);
/freebsd-10.0-release/sys/dev/usb/controller/
H A Dohci.c387 /* the last (1ms) QH */
656 #define OHCI_APPEND_QH(sed,last) (last) = _ohci_append_qh(sed,last)
658 _ohci_append_qh(ohci_ed_t *sed, ohci_ed_t *last) argument
660 DPRINTFN(11, "%p to %p\n", sed, last);
665 return (last);
669 sed->next = last->next;
670 sed->ed_next = last->ed_next;
673 sed->prev = last;
691 _ohci_remove_qh(ohci_ed_t *sed, ohci_ed_t *last) argument
[all...]
/freebsd-10.0-release/bin/pax/
H A Dcpio.c161 ARCHD last; local
166 memset(&last, 0, sizeof(last));
167 last.nlen = sizeof(TRAILER) - 1;
168 last.type = PAX_REG;
169 last.sb.st_nlink = 1;
170 (void)strcpy(last.name, TRAILER);
171 return((*frmt->wr)(&last));
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.dependfile.mk45 # MACHINE must be the last entry in _aml ;-)
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dconf.c591 reply(-code, " it was last modified on %.24s - %d day%s ago",
894 int fd, i, last; local
917 last = 0;
925 last = i;
929 last = i;
933 if (pids[last] != 0)
934 last++;
935 pids[last] = mypid;
937 count = (last + 1) * sizeof(pid_t);
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.color.c288 char *last = filename + len; local
310 && strncmp(last - extensions[i].extension.len,
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dkwset.c284 enqueue (struct tree *tree, struct trie **last) argument
288 enqueue(tree->llink, last);
289 enqueue(tree->rlink, last);
290 (*last) = (*last)->next = tree->trie;
295 well as a last resort failure node. */
384 struct trie *last, *next[NCHAR]; local
423 for (curr = last = kwset->trie; curr; curr = curr->next)
426 enqueue(curr->links, &last);
/freebsd-10.0-release/lib/libz/
H A Ddeflate.h133 * array to 64K, this link is maintained only for the last 32K strings.
262 /* Number of valid bits in bi_buf. All bits above the last valid bit
299 ulg stored_len, int last));
303 ulg stored_len, int last));
/freebsd-10.0-release/sys/boot/uboot/lib/
H A Dglue.c505 ub_env_enum(const char *last) argument
511 * It's OK to pass only the name piece as last (and not the whole
516 if (!syscall(API_ENV_ENUM, NULL, (uint32_t)last, (uint32_t)&env))
/freebsd-10.0-release/sys/dev/iicbus/
H A Diiconf.c260 iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) argument
268 return (IICBUS_READ(device_get_parent(bus), buf, len, read, last, delay));
/freebsd-10.0-release/tools/regression/sbin/mdconfig/
H A Drun82 last if $prog_line >= $opt_l;
95 last;
/freebsd-10.0-release/usr.bin/ncal/
H A Dncal.c773 int last; /* the first day of next month */ local
786 * Set first and last to the day number of the first day of this
792 last = firstday(y + 1, 1);
794 last = firstday(y, m + 2);
801 * this month. (This might be in the last month)
821 for (j = firstm + i, k = 0; j < last; j += 7, k += dw) {
843 for (j = firstm, k = 0; j < last; k += dw, j += 7)
865 int last; /* the first day of next month */ local
886 * Set first and last to the day number of the first day of this
903 last
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dchat.c237 int last; local
239 for (last = c->abort.num; last > i; last--) {
240 c->abort.string[last].data = c->abort.string[last-1].data;
241 c->abort.string[last].len = c->abort.string[last-1].len;
336 * If a linefeed appears in the last `in' characters of `c's input
337 * buffer, output from there, all the way back to the last linefee
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c176 /* For the last reference, also merge in all registers set in the
238 struct du_chain *tmp, *last; local
267 /* Find last entry on chain (which has the need_caller_save bit),
271 for (last = this; last->next_use; last = last->next_use)
275 reg_class_contents[last->cl]);
281 reg_class_contents[last->cl]);
335 reg_names[reg], INSN_UID (last
1391 unsigned int last; local
[all...]
H A Dtree-outof-ssa.c1440 value_expr_p last = NULL; local
1442 for (curr = list; curr; last = curr, curr = curr->next)
1448 *last_ptr = last;
1493 value_expr_p info, last; local
1495 info = find_value_in_list (*list, value, &last);
1498 if (!last)
1501 last->next = info->next;
2464 tree stmt, name, last = NULL; local
2469 last = bsi_stmt (bsi);
2477 insert this assignment before the last
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_fil.c779 static unsigned int last = 0xa5a5a5a5; local
810 number = last;
811 last *= calls;
812 last++;
813 number ^= last;
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dippool_y.y772 ip_pool_node_t *ntop, *ipn, node, *last;
780 last = NULL;
792 if (last == NULL)
795 last->ipn_next = ipn;
796 last = ipn;
/freebsd-10.0-release/contrib/nvi/common/
H A Dmsg.c544 recno_t last; local
642 if (db_last(sp, &last))
644 if (last == 0) {
650 (void)snprintf(p, ep - p, t, lno, last,
651 ((u_long)lno * 100) / last);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c679 const char *last = svn_utf__last_valid(data, len);
686 valid = last - data;
692 (unsigned char)last[i-valid]),
696 invalid = data + len - last;
702 (unsigned char)last[i]),
677 const char *last = svn_utf__last_valid(data, len); local
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio_lib.c458 BIO *b,*last; local
460 b=last=bio;
464 last=b;
468 if (reason != NULL) *reason=last->retry_reason;
469 return(last);
/freebsd-10.0-release/sys/ddb/
H A Ddb_command.c150 * if 'ed' style: 'dot' is set at start of last item printed,
152 * Otherwise: 'dot' points to next item, '..' points to last.
209 struct command *c, *last; local
211 last = NULL;
226 last = c;
228 if (last == NULL)
231 LIST_INSERT_AFTER(last, cmd, next);
344 /* empty line repeats last command, at 'next' */
/freebsd-10.0-release/usr.sbin/quot/
H A Dquot.c113 static ino_t last; local
129 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) {
145 last = (ino / INOCNT(super)) * INOCNT(super);
146 if (lseek(fd, (off_t)ino_to_fsba(super, last) << super->fs_fshift, 0) < (off_t)0
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c1419 for the last case. This case does not happen for stdarg/vararg routines,
2665 rtx *prev_addr[2]; /* address of last memory use */
2667 HOST_WIDE_INT prev_off[2]; /* last offset */
2900 some cases, it might be necessary to emit a barrier instruction as the last
3258 some cases, it might be necessary to emit a barrier instruction as the last
3826 for the last named argument which has type TYPE and mode MODE.
4020 of the argument, the last FP register, or the last argument slot. */
4164 registers. If it extends past the last argument slot, then the rest
4213 of the argument, the last F
5019 int i, first, last; local
6067 rtx last = prev_active_insn (insn); local
8057 rtx last; local
8183 rtx last = prev_active_insn (insn); local
8209 rtx last; local
[all...]

Completed in 405 milliseconds

<<11121314151617181920>>