Home
last modified time | relevance | path

Searched refs:bit_count (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DCopyBitsTest.cpp28 int bit_count; in TEST() member
43 test_vector.bit_count); in TEST()
54 unsigned int bit_count; in TEST() member
69 test_vector.bit_count); in TEST()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidUtils.cpp24 unsigned int bit_count) { in copyBits() argument
33 (static_cast<size_t>(bit_count) > (8 * dst_size)) || in copyBits()
34 (static_cast<size_t>(dst_bit_offset + bit_count) > (8 * dst_size))) { in copyBits()
43 bits_rem = bit_count; in copyBits()
H A DHidUtils.h25 unsigned int bit_count);
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc1835 uint8_t bit_count = 0; in rw_t1t_get_lock_bits_for_segment() local
1876 bit_count = 0; in rw_t1t_get_lock_bits_for_segment()
1877 while (bit_count < num_bits) { in rw_t1t_get_lock_bits_for_segment()
1882 *p_start_bit = bit_count; in rw_t1t_get_lock_bits_for_segment()
1883 bit_count++; in rw_t1t_get_lock_bits_for_segment()
1887 bit_count++; in rw_t1t_get_lock_bits_for_segment()
1918 bit_count = 0; in rw_t1t_get_lock_bits_for_segment()
1923 bit_count = 0; in rw_t1t_get_lock_bits_for_segment()
1924 while (bit_count < num_bits) { in rw_t1t_get_lock_bits_for_segment()
1928 total_bits += (bit_count + 1); in rw_t1t_get_lock_bits_for_segment()
[all …]
H A Drw_t2t_ndef.cc2091 uint8_t bit_count = 0; in rw_t2t_get_lock_bits_for_segment() local
2142 bit_count = 0; in rw_t2t_get_lock_bits_for_segment()
2143 while (bit_count < num_bits) { in rw_t2t_get_lock_bits_for_segment()
2149 *p_start_bit = bit_count; in rw_t2t_get_lock_bits_for_segment()
2150 bit_count++; in rw_t2t_get_lock_bits_for_segment()
2154 bit_count++; in rw_t2t_get_lock_bits_for_segment()
2184 bit_count = 0; in rw_t2t_get_lock_bits_for_segment()
2189 bit_count = 0; in rw_t2t_get_lock_bits_for_segment()
2190 while (bit_count < num_bits) { in rw_t2t_get_lock_bits_for_segment()
2195 total_bits += (bit_count + 1); in rw_t2t_get_lock_bits_for_segment()
[all …]