/third_party/libsnd/src/ |
D | sd2.c | 64 int map_offset, map_length ; member 238 rsrc.map_offset = rsrc.data_offset + rsrc.data_length ; in sd2_write_rsrc_fork() 241 …psf_binheader_writef (psf, "E444", BHW4 (rsrc.data_offset), BHW4 (rsrc.map_offset), BHW4 (rsrc.dat… in sd2_write_rsrc_fork() 247 …psf_binheader_writef (psf, "E4444", BHW4 (rsrc.map_offset), BHW4 (rsrc.data_offset), BHW4 (rsrc.ma… in sd2_write_rsrc_fork() 251 …{ psf_binheader_writef (psf, "Eo1422", BHWo (rsrc.map_offset + 16), BHW1 (1), BHW4 (0x12345678), B… in sd2_write_rsrc_fork() 255 rsrc.type_offset = rsrc.map_offset + 30 ; in sd2_write_rsrc_fork() 256 …psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 24), BHW2 (rsrc.type_offset - rsrc.map_o… in sd2_write_rsrc_fork() 260 psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 28), BHW2 (rsrc.type_count - 1)) ; in sd2_write_rsrc_fork() 265 rsrc.string_offset = rsrc.item_offset + (rsrc.str_count + 1) * 12 - rsrc.map_offset ; in sd2_write_rsrc_fork() 266 psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 26), BHW2 (rsrc.string_offset)) ; in sd2_write_rsrc_fork() [all …]
|
/third_party/freetype/include/freetype/internal/ |
D | ftrfork.h | 177 FT_Long *map_offset, 232 FT_Long map_offset,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftrfork.h | 178 FT_Long *map_offset, 233 FT_Long map_offset,
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftrfork.h | 177 FT_Long *map_offset, 232 FT_Long map_offset,
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 275 packetizer->map_offset = 0; in mpegts_packetizer_init() 607 packetizer->map_offset = 0; in mpegts_packetizer_clear() 649 packetizer->map_offset = 0; in mpegts_packetizer_flush() 728 packetizer->map_offset = 0; in mpegts_packetizer_flush_bytes() 736 if (packetizer->map_size - packetizer->map_offset >= size) in mpegts_packetizer_map() 739 mpegts_packetizer_flush_bytes (packetizer, packetizer->map_offset); in mpegts_packetizer_map() 751 packetizer->map_offset = 0; in mpegts_packetizer_map() 774 size = packetizer->map_size - packetizer->map_offset; in mpegts_try_discover_packet_size() 775 data = packetizer->map_data + packetizer->map_offset; in mpegts_try_discover_packet_size() 796 packetizer->map_offset += i; in mpegts_try_discover_packet_size() [all …]
|
D | mpegtspacketizer.h | 268 gsize map_offset; member
|
/third_party/freetype/src/base/ |
D | ftrfork.c | 53 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() argument 165 *map_offset = map_pos + type_list; in FT_Raccess_Get_HeaderInfo() 186 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() argument 203 error = FT_Stream_Seek( stream, (FT_ULong)map_offset ); in FT_Raccess_Get_DataOffsets() 248 rpos += map_offset; in FT_Raccess_Get_DataOffsets()
|
D | ftobjs.c | 2130 FT_Long map_offset, rdata_pos; in IsMacResource() local 2136 &map_offset, &rdata_pos ); in IsMacResource() 2142 map_offset, rdata_pos, in IsMacResource() 2159 map_offset, rdata_pos, in IsMacResource()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 53 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() argument 165 *map_offset = map_pos + type_list; in FT_Raccess_Get_HeaderInfo() 181 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() argument 198 error = FT_Stream_Seek( stream, (FT_ULong)map_offset ); in FT_Raccess_Get_DataOffsets() 243 rpos += map_offset; in FT_Raccess_Get_DataOffsets()
|
D | ftobjs.c | 2174 FT_Long map_offset, rdata_pos; in IsMacResource() local 2180 &map_offset, &rdata_pos ); in IsMacResource() 2186 map_offset, rdata_pos, in IsMacResource() 2203 map_offset, rdata_pos, in IsMacResource()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 54 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() argument 166 *map_offset = map_pos + type_list; in FT_Raccess_Get_HeaderInfo() 187 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() argument 204 error = FT_Stream_Seek( stream, (FT_ULong)map_offset ); in FT_Raccess_Get_DataOffsets() 249 rpos += map_offset; in FT_Raccess_Get_DataOffsets()
|
D | ftobjs.c | 2112 FT_Long map_offset, rdata_pos; in IsMacResource() local 2118 &map_offset, &rdata_pos ); in IsMacResource() 2124 map_offset, rdata_pos, in IsMacResource() 2141 map_offset, rdata_pos, in IsMacResource()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_aux_map.c | 280 uintptr_t map_offset = addr - buf->buffer->gpu; in get_u64_entry_ptr() local 281 return (uint64_t*)((uint8_t*)buf->buffer->map + map_offset); in get_u64_entry_ptr()
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 300 uint32_t map_offset = i->virt_addr - address; in aub_mem_get_ggtt_bo() local 301 void *res = mmap((uint8_t *)bo.map + map_offset, 4096, PROT_READ, in aub_mem_get_ggtt_bo()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 4015 uint64_t map_offset; in anv_MapMemory() local 4017 map_offset = offset & ~4095ull; in anv_MapMemory() 4019 map_offset = 0; in anv_MapMemory() 4020 assert(offset >= map_offset); in anv_MapMemory() 4021 uint64_t map_size = (offset + size) - map_offset; in anv_MapMemory() 4027 map_offset, map_size, gem_flags); in anv_MapMemory() 4033 mem->map_delta = (offset - map_offset); in anv_MapMemory() 4064 uint64_t map_offset = ranges[i].offset + mem->map_delta; in clflush_mapped_ranges() local 4065 if (map_offset >= mem->map_size) in clflush_mapped_ranges() 4071 intel_clflush_range(mem->map + map_offset, in clflush_mapped_ranges() [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 5070 ssize_t map_offset = *file_offset + start_offset; in map_gnu_relro() local 5073 mem_base + start_offset, map_length, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, map_offset); in map_gnu_relro()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 484 `minorVersion' and `map_offset'.
|
/third_party/freetype/ |
D | ChangeLog.27 | 484 `minorVersion' and `map_offset'.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.27 | 484 `minorVersion' and `map_offset'.
|