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

1234

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1503 InputSection *lb = b->getLinkOrderDep(); local
1505 OutputSection *bOut = lb->getParent();
1509 return la->outSecOff < lb->outSecOff;
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c2817 int lb, lim; local
2823 lb = isp_fc_runstate(isp, chan, 250000);
2826 isp_fc_loop_statename(lb));
2836 if (lb == LOOP_READY || lb < 0) {
2865 if (lb == LOOP_READY)
H A Disp.c5342 char lb[64]; local
5357 ISP_SNPRINTF(lb, sizeof(lb),
5359 ptr = lb;
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub256 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c649 INT2CHAR(sp, TAILQ_FIRST(cbp->textq)->lb,
H A Dex.c126 gp->excmd.cp = tp->lb;
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub252 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub256 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c4810 vm_ooffset_t la, lb, poff, poffe; local
4834 lb = IDX_TO_OFF(ma[0]->pindex);
4835 pgsin_b = OFF_TO_IDX(lb - rounddown2(lb, bo_bs));
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c549 int la, lb; local
552 lb = strlen(b);
554 if (la > lb)
556 else if (la < lb)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2906 LoopCand(MachineBasicBlock *lb, MachineBasicBlock *pb,
2907 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {}
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2008 int lb; local
2009 if(!parse_arg_name(ssl, todo, &n, &ln, &lb)) {
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c8739 rtx lb = gen_label_rtx ();
8740 rtx label_insn = emit_label_after (lb, insn);
8742 LABEL_PRESERVE_P (lb) = 1;
8718 rtx lb = gen_label_rtx (); local
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c6030 uint8_t hb, lb; local
6033 lb = (uint8_t) ((d & 0xff));
6034 l = (uint16_t) ((lb + 10 * hb) & 0xFF);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2151 tips.lb = tips.tr; tips.rb = tips.tl;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c2332 struct elink_vars *vars, uint8_t lb)
2415 if (lb)
2521 struct elink_vars *vars, uint8_t lb)
2579 if (lb)
2591 struct elink_vars *vars, uint8_t lb)
2713 if (lb)
2331 elink_umac_enable(struct elink_params *params, struct elink_vars *vars, uint8_t lb) argument
2520 elink_xmac_enable(struct elink_params *params, struct elink_vars *vars, uint8_t lb) argument
2590 elink_emac_enable(struct elink_params *params, struct elink_vars *vars, uint8_t lb) argument

Completed in 609 milliseconds

1234