HomeSort by relevance Sort by last modified time
    Searched refs:entry_offset (Results 1 - 12 of 12) sorted by null

  /art/runtime/verifier/
dex_gc_map.h 55 size_t entry_offset = index * EntryWidth(); local
57 return Table()[entry_offset];
59 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
65 size_t entry_offset = index * EntryWidth(); local
66 return &Table()[entry_offset + DexPcWidth()];
  /art/runtime/
gc_map.h 41 size_t entry_offset = index * EntryWidth(); local
42 return &Table()[entry_offset + NativeOffsetWidth()];
47 size_t entry_offset = index * EntryWidth(); local
50 result |= Table()[entry_offset + i] << (i * 8);
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 78 long entry_offset=1; local
84 entry_offset=atol (buffer);
87 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
94 long entry_offset=1; local
100 entry_offset=atol (buffer);
103 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
group_com.c 24 long entry_offset=1; local
30 entry_offset=atol (buffer);
33 sprintf (buffer,"entry %ld",group_info.group_num+entry_offset);
40 long entry_offset=1; local
46 entry_offset=atol (buffer);
49 sprintf (buffer,"entry %ld",group_info.group_num-entry_offset);
inodebitmap_com.c 51 long entry_offset=1; local
57 entry_offset=atol (buffer);
60 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num+entry_offset);
67 long entry_offset=1; local
73 entry_offset=atol (buffer);
76 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num-entry_offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 19 unsigned int entry_offset; /* offset of entry point */ member in struct:som_hdr
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 720 FT_UInt32 entry_id, entry_offset, entry_length = 0; local
754 if ( FT_READ_LONG( entry_offset ) ||
757 *result_offset = entry_offset;
  /external/freetype/src/base/
ftrfork.c 698 FT_UInt32 entry_id, entry_offset, entry_length = 0; local
732 if ( FT_READ_LONG( entry_offset ) ||
735 *result_offset = entry_offset;
  /external/harfbuzz/src/
harfbuzz-gpos.c 1698 HB_UInt entry_offset; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 1698 HB_UInt entry_offset; local
    [all...]

Completed in 374 milliseconds