/bionic/benchmarks/ |
D | syscall_mm_benchmark.cpp | 48 void MmapBenchmarkImpl(benchmark::State& state, const struct MmapParams& params, int fd, in MmapBenchmarkImpl() 75 static void MmapBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapBenchmark() 80 static void MmapFixedBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapFixedBenchmark() 103 static void MmapFileBenchmark(benchmark::State& state, const struct MmapParams& params, in MmapFileBenchmark() 129 struct MmapParams params = { in BM_syscall_mmap_anon_rw() local 140 struct MmapParams params = { in BM_syscall_mmap_anon_noreserve() local 151 struct MmapParams params = { in BM_syscall_mmap_anon_none() local 163 struct MmapParams params = { in BM_syscall_mmap_anon_rw_fixed() local 174 struct MmapParams params = { in BM_syscall_mmap_anon_none_fixed() local 186 struct MmapParams params = { in BM_syscall_mmap_file_rd_priv() local [all …]
|
/bionic/libc/tools/ |
D | gensyscalls.py | 174 def count_arm_param_registers(params): argument 199 def count_generic_param_registers(params): argument 209 def count_generic_param_registers64(params): argument
|
/bionic/libc/kernel/uapi/linux/ |
D | tee.h | 73 struct tee_ioctl_param params[]; member 83 struct tee_ioctl_param params[]; member 98 struct tee_ioctl_param params[]; member 104 struct tee_ioctl_param params[]; member
|
D | fsl_mc.h | 13 __le64 params[MC_CMD_NUM_OF_PARAMS]; member
|
D | atmmpc.h | 56 struct mpc_parameters params; member
|
D | edd.h | 144 struct edd_device_params params; member
|
D | kvm.h | 79 __u64 params[2]; member 101 __u64 params[6]; member 799 __u64 params; member
|
D | rkisp1-config.h | 389 struct rkisp1_cif_isp_stat params; member
|
D | v4l2-controls.h | 1785 __s32 params[V4L2_AV1_TOTAL_REFS_PER_FRAME][6]; member
|
/bionic/libc/dns/resolv/ |
D | res_stats.c | 120 _res_stats_usable_server(const struct __res_params* params, struct __res_stats* stats) { in _res_stats_usable_server() 169 android_net_res_stats_get_usable_servers(const struct __res_params* params, in android_net_res_stats_get_usable_servers()
|
D | res_send.c | 482 struct __res_params params; in res_nsend() local 724 static struct timespec get_timeout(const res_state statp, const struct __res_params* params, const … in get_timeout() 753 send_vc(res_state statp, struct __res_params* params, in send_vc() 1069 send_dg(res_state statp, struct __res_params* params, in send_dg()
|
D | res_cache.c | 1292 struct __res_params params; member 1989 _resolv_set_default_params(struct __res_params* params) { in _resolv_set_default_params() 1999 const char *domains, const struct __res_params* params) in _resolv_set_nameservers_for_net() 2243 struct __res_params* params, struct __res_stats stats[MAXNS]) { in android_net_res_stats_get_info_for_net() 2309 _resolv_cache_get_resolver_stats( unsigned netid, struct __res_params* params, in _resolv_cache_get_resolver_stats()
|
/bionic/linker/ |
D | linker_utils_test.cpp | 39 std::vector<std::pair<std::string, std::string>> params = {{ "LIB", "lib32"}, { "SDKVER", "42"}}; in TEST() local
|
D | linker_utils.cpp | 39 void format_string(std::string* str, const std::vector<std::pair<std::string, std::string>>& params… in format_string()
|
D | linker_config.cpp | 400 std::vector<std::pair<std::string, std::string>> params; in get_paths() local
|
D | linker_soinfo.cpp | 248 std::vector<std::pair<std::string, std::string>> params = { in set_dt_runpath() local
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 38 __be32 params[]; member
|
D | skl-tplg-interface.h | 102 char params[]; member
|
/bionic/libc/kernel/uapi/drm/ |
D | drm_fourcc.h | 203 #define fourcc_mod_broadcom_code(val,params) fourcc_mod_code(BROADCOM, ((((__u64) params) << __four… argument
|
/bionic/tests/ |
D | malloc_test.cpp | 722 std::vector<std::pair<int, std::string>> params{ in TEST() local
|