Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/tools/
Dgen_malloc.pl150 my ($opts) = @_;
152 if (scalar(@{$opts->{empty_slots}}) == 0) {
153 return $opts->{last_slot}++;
155 return pop(@{$opts->{empty_slots}});
160 my ($opts) = @_;
162 if (scalar(@{$opts->{empty_slots}}) == $opts->{last_slot}) {
167 my @sorted_empty_slots = sort({$a <=> $b} @{$opts->{empty_slots}});
169 my $last_slot = $opts->{last_slot};
183 my ($opts, $cur_thread, $pointer, $name, $size, $arg2) = @_;
185 if ($opts->{thread} eq $cur_thread) {
[all …]
/bionic/benchmarks/
Dbionic_benchmarks.cpp150 bench_opts_t opts; in ParseOpts() local
166 opts.cpu_to_lock = strtol(optarg, &check_null, 10); in ParseOpts()
177 opts.xmlpath = optarg; in ParseOpts()
185 opts.extra_benchmarks.push_back(optarg); in ParseOpts()
194 opts.num_iterations = strtol(optarg, &check_null, 10); in ParseOpts()
195 if (*check_null != '\0' or opts.num_iterations < 0) { in ParseOpts()
212 return opts; in ParseOpts()
558 void RegisterAllBenchmarks(const bench_opts_t& opts, in RegisterAllBenchmarks() argument
565 RegisterGoogleBenchmarks(bench_opts_t(), opts, entry.first, run_args); in RegisterAllBenchmarks()
571 bench_opts_t opts = ParseOpts(argc, argv); in main() local
[all …]
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_opts.h27 __u16 opts[IP6T_OPTS_OPTSNR]; member