Home
last modified time | relevance | path

Searched defs:br (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-complex.c861 tree ar, tree ai, tree br, tree bi, in expand_complex_addition()
937 tree br, tree bi, enum tree_code code) in expand_complex_libcall()
985 tree ar, tree ai, tree br, tree bi, in expand_complex_multiplication()
1073 tree ar, tree ai, tree br, tree bi, in expand_complex_div_straight()
1102 tree ar, tree ai, tree br, tree bi, in expand_complex_div_wide()
1255 tree ar, tree ai, tree br, tree bi, in expand_complex_division()
1364 tree br, tree bi, enum tree_code code) in expand_complex_comparison()
1441 tree ac, ar, ai, bc, br, bi; in expand_complex_operations_1() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-complex.c911 tree ar, tree ai, tree br, tree bi, in expand_complex_addition()
987 tree br, tree bi, enum tree_code code) in expand_complex_libcall()
1036 tree ar, tree ai, tree br, tree bi, in expand_complex_multiplication()
1124 tree ar, tree ai, tree br, tree bi, in expand_complex_div_straight()
1153 tree ar, tree ai, tree br, tree bi, in expand_complex_div_wide()
1314 tree ar, tree ai, tree br, tree bi, in expand_complex_division()
1424 tree br, tree bi, enum tree_code code) in expand_complex_comparison()
1509 tree ac, ar, ai, bc, br, bi; in expand_complex_operations_1() local
H A Dhsa-dump.c972 hsa_insn_cbr *br = as_a <hsa_insn_cbr *> (insn); in dump_hsa_insn_1() local
1009 hsa_insn_br *br = as_a <hsa_insn_br *> (insn); in dump_hsa_insn_1() local
H A Dhsa-common.c611 else if (hsa_insn_cbr *br = dyn_cast <hsa_insn_cbr *> (insn)) in hsa_destroy_insn() local
627 else if (hsa_insn_br *br = dyn_cast <hsa_insn_br *> (insn)) in hsa_destroy_insn() local
H A Dhsa-brig.c1501 emit_generic_branch_insn (hsa_insn_br *br) in emit_generic_branch_insn()
1520 emit_cond_branch_insn (hsa_insn_cbr *br) in emit_cond_branch_insn()
1905 else if (hsa_insn_cbr *br = dyn_cast <hsa_insn_cbr *> (insn)) in emit_insn() local
1915 else if (hsa_insn_br *br = dyn_cast <hsa_insn_br *> (insn)) in emit_insn() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c389 } br; member
464 #define rar_br_bits(br, n) \ argument
467 #define rar_br_bits_forced(br, n) \ argument
474 #define rar_br_read_ahead(a, br, n) \ argument
713 struct rar_br *br = &(rar->br); in ppmd_read() local
2231 struct rar_br *br = &(rar->br); in parse_codes() local
2527 struct rar_br *br; in read_next_symbol() local
2875 struct rar_br *br = &(rar->br); in expand() local
3170 struct memory_bit_reader br = { 0 }; in parse_filter() local
3420 struct memory_bit_reader br = { 0 }; in compile_program() local
[all …]
H A Darchive_read_support_format_cab.c104 } br; member
2216 #define lzx_br_has(br, n) ((br)->cache_avail >= n) argument
2218 #define lzx_br_bits(br, n) \ argument
2221 #define lzx_br_bits_forced(br, n) \ argument
2229 #define lzx_br_read_ahead_0(strm, br, n) \ argument
2234 #define lzx_br_read_ahead(strm, br, n) \ argument
2238 #define lzx_br_consume(br, n) ((br)->cache_avail -= (n)) argument
2333 lzx_br_fixup(struct lzx_stream *strm, struct lzx_br *br) in lzx_br_fixup()
2419 struct lzx_br *br = &(ds->br); in lzx_read_blocks() local
3018 struct lzx_br *br = &(ds->br); in lzx_read_pre_tree() local
[all …]
H A Darchive_read_support_format_lha.c96 } br; member
1939 #define lzh_br_has(br, n) ((br)->cache_avail >= n) argument
1941 #define lzh_br_bits(br, n) \ argument
1944 #define lzh_br_bits_forced(br, n) \ argument
1952 #define lzh_br_read_ahead_0(strm, br, n) \ argument
1957 #define lzh_br_read_ahead(strm, br, n) \ argument
1961 #define lzh_br_consume(br, n) ((br)->cache_avail -= (n)) argument
1962 #define lzh_br_unconsume(br, n) ((br)->cache_avail += (n)) argument
1980 lzh_br_fillup(struct lzh_stream *strm, struct lzh_br *br) in lzh_br_fillup()
2119 struct lzh_br *br = &(ds->br); in lzh_read_blocks() local
[all …]
/dragonfly/sys/dev/raid/aac/
H A Daac_debug.c215 struct aac_blockread *br; in aac_print_fib() local
H A Daac.c1233 struct aac_blockread *br; in aac_bio_command() local
1257 struct aac_blockread64 *br; in aac_bio_command() local
/dragonfly/sys/net/
H A Dnetisr.c742 struct netisr_barrier *br; in netisr_barrier_create() local
749 netisr_barrier_set(struct netisr_barrier *br) in netisr_barrier_set()
799 netisr_barrier_rem(struct netisr_barrier *br) in netisr_barrier_rem()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_box.c68 chtype bl, chtype br) in wborder()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_prn.c202 OCSP_BASICRESP *br = NULL; in OCSP_RESPONSE_print() local
/dragonfly/usr.sbin/installer/libdfui/
H A Dconn_tcp.c436 int br; /* bytes read this pass */ in read_data() local
/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c207 OCSP_BASICRESP *br = NULL; in tls_ocsp_verify_response() local
/dragonfly/games/rogue/
H A Dlevel.c638 make_maze(short r, short c, short tr, short br, short lc, short rc) in make_maze()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c1980 const struct bwn_b206x_rfinit_entry *br; in bwn_phy_lp_b2062_tblinit() local
2048 const struct bwn_b206x_rfinit_entry *br; in bwn_phy_lp_b2063_tblinit() local
/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c1487 struct txp_boot_record *br = sc->sc_boot; in txp_cmd_desc_numfree() local
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dia64vms-stub.c260 union ia64_ireg br[8]; member
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmx.c3037 struct buf_ring *br; in vmxnet3_txq_mq_start_locked() local
/dragonfly/contrib/cvs-1.12/src/
H A Drcs.c2775 char *br; in RCS_branch_head() local
/dragonfly/sys/dev/netif/oce/
H A Doce_if.h705 struct buf_ring *br; member