Searched refs:offset_table (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttpost.c322 FT_Char* offset_table = NULL; local in function:load_format_25
339 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
340 FT_STREAM_READ( offset_table, num_glyphs ) )
350 FT_Long idx = (FT_Long)n + offset_table[n];
367 table->offsets = offset_table;
373 FT_FREE( offset_table );
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbifrost_gen_disasm.c5177 static const char *offset_table[] = { local in function:bi_disasm_add_fcos_table_u6
5181 const char *offset = offset_table[_BITS(bits, 4, 1)];
6599 static const char *offset_table[] = { local in function:bi_disasm_add_fsin_table_u6
6603 const char *offset = offset_table[_BITS(bits, 4, 1)];

Completed in 33 milliseconds