Searched refs:build_table (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | bitstream.c | 189 static int build_table(VLC *vlc, int table_nb_bits, int nb_codes, in build_table() function 256 index = build_table(vlc, subtable_bits, k-i, codes+i, flags); in build_table() 281 int ret = build_table(vlc, nb_bits, nb_codes, codes, flags); in vlc_common_end()
|
/third_party/elfutils/libdw/ |
D | dwarf_getmacros.c | 73 build_table (Dwarf_Macro_Op_Table *table, in build_table() function 114 build_table (macinfo_table, op_protos); in init_macinfo_table() 266 build_table (table, op_protos); in get_table_for_offset()
|
D | ChangeLog | 1758 (get_offset_from, macro_op_compare, build_table)
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _capi.py | 8 from c_common.tables import build_table, resolve_columns 542 header, div, fmt = build_table(columns)
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | tables.py | 231 def build_table(specs, *, sep=' ', defaultwidth=None): function
|