Home
last modified time | relevance | path

Searched defs:table_size (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/include/keymaster/
Doperation_table.h31 explicit OperationTable(size_t table_size) : table_size_(table_size) {} in OperationTable()
/system/media/alsa_utils/
Dalsa_format.c91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask() local
Dalsa_device_profile.c296 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats() local
/system/core/fs_mgr/liblp/
Dreader.cpp160 uint64_t table_size = uint64_t(table.num_entries) * table.entry_size; in ValidateTableBounds() local
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h42 size_t table_size; member