| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_buffer.cpp | 209 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 …]
|
| D | native_module_buffer.cpp | 390 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/ |
| D | utils_mapped_file_test.cpp | 88 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/ |
| D | mapped_benchmark_test.cpp | 100 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/ |
| D | hal_file.c | 58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
|
| /commonlibrary/ets_utils/js_api_module/buffer/test/ |
| D | test_napi.cpp | 1012 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/ |
| D | file.c | 56 int UtilsFileSeek(int fd, int offset, unsigned int whence) in UtilsFileSeek()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | socket_addr.rs | 78 let offset = sun_path_offset(&self.sockaddr); in fmt() localVariable
|
| /commonlibrary/c_utils/base/src/ |
| D | ashmem.cpp | 285 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid()
|
| D | mapped_file.cpp | 26 MappedFile::MappedFile(std::string& path, MapMode mode, off_t offset, off_t size, const char *hint) in MappedFile()
|
| D | parcel.cpp | 162 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/ |
| D | io_manager.rs | 215 pub(crate) offset: usize, field
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http3.rs | 156 pub(crate) offset: usize, field
|
| D | http2.rs | 214 pub(crate) offset: usize, field
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | decoder.rs | 83 offset: usize, field
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 1437 return offset; property in Buffer
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | decoder.rs | 176 offset: usize, field
|
| D | encoder.rs | 1406 let offset = i * 6; in ut_settings_frame_encoding() localVariable
|