Searched defs:nbytes (Results 1 – 3 of 3) sorted by relevance
/system/core/include/utils/ |
D | Compat.h | 32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { in pread64() 36 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) { in pwrite64()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 182 …int nbytes = key.getParams().getCurve().getField().getFieldSize() / 8; // # of 32 bit integers … in printEC() local
|
/system/update_engine/common/ |
D | utils.cc | 322 static void AppendBytes(const uint8_t* buf, size_t nbytes, in AppendBytes() 328 static void AppendBytes(const uint8_t* buf, size_t nbytes, in AppendBytes() 349 size_t nbytes = fread(buf, 1, bytes_to_read, fp); in Read() local
|