Searched refs:offset_table (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttpost.c | 322 FT_Char* offset_table = NULL; in load_format_25() local 339 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25() 340 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25() 350 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25() 367 table->offsets = offset_table; in load_format_25() 373 FT_FREE( offset_table ); in load_format_25()
|
/external/pdfium/third_party/libpng16/ |
D | pngstruct.h | 343 png_bytep offset_table; member
|
/external/libpng/ |
D | pngstruct.h | 343 png_bytep offset_table; member
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.cc | 228 auto offset_table = b->AddInstruction(HloInstruction::CreateConstant( in MakePartitionOffsets() local 231 ShapeUtil::MakeShape(S32, {1}), offset_table, {partition_id}, {1})); in MakePartitionOffsets()
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bifrost_gen_disasm.c | 3202 static const char *offset_table[] = { in bi_disasm_add_fcos_table_u6() local 3206 const char *offset = offset_table[_BITS(bits, 4, 1)]; in bi_disasm_add_fcos_table_u6() 9228 static const char *offset_table[] = { in bi_disasm_add_fsin_table_u6() local 9232 const char *offset = offset_table[_BITS(bits, 4, 1)]; in bi_disasm_add_fsin_table_u6()
|