HomeSort by: relevance | last modified time | path
    Searched refs:lb (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/common/lib/libc/arch/or1k/string/
memcpy.c 69 const unsigned long *lb = (const unsigned long *) (cb - offset); local in function:memcpy
77 for (; la + 4 <= ea; la += 4, lb += 4) {
78 la[0] = lb[0];
79 la[1] = lb[1];
80 la[2] = lb[2];
81 la[3] = lb[3];
87 *la++ = *lb++;
92 unsigned long w1 = *lb++;
97 for (; la + 4 <= ea; la += 4, lb += 4) {
98 unsigned long w2 = lb[0]
    [all...]
  /src/lib/libc/nameser/
ns_samedomain.c 60 size_t la, lb, i; local in function:ns_samedomain
65 lb = strlen(b);
84 if (lb != 0U && b[lb - 1] == '.') {
86 /* note this loop doesn't get executed if lb==1 */
87 for (i = lb - 1; i > 0; i--)
96 lb--;
99 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
100 if (lb == 0U)
104 if (lb > la
    [all...]
  /src/sys/dev/
lockstat.c 173 lsbuf_t *lb; local in function:lockstat_init_tables
188 lb = lockstat_baseb;
201 for (i = per; i != 0; i--, lb++) {
202 lb->lb_cpu = (uint16_t)cpuno;
203 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
206 lb->lb_cpu = (uint16_t)cpuno;
207 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
208 lb++;
340 lsbuf_t *lb; local in function:lockstat_alloc
347 sz = sizeof(*lb) * le->le_nbufs
385 lsbuf_t *lb; local in function:lockstat_event
    [all...]
  /src/usr.sbin/lockstat/
main.c 590 lsbuf_t *lb, *max; local in function:collapse
592 for (lb = bufs, max = bufs + nbufs; lb < max; lb++) {
593 if (func && lb->lb_callsite != 0) {
594 findsym(FUNC_BYADDR, NULL, &lb->lb_callsite, NULL,
597 if (lock && lb->lb_lock != 0) {
598 findsym(LOCK_BYADDR, NULL, &lb->lb_lock, NULL,
611 lsbuf_t *lb, *lb2, *max; local in function:makelists
627 for (lb = bufs, max = bufs + nbufs; lb < max; lb++)
740 lsbuf_t *lb; local in function:display
    [all...]
  /src/common/lib/libc/arch/mips/string/
strlen.S 45 lb v0, 0(a0) # get byte from string
bcopy.S 165 lb t3,0(SRCREG)
261 lb t3,-1(SRCREG)
  /src/usr.bin/error/
filter.c 141 int ub, lb; local in function:search_ignore
147 for (lb = 0, ub = nignored - 1; ub >= lb; ) {
148 halfway = (ub + lb)/2;
154 lb = halfway + 1;
touch.c 58 #define ECITERATE(ei, p, lb, errs, nerrs) \
59 for (ei = lb; p = errs[ei],ei < nerrs; ei++)
61 #define FILEITERATE(fi, lb, num) \
62 for (fi = lb; fi <= num; fi++)
  /src/lib/libm/src/
s_fmal.c 146 long double ha, hb, la, lb, p, q; local in function:dd_mul
156 lb = b - hb;
159 q = ha * lb + la * hb;
162 ret.lo = p - ret.hi + q + la * lb;
s_fma.c 153 double ha, hb, la, lb, p, q; local in function:dd_mul
163 lb = b - hb;
166 q = ha * lb + la * hb;
169 ret.lo = p - ret.hi + q + la * lb;
  /src/sys/net/lagg/
if_laggproto.c 618 struct lagg_lb *lb; local in function:lagg_lb_attach
624 lb = psc->psc_ctx;
625 lb->lb_pmaps.maps_activepmap = 0;
636 struct lagg_lb *lb; local in function:lagg_lb_startport
640 lb = psc->psc_ctx;
644 pm_act = lagg_portmap_active(&lb->lb_pmaps);
645 pm_next = lagg_portmap_next(&lb->lb_pmaps);
655 lagg_portmap_switch(&lb->lb_pmaps);
663 struct lagg_lb *lb; local in function:lagg_lb_stopport
667 lb = psc->psc_ctx
694 struct lagg_lb *lb; local in function:lagg_lb_transmit
    [all...]
  /src/share/mk/
compare-lib-lists 15 LB=/tmp/${prog}.lb.$$
17 trap "rm -f ${MK} ${RD} ${IN} ${LB}" 0 1 2 3 15
55 egrep -v '(_p|_pic|_g)\.a' | sort > ${LB}
57 paste ${IN} ${LB}
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 572 const int lb = iter * 16; \
574 for (i = 0; i < mlen_rnd128; i += lb) { \
583 const int lb = iter * 16; \
585 for (i = mlen_rnd128; i < mlen; i += lb) { \
587 unsigned long long mj = lb; \
712 const int lb = iter * 16; \
713 for (i = 0; i < mlen_rnd128; i += lb) { \
721 const int lb = iter * 16; \
723 for (i = 0; i < mlen_rnd128; i += lb) { \
731 const int lb = iter * 16;
    [all...]
  /src/sys/ufs/ffs/
fs.h 706 #define ffs_getdb(fs, ip, lb) \
708 (daddr_t)ufs_rw64((ip)->i_ffs2_db[lb], UFS_FSNEEDSWAP(fs)) : \
709 (daddr_t)ufs_rw32((ip)->i_ffs1_db[lb], UFS_FSNEEDSWAP(fs)))
710 #define ffs_getib(fs, ip, lb) \
712 (daddr_t)ufs_rw64((ip)->i_ffs2_ib[lb], UFS_FSNEEDSWAP(fs)) : \
713 (daddr_t)ufs_rw32((ip)->i_ffs1_ib[lb], UFS_FSNEEDSWAP(fs)))
  /src/bin/stty/
print.c 200 binit(const char *lb)
207 label = lb;
  /src/sys/arch/alpha/pci/
tsreg.h 55 #define TSFIELDBB(r,lb,rb) TSFIELD((r), (rb), (lb) - (rb) + 1)
  /src/common/lib/libc/rpc/
xdr.c 487 long lb; local in function:xdr_bool
495 lb = *bp ? XDR_TRUE : XDR_FALSE;
496 return (XDR_PUTLONG(xdrs, &lb));
499 if (!XDR_GETLONG(xdrs, &lb)) {
502 *bp = (lb == XDR_FALSE) ? FALSE : TRUE;
  /src/usr.bin/deroff/
deroff.c 1440 int lb, ub; local in function:comline
1476 lb = 0;
1478 while (lb <= ub) {
1479 mid = (ub + lb) / 2;
1482 lb = mid + 1;
  /src/games/cgram/
cgram.c 299 char lb = ch_tolower(b); local in function:substitute
305 *p = lb;
308 else if (*p == lb)
  /src/sys/net/
link_proto.c 423 const uint8_t *lb = l, *rb = r; local in function:submemcmp
440 rc = memcmp(&lb[fieldstart], &rb[fieldstart], cmpend - fieldstart);
  /src/sys/dev/scsipi/
scsiconf.c 323 const uint16_t * const la = a, * const lb = b; local in function:lun_compar
325 if (*la < *lb)
327 if (*la > *lb)
  /src/sys/dev/ic/
isp_netbsd.c 1054 int sok, lb, lim; local in function:isp_fc_worker
1059 lb = isp_fc_runstate(isp, chan, 250000);
1061 if (lb) {
1067 if (lb < 0) {
1074 lb, isp->isp_osinfo.loop_down_time);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cs.c 416 struct radeon_bo_list *lb = list_entry(b, struct radeon_bo_list, tv.head); local in function:cmp_size_smaller_first
419 return (int)la->robj->tbo.num_pages - (int)lb->robj->tbo.num_pages;
  /src/lib/librumpuser/build-aux/
config.sub 255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \

Completed in 26 milliseconds

1 2