Searched defs:nbytes (Results  1 – 7 of 7) sorted by relevance
| /bionic/benchmarks/ | 
| D | string_benchmark.cpp | 25   const size_t nbytes = state.range(0);  in BM_string_memcmp()  local43   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 …]
 
 | 
| 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()  local63   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 | 707     size_t clen, nbytes;  in wcsconv()  local
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | btrfs_tree.h | 355   __le64 nbytes;  member
 |