/third_party/lzma/CPP/7zip/Common/ |
H A D | OffsetStream.cpp | 9 _offset = offset;
in Init() 25 offset += _offset;
in Seek() 30 *newPosition = absoluteNewPosition - _offset;
in Seek() 36 return _stream->SetSize(_offset + newSize);
in SetSize()
|
H A D | OffsetStream.h | 17 UInt64 _offset;
variable
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/ |
H A D | bufref.h | 56 #define RS_BUFREF_DEFINE_AT_OFFSET_UINT32(_layout, _name, _devaddr_u32vec2, _offset) \ 62 devaddr.x = uaddCarry(_devaddr_u32vec2.x, _offset, carry); \ 68 #define RS_BUFREF_DEFINE_AT_OFFSET_UINT32(_layout, _name, _devaddr, _offset) \ 69 RS_RESTRICT _layout _name = _layout(_devaddr + _offset)
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
H A D | otvcommn.h | 78 #define OTV_OPTIONAL_OFFSET( _offset ) \ 80 _offset ## _p = p; \ 81 _offset = FT_NEXT_USHORT( p ); \ 84 #define OTV_OPTIONAL_OFFSET32( _offset ) \ 86 _offset ## _p = p; \ 87 _offset = FT_NEXT_ULONG( p ); \
|
/third_party/python/Lib/ |
H A D | zipfile.py | 837 self._offset = 0 907 i = self._readbuffer.find(b'\n', self._offset) + 1 909 line = self._readbuffer[self._offset: i] 910 self._offset = i 917 if n > len(self._readbuffer) - self._offset: 919 if len(chunk) > self._offset: 920 self._readbuffer = chunk + self._readbuffer[self._offset:] 921 self._offset = 0 923 self._offset -= len(chunk) 926 return self._readbuffer[self._offset [all...] |
H A D | datetime.py | 2298 __slots__ = '_offset', '_name' 2320 self._offset = offset 2327 return (self._offset,) 2328 return (self._offset, self._name) 2332 return self._offset == other._offset 2336 return hash(self._offset) 2353 self._offset) 2356 self._offset, self._name) 2363 return self._offset [all...] |
/third_party/lwip/src/include/lwip/prot/ |
H A D | ip4.h | 83 PACK_STRUCT_FIELD(u16_t _offset); 112 #define IPH_OFFSET(hdr) ((hdr)->_offset) 123 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)
|
/third_party/mesa3d/src/util/ |
H A D | blob.c | 214 #define ASSERT_ALIGNED(_offset, _align) \ in BLOB_WRITE_TYPE() 215 assert(align64((_offset), (_align)) == (_offset)) in BLOB_WRITE_TYPE()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvcommn.h | 506 #define GXV_SUBTABLE_OFFSET_CHECK( _offset ) \ 508 if ( (_offset) > gxvalid->subtable_length ) \
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 137 parent(parent), _offset(offset) { in sub_buffer() 167 return _offset; in offset()
|
H A D | memory.hpp | 129 size_t _offset; member in clover::sub_buffer
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate-data.h | 88 static constexpr int Name##_offset() { return Offset - kIsolateRootBias; }
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 737 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) : in FinalZone() 738 offset(_offset), year(_year), ruleid(_ruleid) { in FinalZone() 801 int32_t _offset) { in set() 821 offset = _offset; in set()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 737 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) : in FinalZone() 738 offset(_offset), year(_year), ruleid(_ruleid) { in FinalZone() 801 int32_t _offset) { in set() 821 offset = _offset; in set()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h265_metadata_bsf.c | 313 sps->conf_win_ ## border ## _offset = \ in h265_metadata_update_sps()
|
H A D | h264_metadata_bsf.c | 253 sps->frame_crop_ ## border ## _offset = \ in h264_metadata_update_sps()
|
/third_party/node/src/ |
H A D | util.h | 549 const size_t name##_offset = name->ByteOffset(); \ 552 static_cast<char*>(name->Buffer()->Data()) + name##_offset; \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 121 vk::VkDeviceSize _offset, in BufferViewCreateInfo() 130 offset = _offset; in BufferViewCreateInfo() 119 BufferViewCreateInfo(vk::VkBuffer _buffer, vk::VkFormat _format, vk::VkDeviceSize _offset, vk::VkDeviceSize _range) BufferViewCreateInfo() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 121 vk::VkDeviceSize _offset, in BufferViewCreateInfo() 130 offset = _offset; in BufferViewCreateInfo() 119 BufferViewCreateInfo(vk::VkBuffer _buffer, vk::VkFormat _format, vk::VkDeviceSize _offset, vk::VkDeviceSize _range) BufferViewCreateInfo() argument
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1853 pub fn pread(_fd: ::c_int, _buf: *mut ::c_void, _count: ::size_t, _offset: off64_t) -> ::ssize_t { in pread() 1861 _offset: off64_t, in pwrite()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 2586 #define PVR_WRITE(_buffer, _value, _offset, _max) \ 2589 uint64_t __offset = _offset; \
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 288 const int Name##_offset = LowBit; \
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 7144 return Rx<R##N##_offset + R##N##_width - 1, R##N##_offset>(r##N); \
|
H A D | constants-aarch64.h | 243 const int Name##_offset = LowBit; \
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 2470 fp._offset = 0
|