Home
last modified time | relevance | path

Searched refs:read_table (Results 1 - 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/maint/
H A DGenerateUcd.py303 def read_table(file_name, get_value, default_value): function
515 script = read_table('Unicode.tables/Scripts.txt', make_get_names(script_names), script_names.index('Unknown'))
516 category = read_table('Unicode.tables/DerivedGeneralCategory.txt', make_get_names(category_names), category_names.index('Cn'))
517 break_props = read_table('Unicode.tables/GraphemeBreakProperty.txt', make_get_names(break_properties), break_properties.index('Other'))
518 other_case = read_table('Unicode.tables/CaseFolding.txt', get_other_case, 0)
519 bidi_class = read_table('Unicode.tables/DerivedBidiClass.txt', make_get_names(bidi_classes), bidi_classes.index('L'))
555 scriptx_bidi_class = read_table('Unicode.tables/ScriptExtensions.txt', get_script_extension, 0)
/third_party/ffmpeg/libavformat/
H A Dpaf.c78 static int read_table(AVFormatContext *s, uint32_t *table, uint32_t count) in read_table() function
181 ret = read_table(s, p->blocks_count_table, p->nb_frames); in read_header()
184 ret = read_table(s, p->frames_offset_table, p->nb_frames); in read_header()
187 ret = read_table(s, p->blocks_offset_table, p->frame_blks); in read_header()
H A Dmvdec.c239 static int read_table(AVFormatContext *avctx, AVStream *st, in read_table() function
410 if ((ret = read_table(avctx, NULL, parse_global_var)) < 0) in mv_read_header()
427 if ((ret = read_table(avctx, ast, parse_audio_var)) < 0) in mv_read_header()
454 if ((ret = read_table(avctx, vst, parse_video_var))<0) in mv_read_header()
/third_party/ffmpeg/libavcodec/
H A Dmace.c176 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table() function
193 int16_t current = read_table(chd, val, tab_idx); in chomp3()
203 int16_t current = read_table(chd, val, tab_idx); in chomp6()
H A Ddstdec.c151 static int read_table(GetBitContext *gb, Table *t, const int8_t code_pred_coeff[3][3], in read_table() function
319 ret = read_table(gb, &s->fsets, fsets_code_pred_coeff, 7, 9, 1, 0); in decode_frame()
325 ret = read_table(gb, &s->probs, probs_code_pred_coeff, 6, 7, 0, 1); in decode_frame()
/third_party/python/Tools/c-analyzer/c_parser/
H A Ddatafiles.py35 for row in _tables.read_table(infile, columns, sep='\t', fix='-'):
107 for row in _tables.read_table(infile, columns, sep='\t'):
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py100 for row in _tables.read_table(infile, IGNORED_HEADER, sep='\t'):
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py83 def read_table(infile, header, *, function
92 yield from read_table(

Completed in 6 milliseconds