Home
last modified time | relevance | path

Searched refs:bits_per_byte (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c1940 UINT8 bits_per_byte = 8; in rw_t1t_update_attributes() local
1969 …->attr[(offset % T1T_SEGMENT_SIZE) / bits_per_byte] |= rw_t1t_mask_bits[(offset % T1T_SEGMENT_SIZE… in rw_t1t_update_attributes()
1983 …->attr[(offset % T1T_SEGMENT_SIZE) / bits_per_byte] |= rw_t1t_mask_bits[(offset % T1T_SEGMENT_SIZE… in rw_t1t_update_attributes()
/external/valgrind/main/callgrind/
Dsim.c637 int bits_per_byte = 32/c->line_size; in cacheuse_initcache() local
638 start_mask = (1<<bits_per_byte)-1; in cacheuse_initcache()
639 end_mask = start_mask << (32-bits_per_byte); in cacheuse_initcache()
643 start_mask = start_mask << bits_per_byte; in cacheuse_initcache()
647 end_mask = end_mask >> bits_per_byte; in cacheuse_initcache()