Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 13 of 13) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp199 void Buffer::WriteInt32BE(int32_t value, uint32_t offset) in WriteInt32BE()
207 int32_t Buffer::ReadInt32BE(uint32_t offset) in ReadInt32BE()
215 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE()
223 int32_t Buffer::ReadInt32LE(uint32_t offset) in ReadInt32LE()
231 void Buffer::WriteUInt32BE(int32_t value, uint32_t offset) in WriteUInt32BE()
239 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE()
247 void Buffer::WriteUInt32LE(int32_t value, uint32_t offset) in WriteUInt32LE()
255 uint32_t Buffer::ReadUInt32LE(uint32_t offset) in ReadUInt32LE()
278 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes()
288 void Buffer::WriteByte(uint8_t number, uint32_t offset) in WriteByte()
[all …]
Dnative_module_buffer.cpp327 size_t offset = 0; in BufferConstructor() local
388 uint32_t offset = 0; in WriteInt32BE() local
400 uint32_t offset = 0; in ReadInt32BE() local
475 uint32_t offset = 0; in WriteString() local
506 uint32_t offset = 0; in FillString() local
531 uint32_t offset = 0; in FillNumbers() local
557 uint32_t offset = 0; in FillBuffer() local
659 uint32_t offset = 0; in WriteInt32LE() local
671 uint32_t offset = 0; in ReadInt32LE() local
685 uint32_t offset = 0; in WriteUInt32BE() local
[all …]
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_mapped_file_test.cpp88 bool SaveStringToFile(const std::string& filePath, const std::string& content, off_t offset, bool t… in SaveStringToFile()
251 off_t offset = 4 * 1024; variable
1000 off_t offset = 100; // Specify offset that is not multiple of page-size. variable
1031 off_t offset = 4 * 1024; // Specify offset excessing the substantial size of the file. variable
1335 off_t offset = 4 * 1024; variable
1375 off_t offset = mf.StartOffset(); variable
1442 off_t offset = mf.StartOffset(); variable
1519 off_t offset = mf1.StartOffset(); variable
1586 off_t offset = mf1.StartOffset(); variable
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp895 unsigned int offset = 0; variable
919 unsigned int offset = 0; variable
945 unsigned int offset = 0; variable
966 unsigned int offset = 0; variable
986 unsigned int offset = 0; variable
1006 unsigned int offset = 0; variable
/commonlibrary/utils_lite/hals/file/
Dhal_file.c58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
/commonlibrary/utils_lite/file/src/file_impl_hal/
Dfile.c56 int UtilsFileSeek(int fd, int offset, unsigned int whence) in UtilsFileSeek()
/commonlibrary/c_utils/base/src/
Dashmem.cpp293 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid()
Dmapped_file.cpp30 MappedFile::MappedFile(std::string& path, MapMode mode, off_t offset, off_t size, const char *hint) in MappedFile()
Dparcel.cpp598 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs264 pub(crate) offset: usize, field
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1408 return offset; property in Buffer
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs175 offset: usize, field
Dencoder.rs1313 let offset = i * 6; in ut_settings_frame_encoding() localVariable