Searched refs:max_count (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/storage/ |
D | client.h | 209 uint8_t max_count,
|
D | block_tree.c | 221 unsigned int max_count = tree->key_count[is_leaf]; in block_tree_node_shift() local 232 assert(max_count); in block_tree_node_shift() 233 assert(dest_index <= max_count + !is_leaf + 1); in block_tree_node_shift() 242 base = node_rw->data + tree->key_size * max_count; in block_tree_node_shift() 246 max_count++; in block_tree_node_shift() 260 if (src_index == max_count) { in block_tree_node_shift() 263 src = base + max_count * entry_size - size; in block_tree_node_shift() 270 __func__, src, max_count - (dest_index - src_index), in block_tree_node_shift() 271 max_count, dest, size, is_zero(src, size)); in block_tree_node_shift() 274 __func__, max_count - (dest_index - src_index), in block_tree_node_shift() [all …]
|
D | client.c | 869 uint8_t max_count; member 880 if (miter->max_count && miter->count >= miter->max_count) { in storage_file_list_buf_full() 930 uint8_t max_count, in storage_file_list() argument 947 .max_count = max_count, in storage_file_list()
|
D | aidl_service.cpp | 213 Status readNextFilenames(int32_t max_count, in readNextFilenames() argument 217 if (max_count < 0) { in readNextFilenames() 221 size_t max_names = (max_count == 0) in readNextFilenames() 224 static_cast<size_t>(max_count)); in readNextFilenames()
|
D | client_tipc.c | 271 &tipc_session->session, req->max_count, in storage_tipc_file_list()
|
/trusty/user/base/interface/storage/include/interface/storage/ |
D | storage.h | 368 uint8_t max_count; member
|
/trusty/user/app/keymaster/ |
D | keymaster_attributes.proto | 61 repeated AttestationCert certs = 2 [(nanopb).max_count=3];
|