Searched refs:lb (Results 51 - 75 of 97) sorted by relevance

1234

/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S157 lb t3,0(SRCREG)
251 lb t3,-1(SRCREG)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1546 kmp_int32 lb; member in struct:dispatch_private_info32
1579 kmp_int64 lb; /* lower-bound */ member in struct:dispatch_private_info64
1611 kmp_int32 lb; member in struct:dispatch_private_info32
1631 kmp_int64 lb; /* lower-bound */ member in struct:dispatch_private_info64
3218 enum sched_type schedule, kmp_int32 lb,
3221 enum sched_type schedule, kmp_uint32 lb,
3225 enum sched_type schedule, kmp_int64 lb,
3228 enum sched_type schedule, kmp_uint64 lb,
3253 enum sched_type schedule, kmp_int32 lb,
3257 enum sched_type schedule, kmp_uint32 lb,
[all...]
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c389 unsigned int lb; local
393 lb = howmany(soff + bytes, DEV_BSIZE);
396 nb = lb - poff / DEV_BSIZE;
/freebsd-11-stable/contrib/lua/src/
H A Dloadlib.c170 char *lb; local
173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
176 *lb = '\0'; /* cut name on the last '\\' to get the path */
H A Dlparser.c372 Labeldesc *lb = &dyd->label.arr[i]; local
373 if (eqstr(lb->name, gt->name)) { /* correct label? */
374 if (gt->nactvar > lb->nactvar &&
376 luaK_patchclose(ls->fs, gt->pc, lb->nactvar);
377 closegoto(ls, g, lb); /* close it */
400 ** check whether new label 'lb' matches any pending gotos in current
403 static void findgotos (LexState *ls, Labeldesc *lb) { argument
407 if (eqstr(gl->arr[i].name, lb->name))
408 closegoto(ls, i, lb);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c370 Labeldesc *lb = &dyd->label.arr[i]; local
371 if (luaS_eqstr(lb->name, gt->name)) { /* correct label? */
372 if (gt->nactvar > lb->nactvar &&
374 luaK_patchclose(ls->fs, gt->pc, lb->nactvar);
375 closegoto(ls, g, lb); /* close it */
398 ** check whether new label 'lb' matches any pending gotos in current
401 static void findgotos (LexState *ls, Labeldesc *lb) { argument
405 if (luaS_eqstr(gl->arr[i].name, lb->name))
406 closegoto(ls, i, lb);
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y922 const string &lb = get_label(type);
926 || memcmp(lb.contents(), v[0]->get_label(type).contents(),
929 result = lb;
939 && memcmp(lb.contents(), v[i]->get_label(type).contents(),
/freebsd-11-stable/sys/riscv/riscv/
H A Dsupport.S96 lb a0, 0(a0) /* Try loading the data */
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_csum_nocopy.S209 lb t0, (src)
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c1220 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) argument
1230 long curpos = ftell(lb);
1234 diff_output("%c", getc(lb));
1251 fseek(lb, f[i - 1], SEEK_SET);
1264 if ((c = getc(lb)) == EOF) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp1974 for (string_list *lb = label_list; lb; lb = lb->next)
1975 if (p->obj == 0 || (p = p->obj->find_label(lb->str)) == 0) {
1976 lex_error("object does not contain a place `%1'", lb->str);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c1599 struct ls_baton *lb = baton;
1604 dirent = svn_dirent_dup(dirent, lb->pool);
1616 const char *base_name = svn_path_basename(abs_path, lb->pool);
1617 svn_hash_sets(lb->dirents, base_name, dirent);
1619 svn_hash_sets(lb->locks, base_name, lock);
1624 path = apr_pstrdup(lb->pool, path);
1625 svn_hash_sets(lb->dirents, path, dirent);
1627 svn_hash_sets(lb->locks, path, lock);
1643 struct ls_baton lb;
1645 *dirents = lb
1597 struct ls_baton *lb = baton; local
1641 struct ls_baton lb; local
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_search.c120 gp->excmd.cp = tp->lb;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1146 struct log_baton lb;
1162 lb.real_cb = receiver;
1163 lb.real_baton = receiver_baton;
1164 lb.sess = sess;
1166 receiver_baton = &lb;
1142 struct log_baton lb; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c312 uint64_t lb = src[i]; local
313 dst[2 * i + 0] = lb;
314 dst[2 * i + 1] = lb;
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c2101 pkt_compare(const u_char *a, int la, const u_char *b, int lb) { argument
2108 l = (la <= lb) ? la : lb;
2114 for (; i < lb; i++)
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c2445 log_baton_t lb;
2516 lb.fs_path = b->repository->fs_path->data;
2517 lb.conn = conn;
2518 lb.stack_depth = 0;
2519 lb.started = FALSE;
2525 send_changed_paths ? &lb : NULL,
2526 revision_receiver, &lb, pool);
2444 log_baton_t lb; local
/freebsd-11-stable/contrib/gcc/
H A Dstor-layout.c1721 tree lb = TYPE_MIN_VALUE (index);
1730 TREE_TYPE (lb),
1731 ub, lb)));
1716 tree lb = TYPE_MIN_VALUE (index); local
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1601 int lb; local
1605 lb = strlen(b);
1609 for (; lb-- >= la; b++)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub244 | arc | arm | arm[bl]e | arme[lb] | armv[23456] | armv[345][lb] | avr | avr32 \
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub251 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
/freebsd-11-stable/contrib/nvi/common/
H A Dline.c129 *pp = tp->lb;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp448 po_iterator_storage(LoopBounds &lb) : LB(lb) {}

Completed in 257 milliseconds

1234