Home
last modified time | relevance | path

Searched defs:params (Results 1 – 20 of 20) sorted by relevance

/bionic/benchmarks/
Dsyscall_mm_benchmark.cpp48 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/
Dgensyscalls.py174 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/
Dtee.h73 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
Dfsl_mc.h13 __le64 params[MC_CMD_NUM_OF_PARAMS]; member
Datmmpc.h56 struct mpc_parameters params; member
Dedd.h144 struct edd_device_params params; member
Dkvm.h79 __u64 params[2]; member
101 __u64 params[6]; member
799 __u64 params; member
Drkisp1-config.h389 struct rkisp1_cif_isp_stat params; member
Dv4l2-controls.h1785 __s32 params[V4L2_AV1_TOTAL_REFS_PER_FRAME][6]; member
/bionic/libc/dns/resolv/
Dres_stats.c120 _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()
Dres_send.c482 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()
Dres_cache.c1292 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/
Dlinker_utils_test.cpp39 std::vector<std::pair<std::string, std::string>> params = {{ "LIB", "lib32"}, { "SDKVER", "42"}}; in TEST() local
Dlinker_utils.cpp39 void format_string(std::string* str, const std::vector<std::pair<std::string, std::string>>& params in format_string()
Dlinker_config.cpp400 std::vector<std::pair<std::string, std::string>> params; in get_paths() local
Dlinker_soinfo.cpp248 std::vector<std::pair<std::string, std::string>> params = { in set_dt_runpath() local
/bionic/libc/kernel/uapi/sound/
Dfirewire.h38 __be32 params[]; member
Dskl-tplg-interface.h102 char params[]; member
/bionic/libc/kernel/uapi/drm/
Ddrm_fourcc.h203 #define fourcc_mod_broadcom_code(val,params) fourcc_mod_code(BROADCOM, ((((__u64) params) << __four… argument
/bionic/tests/
Dmalloc_test.cpp722 std::vector<std::pair<int, std::string>> params{ in TEST() local