Searched refs:range (Results 1 – 10 of 10) sorted by relevance
/bionic/benchmarks/ |
D | string_benchmark.cpp | 25 const size_t nbytes = state.range(0); in BM_string_memcmp() 26 const size_t src_alignment = state.range(1); in BM_string_memcmp() 27 const size_t dst_alignment = state.range(2); in BM_string_memcmp() 44 const size_t nbytes = state.range(0); in BM_string_memcpy() 45 const size_t src_alignment = state.range(1); in BM_string_memcpy() 46 const size_t dst_alignment = state.range(2); in BM_string_memcpy() 62 const size_t nbytes = state.range(0); in BM_string_memmove_non_overlapping() 63 const size_t src_alignment = state.range(1); in BM_string_memmove_non_overlapping() 64 const size_t dst_alignment = state.range(2); in BM_string_memmove_non_overlapping() 80 const size_t nbytes = state.range(0); in BM_string_memmove_overlap_dst_before_src() [all …]
|
D | math_benchmark.cpp | 27 state.SetLabel(names[state.range(0)]); in SetLabel() 67 v = values[state.range(0)]; in BM_math_isfinite_macro() 77 v = values[state.range(0)]; in BM_math_isfinite() 87 v = values[state.range(0)]; in BM_math_isinf_macro() 97 v = values[state.range(0)]; in BM_math_isinf() 107 v = values[state.range(0)]; in BM_math_isnan_macro() 117 v = values[state.range(0)]; in BM_math_isnan() 127 v = values[state.range(0)]; in BM_math_isnormal_macro() 137 v = values[state.range(0)]; in BM_math_isnormal() 179 v = values[state.range(0)]; in BM_math_fpclassify() [all …]
|
D | stdlib_benchmark.cpp | 28 const size_t nbytes = state.range(0); in MallocFree() 63 const size_t nbytes = state.range(0); in CallocFree() 122 MallocMultiple(state, state.range(0), 40); in BM_stdlib_malloc_forty_default() 130 MallocMultiple(state, state.range(0), 40); in BM_stdlib_malloc_forty_decay1() 143 MallocMultiple(state, 8192, state.range(0)); in BM_stdlib_malloc_multiple_8192_allocs_default() 151 MallocMultiple(state, 8192, state.range(0)); in BM_stdlib_malloc_multiple_8192_allocs_decay1() 159 const size_t buf_alignment = state.range(0); in BM_stdlib_mbstowcs() 160 const size_t widebuf_alignment = state.range(1); in BM_stdlib_mbstowcs() 202 const size_t buf_alignment = state.range(0); in BM_stdlib_mbrtowc()
|
D | property_benchmark.cpp | 128 const size_t nprops = state.range(0); in BM_property_get() 141 const size_t nprops = state.range(0); in BM_property_find() 153 const size_t nprops = state.range(0); in BM_property_read() 176 const size_t nprops = state.range(0); in BM_property_serial()
|
D | stdio_benchmark.cpp | 39 size_t chunk_size = state.range(0); in ReadWriteTest() 154 size_t nbytes = state.range(0); in FopenFgetcFclose()
|
/bionic/libc/kernel/uapi/linux/ |
D | userfaultfd.h | 100 struct uffdio_range range; member 116 struct uffdio_range range; member 122 struct uffdio_range range; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nf_nat.h | 40 struct nf_nat_ipv4_range range[1]; member
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.cpp | 93 bool VisitDeclaratorDecl(DeclaratorDecl* decl, SourceRange range) { in VisitDeclaratorDecl() argument 197 auto expansion_range = src_manager.getExpansionRange(range); in VisitDeclaratorDecl()
|
/bionic/docs/ |
D | native_allocator.md | 359 current allocator. But, they should be in the same range as the current
|
D | elf-tls.md | 687 Size | TP offset range | Static LE relocation types
|