Home
last modified time | relevance | path

Searched refs:number_of_bits (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c75 int number_of_bits = num_nibbles * 4; in drm_dp_msg_header_crc4() local
78 while (number_of_bits != 0) { in drm_dp_msg_header_crc4()
79 number_of_bits--; in drm_dp_msg_header_crc4()
93 number_of_bits = 4; in drm_dp_msg_header_crc4()
94 while (number_of_bits != 0) { in drm_dp_msg_header_crc4()
95 number_of_bits--; in drm_dp_msg_header_crc4()
112 while (number_of_bits != 0) { in drm_dp_msg_data_crc4()
113 number_of_bits--; in drm_dp_msg_data_crc4()
127 number_of_bits = 8; in drm_dp_msg_data_crc4()
128 while (number_of_bits != 0) { in drm_dp_msg_data_crc4()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dgpio_service.c89 uint32_t number_of_bits = in dal_gpio_service_create() local
93 (number_of_bits + bits_per_uint - 1) / in dal_gpio_service_create()
98 if (number_of_bits) { in dal_gpio_service_create()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Datof-ieee.c84 next_bits (int number_of_bits) in next_bits() argument
91 if (number_of_bits >= bits_left_in_littlenum) in next_bits()
94 number_of_bits -= bits_left_in_littlenum; in next_bits()
95 return_value <<= number_of_bits; in next_bits()
99 bits_left_in_littlenum = LITTLENUM_NUMBER_OF_BITS - number_of_bits; in next_bits()
103 & mask[number_of_bits]; in next_bits()
108 bits_left_in_littlenum -= number_of_bits; in next_bits()
110 mask[number_of_bits] & (*littlenum_pointer >> bits_left_in_littlenum); in next_bits()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Datof-ieee.c83 next_bits (int number_of_bits) in next_bits() argument
90 if (number_of_bits >= bits_left_in_littlenum) in next_bits()
93 number_of_bits -= bits_left_in_littlenum; in next_bits()
94 return_value <<= number_of_bits; in next_bits()
98 bits_left_in_littlenum = LITTLENUM_NUMBER_OF_BITS - number_of_bits; in next_bits()
102 & mask[number_of_bits]; in next_bits()
107 bits_left_in_littlenum -= number_of_bits; in next_bits()
109 mask[number_of_bits] & (*littlenum_pointer >> bits_left_in_littlenum); in next_bits()