Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp209 void Buffer::WriteInt32BE(int32_t value, uint32_t offset) in WriteInt32BE()
217 int32_t Buffer::ReadInt32BE(uint32_t offset) in ReadInt32BE()
225 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE()
233 int32_t Buffer::ReadInt32LE(uint32_t offset) in ReadInt32LE()
241 void Buffer::WriteUInt32BE(int32_t value, uint32_t offset) in WriteUInt32BE()
249 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE()
257 void Buffer::WriteUInt32LE(int32_t value, uint32_t offset) in WriteUInt32LE()
265 uint32_t Buffer::ReadUInt32LE(uint32_t offset) in ReadUInt32LE()
288 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes()
315 void Buffer::WriteByte(uint8_t number, uint32_t offset) in WriteByte()
[all …]
Dnative_module_buffer.cpp390 size_t offset = 0; in BufferConstructorInner() local
464 uint32_t offset = 0; in WriteInt32BE() local
476 uint32_t offset = 0; in ReadInt32BE() local
546 uint32_t offset = 0; in WriteString() local
574 uint32_t offset = 0; in FillString() local
598 uint32_t offset = 0; in FillNumbers() local
623 uint32_t offset = 0; in FillBuffer() local
736 uint32_t offset = 0; in WriteInt32LE() local
748 uint32_t offset = 0; in ReadInt32LE() local
762 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()
392 off_t offset = 4 * 1024; variable
1005 off_t offset = 100; // Specify offset that is not multiple of page-size. variable
1034 off_t offset = 4 * 1024; // Specify offset excessing the substantial size of the file. variable
1320 off_t offset = 4 * 1024; variable
1358 off_t offset = mf.StartOffset(); variable
1407 off_t offset = mf.StartOffset(); variable
1464 off_t offset = mf1.StartOffset(); variable
1509 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/utils_lite/hals/file/
Dhal_file.c58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1012 unsigned int offset = 0; variable
1036 unsigned int offset = 0; variable
1062 unsigned int offset = 0; variable
1086 unsigned int offset = 0; variable
1105 unsigned int offset = 0; variable
1125 unsigned int offset = 0; variable
/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.cpp285 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid()
Dmapped_file.cpp26 MappedFile::MappedFile(std::string& path, MapMode mode, off_t offset, off_t size, const char *hint) in MappedFile()
Dparcel.cpp162 auto offset = objects[nextObj]; in IsReadObjectData() local
688 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dio_manager.rs215 pub(crate) offset: usize, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp3.rs156 pub(crate) offset: usize, field
Dhttp2.rs214 pub(crate) offset: usize, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Ddecoder.rs83 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.rs176 offset: usize, field
Dencoder.rs1406 let offset = i * 6; in ut_settings_frame_encoding() localVariable