HomeSort by relevance Sort by last modified time
    Searched refs:table_offset (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 353 uint32_t table_offset = ReadBigEndian32(&cmap_entry->offset);
355 ASSERT_TRUE(static_cast<size_t>(table_offset + logical_length) <
357 const char* cmap_table = &entire_font[0] + table_offset;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
bitmap_size_table.cc 126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
bitmap_size_table.cc 126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
  /external/qemu/block/
qcow2-refcount.c 337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size; local
375 ret = bdrv_pwrite_sync(bs->file, table_offset, new_table,
387 cpu_to_be64w((uint64_t*)data, table_offset);
403 s->refcount_table_offset = table_offset;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 236 void GenFillArrayData(DexOffset table_offset, RegLocation rl_src) OVERRIDE;
249 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
250 void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 144 int32_t table_offset, RegLocation rl_src) {
147 cu_->insns + current_dalvik_offset_ + table_offset);
161 ::llvm::MDNode::get(*context_, irb_->getInt32(table_offset));
168 int32_t table_offset, RegLocation rl_src) {
171 cu_->insns + current_dalvik_offset_ + table_offset);
188 ::llvm::MDNode::get(*context_, irb_->getInt32(table_offset));
    [all...]
  /external/e2fsprogs/misc/
e2image.c 824 static int init_refcount(struct ext2_qcow2_image *img, blk64_t table_offset)
838 table_clusters = meta_blocks_count + (table_offset >>
843 ref->refcount_table_offset = table_offset;
    [all...]
  /system/core/libmincrypt/
p256_ec.c 1050 u32 table_offset; local
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 328 unsigned table_offset = cgen.EmitBackEdgeTable(); local
342 code->set_back_edge_table_offset(table_offset);
    [all...]

Completed in 553 milliseconds

12