| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_buffer.cpp | 199 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 …]
|
| D | native_module_buffer.cpp | 327 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/ |
| D | utils_mapped_file_test.cpp | 88 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/ |
| D | test_napi.cpp | 895 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/ |
| D | hal_file.c | 58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
|
| /commonlibrary/utils_lite/file/src/file_impl_hal/ |
| D | file.c | 56 int UtilsFileSeek(int fd, int offset, unsigned int whence) in UtilsFileSeek()
|
| /commonlibrary/c_utils/base/src/ |
| D | ashmem.cpp | 293 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid()
|
| D | mapped_file.cpp | 30 MappedFile::MappedFile(std::string& path, MapMode mode, off_t offset, off_t size, const char *hint) in MappedFile()
|
| D | parcel.cpp | 598 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http2.rs | 264 pub(crate) offset: usize, field
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 1408 return offset; property in Buffer
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | decoder.rs | 175 offset: usize, field
|
| D | encoder.rs | 1313 let offset = i * 6; in ut_settings_frame_encoding() localVariable
|