Searched refs:map_table (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 46 static const uint8_t map_table[MAX_PROB - 1] = { in remap_prob() local 75 assert(i >= 0 && (size_t)i < sizeof(map_table)); in remap_prob() 76 i = map_table[i]; in remap_prob()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_stats_data.py | 198 map_table = gen_map_table(code_bounds[code_bounds_index:], 200 if not map_table: 202 if map_table[-1] < 5: 205 [x + code_bounds_index for x in map_table], 206 type_for_uint_table(map_table)) 208 (len(map_table) - 1) << shift_data[0]) + first_nontrivial_code
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_stats_data.py | 209 map_table = gen_map_table( 212 if not map_table: 214 if map_table[-1] < 5: 217 [x + code_bounds_index for x in map_table], 218 type_for_uint_table(map_table), 221 (len(map_table) - 1) << shift_data[0]
|
/external/bpftool/src/ |
D | map.c | 24 static struct hashmap *map_table; variable 524 if (!hashmap__empty(map_table)) { in show_map_close_json() 529 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_json() 602 if (!hashmap__empty(map_table)) { in show_map_close_plain() 605 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_plain() 682 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show() 684 if (IS_ERR(map_table)) { in do_show() 688 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show() 737 delete_pinned_obj_table(map_table); in do_show()
|
/external/mbedtls/tests/scripts/ |
D | generate_tls13_compat_tests.py | 259 def update_priority_string_list(items, map_table): argument 261 for i in map_table[item]:
|
/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
D | generate_tls13_compat_tests.py | 259 def update_priority_string_list(items, map_table): argument 261 for i in map_table[item]:
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_struct_def.h | 186 ia_mps_dec_mapping_table_struct map_table; member
|
D | ixheaacd_mps_bitdec.c | 1649 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_4_to_28; in ixheaacd_get_parameters_mapping() 1652 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_5_to_28; in ixheaacd_get_parameters_mapping() 1655 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_7_to_28; in ixheaacd_get_parameters_mapping() 1658 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_10_to_28; in ixheaacd_get_parameters_mapping() 1661 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_14_to_28; in ixheaacd_get_parameters_mapping() 1664 mapping = ixheaacd_mps_dec_bitdec_tables->map_table.mapping_20_to_28; in ixheaacd_get_parameters_mapping()
|