/aosp12/bionic/benchmarks/ |
H A D | string_benchmark.cpp | 25 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 D | util.cpp | 48 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 D | stdlib_benchmark.cpp | 28 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 D | util.h | 75 void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident()
|
H A D | stdio_benchmark.cpp | 154 size_t nbytes = state.range(0); in FopenFgetcFclose() local
|
/aosp12/system/nfc/src/adaptation/ |
H A D | libmain.cc | 84 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 D | Compat.h | 40 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 D | Utils.h | 28 static __always_inline void MakeAllocationResident(void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident()
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | playbq.cpp | 55 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 D | kiss_fft.h | 29 #define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16) argument
|
H A D | _kiss_fft_guts.h | 166 #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 D | varint_test.cpp | 25 int nbytes = 0; in Varint_Length64Old() local
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | plugin_pdf.c | 75 int rbytes, wbytes, nbytes = 0; in _print_page() local
|
H A D | wprint_image.c | 615 int nbytes = -1; in _decode_stripe() local 781 int nbytes = 0; in wprint_image_decode_stripe() local
|
H A D | lib_pclm.c | 234 int nbytes = (num_rows * bytes_per_row); in _print_swath() local
|
H A D | lib_pwg.c | 290 int nbytes = (num_rows * bytes_per_row); in _print_swath() local
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/ |
H A D | CanSocket.cpp | 110 const auto nbytes = read(mSocket.get(), &frame, CAN_MTU); in readerThread() local
|
/aosp12/system/timezone/input_tools/android/zone_compactor/main/java/ |
H A D | ZoneCompactor.java | 61 int nbytes = in.read(buf); in copyFile() local
|
/aosp12/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 160 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 D | wprint_msgq.c | 95 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 D | extensions.cpp | 58 int nbytes = write(fileno(stderr), err_str.c_str(), err_str.length()); in MakeRegex() local
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | bcmutils.c | 1344 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 D | utils.cc | 270 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 D | OpenjdkJvm.cc | 102 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 D | StrictJarVerifier.java | 133 public void write(byte[] buf, int off, int nbytes) { in write()
|