Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp212 void Buffer::WriteInt32BE(int32_t value, uint32_t offset) in WriteInt32BE()
220 int32_t Buffer::ReadInt32BE(uint32_t offset) in ReadInt32BE()
228 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE()
236 int32_t Buffer::ReadInt32LE(uint32_t offset) in ReadInt32LE()
244 void Buffer::WriteUInt32BE(int32_t value, uint32_t offset) in WriteUInt32BE()
252 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE()
260 void Buffer::WriteUInt32LE(int32_t value, uint32_t offset) in WriteUInt32LE()
268 uint32_t Buffer::ReadUInt32LE(uint32_t offset) in ReadUInt32LE()
291 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes()
318 void Buffer::WriteByte(uint8_t number, uint32_t offset) in WriteByte()
[all …]
Dnative_module_buffer.cpp381 size_t offset = 0; in BufferConstructorInner() local
455 uint32_t offset = 0; in WriteInt32BE() local
467 uint32_t offset = 0; in ReadInt32BE() local
537 uint32_t offset = 0; in WriteString() local
565 uint32_t offset = 0; in FillString() local
589 uint32_t offset = 0; in FillNumbers() local
614 uint32_t offset = 0; in FillBuffer() local
727 uint32_t offset = 0; in WriteInt32LE() local
739 uint32_t offset = 0; in ReadInt32LE() local
753 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()
421 off_t offset = 4 * 1024; variable
1004 off_t offset = 100; // Specify offset that is not multiple of page-size. variable
1033 off_t offset = 4 * 1024; // Specify offset excessing the substantial size of the file. variable
1319 off_t offset = 4 * 1024; variable
1357 off_t offset = mf.StartOffset(); variable
1406 off_t offset = mf.StartOffset(); variable
1463 off_t offset = mf1.StartOffset(); variable
1508 off_t offset = mf1.StartOffset(); variable
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
Dmapped_benchmark_test.cpp100 bool SaveStringToFile(const std::string& filePath, const std::string& content, off_t offset, bool t… in SaveStringToFile()
290 off_t offset = 4 * 1024; in BENCHMARK_F() local
1065 off_t offset = 100; // Specify offset that is not multiple of page-size. in BENCHMARK_F() local
1099 off_t offset = 4 * 1024; // Specify offset excessing the substantial size of the file. in BENCHMARK_F() local
1444 off_t offset = 4 * 1024; in BENCHMARK_F() local
1485 off_t offset = mf.StartOffset(); in BENCHMARK_F() local
1548 off_t offset = mf.StartOffset(); in BENCHMARK_F() local
1621 off_t offset = mf1.StartOffset(); in BENCHMARK_F() local
1679 off_t offset = mf1.StartOffset(); in BENCHMARK_F() local
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1011 unsigned int offset = 0; variable
1035 unsigned int offset = 0; variable
1061 unsigned int offset = 0; variable
1085 unsigned int offset = 0; variable
1104 unsigned int offset = 0; variable
1124 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/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dsocket_addr.rs78 let offset = sun_path_offset(&self.sockaddr); in fmt() localVariable
/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.cpp158 auto offset = objects[nextObj]; in IsReadObjectData() local
678 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs199 pub(crate) offset: usize, field
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1437 return offset; property in Buffer
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs175 offset: usize, field
Dencoder.rs1451 let offset = i * 6; in ut_settings_frame_encoding() localVariable