Searched defs:nbytes (Results 1 – 8 of 8) sorted by relevance
/bionic/benchmarks/ |
D | string_benchmark.cpp | 25 const size_t nbytes = state.range(0); in BM_string_memcmp() local 44 const size_t nbytes = state.range(0); in BM_string_memcpy() local 62 const size_t nbytes = state.range(0); in BM_string_memmove_non_overlapping() local 80 const size_t nbytes = state.range(0); in BM_string_memmove_overlap_dst_before_src() local 95 const size_t nbytes = state.range(0); in BM_string_memmove_overlap_src_before_dst() local 110 const size_t nbytes = state.range(0); in BM_string_memset() local 125 const size_t nbytes = state.range(0); in BM_string_strlen() local 142 const size_t nbytes = state.range(0); in BM_string_strcat_copy_only() local 165 const size_t nbytes = state.range(0); in BM_string_strcat_seek_only() local 186 const size_t nbytes = state.range(0); in BM_string_strcat_half_copy_half_seek() local [all …]
|
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()
|
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()
|
D | util.h | 75 void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident()
|
D | stdio_benchmark.cpp | 154 size_t nbytes = state.range(0); in FopenFgetcFclose() local
|
/bionic/libc/stdio/ |
D | printf_common.h | 694 size_t clen, nbytes; in wcsconv() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 1238 size_t nbytes; in allocset() local
|
/bionic/libc/kernel/uapi/linux/ |
D | btrfs_tree.h | 235 __le64 nbytes; member
|