Home
last modified time | relevance | path

Searched refs:_offset (Results 1 - 25 of 26) sorted by relevance

12

/third_party/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp9 _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 DOffsetStream.h17 UInt64 _offset; variable
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/
H A Dbufref.h56 #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 Dotvcommn.h78 #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 Dzipfile.py837 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 Ddatetime.py2298 __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 Dip4.h83 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 Dblob.c214 #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 Dgxvcommn.h506 #define GXV_SUBTABLE_OFFSET_CHECK( _offset ) \
508 if ( (_offset) > gxvalid->subtable_length ) \
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp137 parent(parent), _offset(offset) { in sub_buffer()
167 return _offset; in offset()
H A Dmemory.hpp129 size_t _offset; member in clover::sub_buffer
/third_party/node/deps/v8/src/execution/
H A Disolate-data.h88 static constexpr int Name##_offset() { return Offset - kIsolateRootBias; }
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp737 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 Dtz2icu.cpp737 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 Dh265_metadata_bsf.c313 sps->conf_win_ ## border ## _offset = \ in h265_metadata_update_sps()
H A Dh264_metadata_bsf.c253 sps->frame_crop_ ## border ## _offset = \ in h264_metadata_update_sps()
/third_party/node/src/
H A Dutil.h549 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 DvktDrawCreateInfoUtil.cpp121 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 DvktDrawCreateInfoUtil.cpp121 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 Dmod.rs1853 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 Dpvr_cmd_buffer.c2586 #define PVR_WRITE(_buffer, _value, _offset, _max) \
2589 uint64_t __offset = _offset; \
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h288 const int Name##_offset = LowBit; \
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h7144 return Rx<R##N##_offset + R##N##_width - 1, R##N##_offset>(r##N); \
H A Dconstants-aarch64.h243 const int Name##_offset = LowBit; \
/third_party/python/Lib/test/
H A Dtest_zipfile.py2470 fp._offset = 0

Completed in 81 milliseconds

12