Searched refs:offset64 (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerBuffer.cpp | 56 uint64_t offset64, in DoBufferMapAsync() 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() 53 DoBufferMapAsync(ObjectId bufferId, uint64_t requestSerial, WGPUMapModeFlags mode, uint64_t offset64, uint64_t size64) DoBufferMapAsync() argument
|
/third_party/backends/frontend/ |
H A D | jpegtopdf.c | 175 SANE_Int64 offset64 = (SANE_Int64)fseek( fd, 0, SEEK_CUR ); in _get_current_offset() local 177 if ( offset64 > SANE_PDF_XREF_MAX ) offset64 = -1; in _get_current_offset() 179 return offset64; in _get_current_offset()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 442 upper_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list() 443 lower_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list() 459 upper_32_bits(target_bo->offset64), in drm_intel_gem_dump_validation_list() 460 lower_32_bits(target_bo->offset64)); in drm_intel_gem_dump_validation_list() 521 bufmgr_gem->exec2_objects[index].offset = bo->offset64; in drm_intel_add_validate_buffer2() 1116 bo_gem->bo.offset64 = 0; in drm_intel_bo_gem_create_from_name() 2079 bo_gem->relocs[bo_gem->reloc_count].presumed_offset = target_bo->offset64; in do_bo_emit_reloc() 2273 if (bufmgr_gem->exec2_objects[i].offset != bo->offset64) { in drm_intel_update_buffer_offsets2() 2280 upper_32_bits(bo->offset64), in drm_intel_update_buffer_offsets2() 2281 lower_32_bits(bo->offset64), in drm_intel_update_buffer_offsets2() [all...] |
H A D | intel_bufmgr.h | 69 * seen virtual card address. Use offset64 instead. 96 uint64_t offset64; member
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 2088 ZPOS64_T offset64; in unzGetOffset() local 2092 offset64 = unzGetOffset64(file); in unzGetOffset() 2093 return (uLong)offset64; in unzGetOffset()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.c | 2088 ZPOS64_T offset64; in unzGetOffset() local 2092 offset64 = unzGetOffset64(file); in unzGetOffset() 2093 return (uLong)offset64; in unzGetOffset()
|
/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 2286 ZPOS64_T offset64; in unzGetOffset() local 2290 offset64 = unzGetOffset64(file); in unzGetOffset() 2291 return (uLong)offset64; in unzGetOffset()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 93182 u64 offset64; /* 64-bit offset */ global() local [all...] |
Completed in 137 milliseconds