Searched refs:build_table (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A 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()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vlc.c | 137 static int build_table(VLC *vlc, int table_nb_bits, int nb_codes, in build_table() function 206 index = build_table(vlc, subtable_bits, k-i, codes+i, flags); in build_table() 231 int ret = build_table(vlc, nb_bits, nb_codes, codes, flags); in vlc_common_end()
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _capi.py | 8 from c_common.tables import build_table, resolve_columns namespace 542 header, div, fmt = build_table(columns)
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | tables.py | 231 def build_table(specs, *, sep=' ', defaultwidth=None): function
|
Completed in 4 milliseconds