/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_mci.c | 117 u_int32_t bit_position, in ar9300_mci_wait_for_interrupt() argument 125 if (data & bit_position) { in ar9300_mci_wait_for_interrupt() 126 OS_REG_WRITE(ah, address, bit_position); in ar9300_mci_wait_for_interrupt() 128 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) { in ar9300_mci_wait_for_interrupt() 131 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING | in ar9300_mci_wait_for_interrupt() 152 __func__, address, bit_position); in ar9300_mci_wait_for_interrupt()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | sdbout.c | 1035 && host_integerp (bit_position (tail), 0)) in sdbout_field_types() 1214 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
|
H A D | c-typeck.c | 7424 bitpos = bit_position (purpose); in add_pending_init() 7428 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init() 7756 tree bitpos = bit_position (field); in find_init_member() 7761 bit_position (constructor_unfilled_fields)))) in find_init_member() 7769 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member() 7948 bitpos = bit_position (field); in output_init_element() 7949 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element() 8087 ctor_unfilled_bitpos = bit_position (constructor_unfilled_fields); in output_pending_init_elements() 8088 elt_bitpos = bit_position (elt->purpose); in output_pending_init_elements() 8126 bit_position (elt->purpose)))) in output_pending_init_elements() [all …]
|
H A D | tree-dump.c | 532 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
|
H A D | stor-layout.c | 1596 || ! host_integerp (bit_position (field), 1) in compute_record_mode()
|
H A D | dbxout.c | 1524 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
|
H A D | tree-sra.c | 705 if (!host_integerp (bit_position (fld), 0)) in type_internals_preclude_sra_p()
|
H A D | tree.c | 2358 bit_position (const_tree field) in bit_position() function 2371 return tree_low_cst (bit_position (field), 0); in int_bit_position()
|
H A D | tree.h | 4778 extern tree bit_position (const_tree);
|
H A D | dwarf2out.c | 14104 if (TREE_CODE (bit_position (decl)) != INTEGER_CST) in field_byte_offset() 14107 bitpos_int = tree_to_double_int (bit_position (decl)); in field_byte_offset() 15831 if (! host_integerp (bit_position (decl), 0) in add_bit_offset_attribute()
|
H A D | expr.c | 5823 && host_integerp (bit_position (field), 0)) in store_constructor()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-dump.c | 520 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
|
H A D | tree-vectorizer.c | 1069 offset_tree = bit_position (field); in get_vec_alignment_for_record_type()
|
H A D | tree-ssa-phiopt.c | 2409 tree_offset1 = bit_position (field1); in hoist_adjacent_loads() 2410 tree_offset2 = bit_position (field2); in hoist_adjacent_loads()
|
H A D | tree-sra.c | 761 if (!tree_fits_shwi_p (bit_position (fld))) in type_internals_preclude_sra_p() 1885 tr_pos = bit_position (fld); in build_user_friendly_ref_for_offset()
|
H A D | dbxout.c | 1558 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields()
|
H A D | stor-layout.c | 1828 || ! tree_fits_uhwi_p (bit_position (field)) in compute_record_mode()
|
H A D | tree.h | 4408 extern tree bit_position (const_tree);
|
H A D | dwarf2out.c | 19140 bitpos_int = wi::to_offset (bit_position (decl)); in field_byte_offset() 19427 tree off = bit_position (decl); in add_data_member_location_attribute() 21151 if (! tree_fits_shwi_p (bit_position (decl)) in add_bit_offset_attribute()
|
H A D | tree.c | 3207 bit_position (const_tree field) in bit_position() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 8721 bitpos = bit_position (purpose); in add_pending_init() 8725 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init() 9058 tree bitpos = bit_position (field); in find_init_member() 9063 bit_position (constructor_unfilled_fields)))) in find_init_member() 9071 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member() 9260 bitpos = bit_position (field); in output_init_element() 9261 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element() 9329 tree bitpos1 = bit_position (field1); in init_field_decl_cmp() 9330 tree bitpos2 = bit_position (field2); in init_field_decl_cmp() 9366 if (!tree_int_cst_equal (bit_position (f1), bitpos1)) in init_field_decl_cmp() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 201 tree bitpos = bit_position (field); in build_zero_init_1()
|
H A D | semantics.c | 6981 tree bitpos = bit_position (field); in cxx_eval_bit_field_ref()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 208 tree bitpos = bit_position (field); in build_zero_init_1()
|
H A D | constexpr.c | 2641 tree bitpos = bit_position (field); in cxx_eval_bit_field_ref()
|