Home
last modified time | relevance | path

Searched refs:offset64 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp56 uint64_t offset64, in DoBufferMapAsync() argument
82 if (offset64 > std::numeric_limits<size_t>::max() || size64 >= WGPU_WHOLE_MAP_SIZE) { in DoBufferMapAsync()
87 size_t offset = static_cast<size_t>(offset64); in DoBufferMapAsync()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c443 upper_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list()
444 lower_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list()
460 upper_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list()
461 lower_32_bits(target_bo->offset64)); in drm_intel_gem_dump_validation_list()
560 bufmgr_gem->exec2_objects[index].offset = bo->offset64; in drm_intel_add_validate_buffer2()
1155 bo_gem->bo.offset64 = 0; in drm_intel_bo_gem_create_from_name()
2036 bo_gem->relocs[bo_gem->reloc_count].presumed_offset = target_bo->offset64; in do_bo_emit_reloc()
2256 if (bufmgr_gem->exec_objects[i].offset != bo->offset64) { in drm_intel_update_buffer_offsets()
2259 upper_32_bits(bo->offset64), in drm_intel_update_buffer_offsets()
2260 lower_32_bits(bo->offset64), in drm_intel_update_buffer_offsets()
[all …]
Dintel_bufmgr.h96 uint64_t offset64; member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dunzip.c2096 ZPOS64_T offset64; in unzGetOffset() local
2100 offset64 = unzGetOffset64(file); in unzGetOffset()
2101 return (uLong)offset64; in unzGetOffset()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c2088 ZPOS64_T offset64; in unzGetOffset() local
2092 offset64 = unzGetOffset64(file); in unzGetOffset()
2093 return (uLong)offset64; in unzGetOffset()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dunzip.c2096 ZPOS64_T offset64; in unzGetOffset() local
2100 offset64 = unzGetOffset64(file); in unzGetOffset()
2101 return (uLong)offset64; in unzGetOffset()
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c2088 ZPOS64_T offset64; in unzGetOffset() local
2092 offset64 = unzGetOffset64(file); in unzGetOffset()
2093 return (uLong)offset64; in unzGetOffset()
/third_party/zlib/contrib/minizip/
Dunzip.c2417 ZPOS64_T offset64; in unzGetOffset() local
2421 offset64 = unzGetOffset64(file); in unzGetOffset()
2422 return (uLong)offset64; in unzGetOffset()
/third_party/sqlite/src/
Dsqlite3.c89751 u64 offset64; /* 64-bit offset */
89871 offset64 = aOffset[i];
89878 offset64 += sqlite3VdbeOneByteSerialTypeLen(t);
89882 offset64 += sqlite3VdbeSerialTypeLen(t);
89884 aOffset[++i] = (u32)(offset64 & 0xffffffff);
89892 if( (zHdr>=zEndHdr && (zHdr>zEndHdr || offset64!=pC->payloadSize))
89893 || (offset64 > pC->payloadSize)