Searched refs:br (Results 26 - 50 of 137) sorted by relevance

123456

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c96 } br; member in struct:lzh_dec
1913 ds->br.cache_buffer = 0;
1914 ds->br.cache_avail = 0;
1948 #define lzh_br_has(br, n) ((br)->cache_avail >= n)
1950 #define lzh_br_bits(br, n) \
1951 (((uint16_t)((br)->cache_buffer >> \
1952 ((br)->cache_avail - (n)))) & cache_masks[n])
1953 #define lzh_br_bits_forced(br, n) \
1954 (((uint16_t)((br)
1989 lzh_br_fillup(struct lzh_stream *strm, struct lzh_br *br) argument
2128 struct lzh_br *br = &(ds->br); local
2657 struct lzh_br *br = &(ds->br); local
[all...]
/freebsd-current/tests/sys/net/
H A Dif_stf.sh100 vnet_mkjail br ${epair}a
101 jexec br ifconfig ${epair}a 192.0.2.1/24 up
104 gif=$(jexec br ifconfig gif create)
105 jexec br ifconfig lo0 inet6 2001:db9::1/64 up
106 jexec br ifconfig $gif inet6 2001:db8::/64 up
107 jexec br ifconfig $gif tunnel 192.0.2.1 192.0.2.2
108 jexec br route -6 add default -interface $gif
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c50 const ARG_CH_T bl, const ARG_CH_T br)
65 _tracech_t2(8, br)));
79 RENDER_WITH_DEFAULT(br, WACS_LRCORNER);
46 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-current/sys/dev/uart/
H A Duart_cpu_arm64.c86 int br, err; local
88 err = uart_cpu_fdt_probe(&class, &bst, &bsh, &br, &rclk,
99 di->baudrate = br;
H A Duart_bus_fdt.c183 pcell_t br, clk, shift, iowidth; local
250 if (OF_getencprop(node, "current-speed", &br, sizeof(br)) <= 0)
251 br = 0;
258 *baud = br;
/freebsd-current/sys/arm/mv/
H A Dmv_common.c861 WIN_REG_IDX_RD(win_cpu_armv5, br, MV_WIN_CPU_BASE_ARMV5, MV_MBUS_BRIDGE_BASE)
865 WIN_REG_IDX_WR(win_cpu_armv5, br, MV_WIN_CPU_BASE_ARMV5, MV_MBUS_BRIDGE_BASE)
870 WIN_REG_IDX_RD(win_cpu_armv7, br, MV_WIN_CPU_BASE_ARMV7, MV_MBUS_BRIDGE_BASE)
874 WIN_REG_IDX_WR(win_cpu_armv7, br, MV_WIN_CPU_BASE_ARMV7, MV_MBUS_BRIDGE_BASE)
947 WIN_REG_BASE_IDX_RD(win_cesa, br, MV_WIN_CESA_BASE)
949 WIN_REG_BASE_IDX_WR(win_cesa, br, MV_WIN_CESA_BASE)
952 WIN_REG_BASE_IDX_RD(win_usb, br, MV_WIN_USB_BASE)
954 WIN_REG_BASE_IDX_WR(win_usb, br, MV_WIN_USB_BASE)
957 WIN_REG_BASE_IDX_RD(win_usb3, br, MV_WIN_USB3_BASE)
959 WIN_REG_BASE_IDX_WR(win_usb3, br, MV_WIN_USB3_BAS
1166 uint32_t br, cr; local
1406 uint32_t br, cr; local
1494 uint32_t br, cr; local
1558 uint32_t br, cr; local
1666 uint32_t br, sz; local
1755 uint32_t cr, br; local
1888 uint32_t br, sz; local
2155 uint32_t br, sz; local
2191 uint32_t br, sz; local
2369 uint32_t cr, br; local
2404 uint32_t br, cr, sz; local
2465 uint32_t cr, br; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S59 br x1
109 br x1
161 br x2
213 br x2
H A Dtsan_rtl_s390x.S39 br %r1
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dtramp.S86 br x9
/freebsd-current/contrib/less/
H A Dregexp.c305 register char *br; local
323 br = regbranch(&flags);
324 if (br == NULL)
327 regtail(ret, br); /* OPEN -> first. */
329 ret = br;
335 br = regbranch(&flags);
336 if (br == NULL)
338 regtail(ret, br); /* BRANCH -> BRANCH. */
349 for (br = ret; br !
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_box.c68 chtype bl, chtype br)
83 _tracechtype2(8, br)));
95 RENDER_WITH_DEFAULT(br, ACS_LRCORNER);
64 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-current/sys/dev/liquidio/
H A Dlio_rxtx.c241 while ((next = drbr_peek(ifp, iq->br)) != NULL) {
245 drbr_advance(ifp, iq->br);
247 drbr_putback(ifp, iq->br, next);
250 drbr_advance(ifp, iq->br);
289 err = drbr_enqueue(ifp, iq->br, m);
317 while ((m = buf_ring_dequeue_sc(iq->br)) != NULL)
/freebsd-current/tools/tools/build_option_survey/
H A Dreduce.sh31 br=`awk 'NR == 2 {print $3}' $1/_.df`
33 echo $3 A $a S $s C $c B $bt D `expr $br - $bt`
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_logging.sh50 "echo $rule | ipftest -br - -F $2 -i in -l logout"
61 atf_check -o ignore ipftest -br reg -F $2 -i in -l logout
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br, argument
123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
221 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, argument
223 : Root(root), BR(br), Checker(checker) {}
H A DObjCContainersASTChecker.cpp73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
/freebsd-current/usr.sbin/bhyve/kbdlayout/
H A DMakefile8 br br_noacc \
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_types.h80 * br: Ring buffer for mbufs to transmit.
88 struct buf_ring *br; member in struct:dpaa2_ni_tx_ring
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl218 (p9) br.cond.dpnt.many .L1byte };;
221 (p10) br.cond.dpnt.many .L2byte };;
224 (p11) br.cond.dpnt.many .L3byte };;
227 (p12) br.cond.dpnt.many .L4byte };;
230 (p13) br.cond.dpnt.many .L5byte };;
233 (p14) br.cond.dpnt.many .L6byte };;
236 (p15) br.cond.dpnt.many .L7byte };;
241 br.many .L_first16 };;
276 br.many .L_first16 };;
309 br
[all...]
/freebsd-current/sys/netinet/
H A Din_fib_algo.c86 struct bsearch4_record br[0]; member in struct:bsearch4_data
99 const struct bsearch4_record *br; local
108 br = &bd->br[i];
109 if (addr4 < br->addr4) {
113 } else if (addr4 > br->addr4) {
119 return (br->nh);
123 return (bd->br[start].nh);
451 .arr = bd->br,
/freebsd-current/sys/dev/ntb/if_ntb/
H A Dif_ntb.c86 struct buf_ring *br; member in struct:ntb_net_queue
160 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock);
209 buf_ring_free(q->br, M_DEVBUF);
326 while ((m = drbr_peek(ifp, q->br)) != NULL) {
335 drbr_putback(ifp, q->br, m);
341 drbr_advance(ifp, q->br);
346 drbr_advance(ifp, q->br);
368 error = drbr_enqueue(ifp, q->br, m);
414 while ((m = buf_ring_dequeue_sc(q->br)) != NULL)
/freebsd-current/share/vt/keymaps/
H A DMakefile10 br.kbd \
11 br.noacc.kbd \
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect48 ftp://ftp2.br.freebsd.org "Brazil #2"\
49 ftp://ftp3.br.freebsd.org "Brazil #3"\
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl108 br %r14
139 br %r14
247 br %r14
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl163 br $rp
221 br $rp
234 br %r14

Completed in 353 milliseconds

123456