Searched refs:offset64 (Results 1 – 9 of 9) sorted by relevance
56 uint64_t offset64, in DoBufferMapAsync() argument82 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()
443 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 …]
96 uint64_t offset64; member
2096 ZPOS64_T offset64; in unzGetOffset() local2100 offset64 = unzGetOffset64(file); in unzGetOffset()2101 return (uLong)offset64; in unzGetOffset()
2088 ZPOS64_T offset64; in unzGetOffset() local2092 offset64 = unzGetOffset64(file); in unzGetOffset()2093 return (uLong)offset64; in unzGetOffset()
2417 ZPOS64_T offset64; in unzGetOffset() local2421 offset64 = unzGetOffset64(file); in unzGetOffset()2422 return (uLong)offset64; in unzGetOffset()
89751 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)