HomeSort by: relevance | last modified time | path
    Searched defs:lb (Results 1 - 17 of 17) sorted by relevancy

  /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/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;
  /src/lib/libm/src/
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;
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;
  /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/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/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/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/games/cgram/
cgram.c 299 char lb = ch_tolower(b); local in function:substitute
305 *p = lb;
308 else if (*p == lb)
  /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/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/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);
isp.c 5253 char lb[64]; local in function:isp_intr
5263 ISP_SNPRINTF(lb, sizeof lb, "Unknown FCP Response Code 0x%x", resp[FCP_RSPNS_CODE_OFFSET]);
5264 ptr = 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/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/common/lib/libx86emu/
x86emu.c 5829 uint8_t hb, lb; local in function:aad_word
5832 lb = (uint8_t) ((d & 0xff));
5833 l = (uint16_t) ((lb + 10 * hb) & 0xFF);

Completed in 29 milliseconds