Searched defs:bb (Results 1 – 6 of 6) sorted by relevance
/system/core/libsparse/ |
D | backed_block.cpp | 59 struct backed_block* backed_block_iter_next(struct backed_block* bb) { in backed_block_iter_next() 63 unsigned int backed_block_len(struct backed_block* bb) { in backed_block_len() 67 unsigned int backed_block_block(struct backed_block* bb) { in backed_block_block() 71 void* backed_block_data(struct backed_block* bb) { in backed_block_data() 76 const char* backed_block_filename(struct backed_block* bb) { in backed_block_filename() 81 int backed_block_fd(struct backed_block* bb) { in backed_block_fd() 86 int64_t backed_block_file_offset(struct backed_block* bb) { in backed_block_file_offset() 95 uint32_t backed_block_fill_val(struct backed_block* bb) { in backed_block_fill_val() 100 enum backed_block_type backed_block_type(struct backed_block* bb) { in backed_block_type() 104 void backed_block_destroy(struct backed_block* bb) { in backed_block_destroy() [all …]
|
D | sparse.cpp | 72 struct backed_block* bb; in sparse_count_chunks() local 91 static int sparse_file_write_block(struct output_file* out, struct backed_block* bb) { in sparse_file_write_block() 115 struct backed_block* bb; in write_all_blocks() local 195 struct backed_block* bb; in sparse_file_foreach_chunk() local 256 struct backed_block* bb; in move_chunks_up_to_len() local 315 struct backed_block* bb; in sparse_file_resparse() local
|
/system/nfc/utils/test/ |
D | ringbuffer_test.cc | 36 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local 72 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
|
/system/bt/osi/test/ |
D | ringbuffer_test.cc | 37 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local 73 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
|
/system/bt/stack/crypto_toolbox/ |
D | aes_cmac.cc | 53 const uint8_t* bb = b.data(); in xor_128() local
|
/system/bt/stack/smp/ |
D | smp_utils.cc | 841 const uint8_t* bb = b.data(); in smp_xor_128() local
|