Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/bionic/benchmarks/
H A Dstring_benchmark.cpp25 const size_t nbytes = state.range(0); in BM_string_memcmp() local
43 const size_t nbytes = state.range(0); in BM_string_memcpy() local
61 const size_t nbytes = state.range(0); in BM_string_memmove_non_overlapping() local
79 const size_t nbytes = state.range(0); in BM_string_memmove_overlap_dst_before_src() local
94 const size_t nbytes = state.range(0); in BM_string_memmove_overlap_src_before_dst() local
109 const size_t nbytes = state.range(0); in BM_string_memset() local
124 const size_t nbytes = state.range(0); in BM_string_strlen() local
140 const size_t nbytes = state.range(0); in BM_string_strcat_copy_only() local
163 const size_t nbytes = state.range(0); in BM_string_strcat_seek_only() local
184 const size_t nbytes = state.range(0); in BM_string_strcat_half_copy_half_seek() local
[all …]
H A Dutil.cpp48 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) { in GetAlignedPtr()
59 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fill_byte) { in GetAlignedPtrFilled()
H A Dstdlib_benchmark.cpp28 const size_t nbytes = state.range(0); in MallocFree() local
63 const size_t nbytes = state.range(0); in CallocFree() local
97 static void MallocMultiple(benchmark::State& state, size_t nbytes, size_t numAllocs) { in MallocMultiple()
H A Dutil.h75 void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident()
H A Dstdio_benchmark.cpp154 size_t nbytes = state.range(0); in FopenFgetcFclose() local
/aosp12/system/nfc/src/adaptation/
H A Dlibmain.cc84 extern void nfa_nv_co_read(uint8_t* pBuffer, uint16_t nbytes, uint8_t block) { in nfa_nv_co_read()
133 extern void nfa_nv_co_write(const uint8_t* pBuffer, uint16_t nbytes, in nfa_nv_co_write()
/aosp12/system/core/libutils/include/utils/
H A DCompat.h40 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { in pread64()
44 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) { in pwrite64()
/aosp12/system/extras/memory_replay/
H A DUtils.h28 static __always_inline void MakeAllocationResident(void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.cpp55 static SLuint32 squeeze(void *buffer, SLuint32 nbytes) in squeeze()
88 SLuint32 nbytes = count * sfframesize; in callback() local
509 SLuint32 nbytes = count * sfframesize; in main() local
/aosp12/system/chre/external/kiss_fft/
H A Dkiss_fft.h29 #define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16) argument
H A D_kiss_fft_guts.h166 #define KISS_FFT_TMP_ALLOC(nbytes) alloca(nbytes) argument
169 #define KISS_FFT_TMP_ALLOC(nbytes) KISS_FFT_MALLOC(nbytes) argument
/aosp12/packages/modules/StatsD/lib/libkll/encoding/
H A Dvarint_test.cpp25 int nbytes = 0; in Varint_Length64Old() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pdf.c75 int rbytes, wbytes, nbytes = 0; in _print_page() local
H A Dwprint_image.c615 int nbytes = -1; in _decode_stripe() local
781 int nbytes = 0; in wprint_image_decode_stripe() local
H A Dlib_pclm.c234 int nbytes = (num_rows * bytes_per_row); in _print_swath() local
H A Dlib_pwg.c290 int nbytes = (num_rows * bytes_per_row); in _print_swath() local
/aosp12/hardware/interfaces/automotive/can/1.0/default/
H A DCanSocket.cpp110 const auto nbytes = read(mSocket.get(), &frame, CAN_MTU); in readerThread() local
/aosp12/system/timezone/input_tools/android/zone_compactor/main/java/
H A DZoneCompactor.java61 int nbytes = in.read(buf); in copyFile() local
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc160 size_t nbytes = 0; in ReadFullyWithoutChecks() local
201 size_t nbytes = 0; in ReadFully() local
265 size_t nbytes = 0; in WriteFullyWithoutChecks() local
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dwprint_msgq.c95 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, in msgQSend()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp58 int nbytes = write(fileno(stderr), err_str.c_str(), err_str.length()); in MakeRegex() local
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1344 uint nbytes, /* number of input data bytes to process */ in hndcrc8()
1417 uint nbytes, /* number of input data bytes to process */ in hndcrc16()
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex()
2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes()
/aosp12/system/update_engine/common/
H A Dutils.cc270 size_t nbytes, in AppendBytes()
276 static void AppendBytes(const uint8_t* buf, size_t nbytes, string* str_p) { in AppendBytes()
296 size_t nbytes = fread(buf, 1, bytes_to_read, fp); in Read() local
/aosp12/art/openjdkjvm/
H A DOpenjdkJvm.cc102 JNIEXPORT jint JVM_Read(jint fd, char* buf, jint nbytes) { in JVM_Read()
107 JNIEXPORT jint JVM_Write(jint fd, char* buf, jint nbytes) { in JVM_Write()
/aosp12/frameworks/base/core/java/android/util/jar/
H A DStrictJarVerifier.java133 public void write(byte[] buf, int off, int nbytes) { in write()

12