/external/freetype/include/freetype/internal/ |
D | ftrfork.h | 197 FT_Long *map_offset, 253 FT_Long map_offset,
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftrfork.h | 197 FT_Long *map_offset, 253 FT_Long map_offset,
|
/external/v8/src/ic/ia32/ |
D | stub-cache-ia32.cc | 25 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 41 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 75 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable()
|
/external/v8/src/ic/x87/ |
D | stub-cache-x87.cc | 25 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 41 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 75 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftrfork.c | 54 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() argument 131 *map_offset = map_pos + type_list; in FT_Raccess_Get_HeaderInfo() 152 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() argument 169 error = FT_Stream_Seek( stream, map_offset ); in FT_Raccess_Get_DataOffsets() 195 rpos += map_offset; in FT_Raccess_Get_DataOffsets()
|
D | ftobjs.c | 1823 FT_Long map_offset, rdara_pos; in IsMacResource() local 1829 &map_offset, &rdara_pos ); in IsMacResource() 1835 map_offset, rdara_pos, in IsMacResource() 1852 map_offset, rdara_pos, in IsMacResource()
|
/external/freetype/src/base/ |
D | ftrfork.c | 54 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() argument 142 *map_offset = map_pos + type_list; in FT_Raccess_Get_HeaderInfo() 163 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() argument 180 error = FT_Stream_Seek( stream, (FT_ULong)map_offset ); in FT_Raccess_Get_DataOffsets() 206 rpos += map_offset; in FT_Raccess_Get_DataOffsets()
|
D | ftobjs.c | 1845 FT_Long map_offset, rdara_pos; in IsMacResource() local 1851 &map_offset, &rdara_pos ); in IsMacResource() 1857 map_offset, rdara_pos, in IsMacResource() 1874 map_offset, rdara_pos, in IsMacResource()
|
/external/v8/src/ic/arm64/ |
D | stub-cache-arm64.cc | 36 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 41 uintptr_t map_off_addr = reinterpret_cast<uintptr_t>(map_offset.address()); in ProbeTable()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 265 int map_offset = block_index + y * cm->mi_cols + x; in vp9_cyclic_refresh_update_segment() local 266 cr->map[map_offset] = new_map_value; in vp9_cyclic_refresh_update_segment() 267 cpi->segmentation_map[map_offset] = mbmi->segment_id; in vp9_cyclic_refresh_update_segment() 273 cr->last_coded_q_map[map_offset] = clamp( in vp9_cyclic_refresh_update_segment()
|
/external/v8/src/ic/mips/ |
D | stub-cache-mips.cc | 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 30 uint32_t map_off_addr = reinterpret_cast<uint32_t>(map_offset.address()); in ProbeTable()
|
/external/v8/src/ic/arm/ |
D | stub-cache-arm.cc | 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 30 uint32_t map_off_addr = reinterpret_cast<uint32_t>(map_offset.address()); in ProbeTable()
|
/external/v8/src/ic/mips64/ |
D | stub-cache-mips64.cc | 26 ExternalReference map_offset(isolate->stub_cache()->map_reference(table)); in ProbeTable() local 30 uint64_t map_off_addr = reinterpret_cast<uint64_t>(map_offset.address()); in ProbeTable()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2533 const int map_offset = header + Map::kProtoTransitionMapOffset; in ClearNonLivePrototypeTransitions() local 2537 Object* cached_map = prototype_transitions->get(map_offset + i * step); in ClearNonLivePrototypeTransitions() 2541 int map_index = map_offset + new_number_of_transitions * step; in ClearNonLivePrototypeTransitions()
|
/external/v8/src/ |
D | objects.cc | 11247 const int map_offset = kProtoTransitionHeaderSize + kProtoTransitionMapOffset; in GetPrototypeTransition() local 11251 Object* result = cache->get(map_offset + i * step); in GetPrototypeTransition()
|