Searched defs:offset (Results 1 – 8 of 8) sorted by relevance
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_buffer.cpp | 205 void Buffer::WriteInt32BE(int32_t value, uint32_t offset) in WriteInt32BE() 213 int32_t Buffer::ReadInt32BE(uint32_t offset) in ReadInt32BE() 221 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() 229 int32_t Buffer::ReadInt32LE(uint32_t offset) in ReadInt32LE() 237 void Buffer::WriteUInt32BE(int32_t value, uint32_t offset) in WriteUInt32BE() 245 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE() 253 void Buffer::WriteUInt32LE(int32_t value, uint32_t offset) in WriteUInt32LE() 261 uint32_t Buffer::ReadUInt32LE(uint32_t offset) in ReadUInt32LE() 284 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes() 294 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 653 uint32_t offset = 0; in WriteInt32LE() local 665 uint32_t offset = 0; in ReadInt32LE() local 679 uint32_t offset = 0; in WriteUInt32BE() local [all …]
|
| /commonlibrary/c_utils/base/src/ |
| D | ashmem.cpp | 204 bool Ashmem::WriteToAshmem(const void *data, int32_t size, int32_t offset) in WriteToAshmem() 225 const void *Ashmem::ReadFromAshmem(int32_t size, int32_t offset) in ReadFromAshmem() 235 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) in CheckValid()
|
| D | parcel.cpp | 598 bool Parcel::WriteObjectOffset(binder_size_t offset) in WriteObjectOffset()
|
| /commonlibrary/ets_utils/js_api_module/test_buffer/unittest/ |
| D | test_napi.cpp | 859 unsigned int offset = 0; variable 883 unsigned int offset = 0; variable 909 unsigned int offset = 0; variable 930 unsigned int offset = 0; variable 950 unsigned int offset = 0; variable 970 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/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 1303 return offset; property in Buffer
|