Searched refs:rest (Results 51 - 75 of 90) sorted by relevance

1234

/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S321 jmp putstr.1 # Display the rest
330 movw %di,%si # Display the rest
394 jz intx13.2 # No, so skip the rest
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DSunOS.mk42 # the rest is common
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4161 srl V,1,V ! rest of V
H A Ddivsi3.S102 srl %o5,1,%o5 ! rest of %o5
H A Dmodsi3.S102 srl %o5,1,%o5 ! rest of %o5
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c192 while ((deltas=deltas->rest)->rest) {
H A Drcsbase.h373 struct hshentries *rest; member in struct:hshentries
H A Drcsrev.c385 *store = &p->rest;
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c1182 vm_size_t rest; local
1188 rest = MIN(PAGE_SIZE - (va & PAGE_MASK), len);
1191 cpu_idcache_wbinv_range(va, rest);
1192 cpu_l2cache_wbinv_range(va, rest);
1194 len -= rest;
1195 va += rest;
1196 rest = MIN(PAGE_SIZE, len);
1205 vm_size_t rest; local
1212 rest = MIN(PAGE_SIZE - (va & PAGE_MASK), len);
1216 cpu_dcache_inv_range(va, rest);
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_drv.h517 unsigned int rest = SAVAGE_DMA_PAGE_SIZE - \
519 if ((n) > rest) { \
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c73 krb5_data *rest)
86 len = 6 + ap_rep_len + rest->length;
114 iov[2].iov_base = rest->data;
115 iov[2].iov_len = rest->length;
69 send_reply(int s, struct sockaddr *sa, int sa_size, krb5_data *ap_rep, krb5_data *rest) argument
/freebsd-9.3-release/usr.sbin/rtadvctl/
H A Drtadvctl.c803 struct timeval *rest; local
805 rest = rtadvd_timer_rest(pfx->pfx_timer);
806 if (rest) { /* XXX: what if not? */
807 printf(" expire=%s", sec2str(rest->tv_sec, ssbuf));
/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A Ddriver_freebsd.c742 int len, rest; local
754 rest = len;
755 while (rest >= sizeof(struct ieee80211req_scan_result)) {
759 rest -= sr->isr_len;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp1927 breakpoint *get_breakpoints(hunits width, int ns, breakpoint *rest = 0,
3618 breakpoint *rest, int /*is_inner*/)
3620 return rest;
3629 breakpoint *rest, int is_inner)
3632 return rest;
3634 bp->next = rest;
3639 assert(rest != 0);
3640 bp->index = rest->index + 1;
3641 bp->nd = rest->nd;
3659 int ns, breakpoint *rest)
3617 get_breakpoints(hunits , int , breakpoint *rest, int ) argument
3628 get_breakpoints(hunits wd, int ns, breakpoint *rest, int is_inner) argument
3658 node_list_get_breakpoints(node *p, hunits *widthp, int ns, breakpoint *rest) argument
3672 get_breakpoints(hunits wd, int ns, breakpoint *rest, int is_inner) argument
4405 get_breakpoints(hunits, int, breakpoint *rest, int) argument
[all...]
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_tx.c565 u_int rest = mapsize; local
578 /* rest after this buffer */
579 rest -= segs->ds_len;
583 if (rest < 48 /* && a->vcc->vcc.aal != ATMIO_AAL_5 */)
602 if (rest == 0)
626 KASSERT(rest == 0, ("bad mbuf"));
/freebsd-9.3-release/etc/
H A Dnetwork.subr1638 local _if _flag proto addr rest
1642 ${IFCONFIG_CMD} $_if 2>/dev/null | while read proto addr rest; do
1643 case "${proto}/${addr}/${_flag}/${rest}" in
/freebsd-9.3-release/sys/pci/
H A Dncr.c888 ** the rest of the data.
5620 ** to transfer the rest of the current block.
5628 u_int32_t rest; local
5648 rest= dbc & 0xffffff;
5652 delta=(((ctest5<<8) | (INB (nc_dfifo) & 0xff)) - rest) & 0x3ff;
5654 delta=(INB (nc_dfifo) - rest) & 0x7f;
5659 ** the target -> add the amount to the rest
5664 if (!(dstat & DFE)) rest += delta;
5665 if (ss0 & OLF) rest++;
5666 if (ss0 & ORF) rest
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-gen.c1578 const char *quote, *rest;
1581 rest = rdeps[i]->extra;
1582 quote = strchr (rest, '\"');
1585 printf ("%.*s\\\"", (int) (quote - rest), rest);
1586 rest = quote + 1;
1587 quote = strchr (rest, '\"');
1589 printf ("%s\", ", rest);
1575 const char *quote, *rest; local
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregengine.inc303 const char *rest; /* start of rest of string */
304 const char *tail; /* string unmatched by rest of RE */
354 rest = slow(m, sp, stp, ss, es);
355 assert(rest != NULL); /* it did match */
356 /* could the rest match the rest? */
357 tail = slow(m, rest, stop, es, stopst);
361 stp = rest - 1;
367 if (slow(m, sp, rest, ssu
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c612 /* copy rest of delta text nodes that are not deleted */
1124 store = store->rest;
1525 deltas = deltas->rest;
1535 scanlogtext((deltas = deltas->rest)->first, true);
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.c517 size_t rest = n - i; local
518 int chunk = rest < INT_MAX ? (int)rest : INT_MAX;
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c1009 struct timeval interval, now, min_delay, tm_tmp, *rest; local
1027 rest = rtadvd_timer_rest(ifi->ifi_ra_timer);
1028 if (TIMEVAL_LT(rest, &interval)) {
1030 "the rest of the current timer", __func__);
1031 interval = *rest;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c4200 * to transfer the rest of the current block.
4205 u32 rest; local
4224 rest = dbc & 0xffffff;
4257 (dfifo & 0xff)) - rest) & 0x3ff;
4259 delta = ((dfifo & 0xff) - rest) & 0x7f;
4264 * the target -> add the amount to the rest
4268 rest += delta;
4270 if (ss0 & OLF) rest++;
4272 if (ss0 & ORF) rest++;
4275 if (ss2 & OLF1) rest
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-flow.h993 tree rest; member in struct:affine_tree_combination
/freebsd-9.3-release/contrib/gperf/src/
H A Dinput.cc436 /* Give a warning if the rest of the line is nonempty. */
779 const char *rest; local
927 rest = line_rest;
930 rest = empty_string;
942 rest = empty_string;
958 rest = line_rest;
961 rest = empty_string;
972 rest);
975 list_tail = &(*list_tail)->rest();

Completed in 199 milliseconds

1234