Home
last modified time | relevance | path

Searched +defs:f +defs:r (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/
Dgenerate_canonical.pass.cpp23 E r; in main() local
24 F f = std::generate_canonical<F, 0>(r); in main() local
30 E r; in main() local
31 F f = std::generate_canonical<F, 1>(r); in main() local
37 E r; in main() local
38 F f = std::generate_canonical<F, std::numeric_limits<F>::digits - 1>(r); in main() local
44 E r; in main() local
45 F f = std::generate_canonical<F, std::numeric_limits<F>::digits>(r); in main() local
51 E r; in main() local
52 F f = std::generate_canonical<F, std::numeric_limits<F>::digits + 1>(r); in main() local
[all …]
/external/v8/src/compiler/
Djs-builtin-reducer-unittest.cc67 Handle<JSFunction> f(isolate()->context()->math_sqrt_fun()); in TEST_F() local
74 Reduction r = Reduce(call); in TEST_F() local
87 Handle<JSFunction> f(isolate()->context()->math_max_fun()); in TEST_F() local
92 Reduction r = Reduce(call); in TEST_F() local
100 Handle<JSFunction> f(isolate()->context()->math_max_fun()); in TEST_F() local
107 Reduction r = Reduce(call); in TEST_F() local
116 Handle<JSFunction> f(isolate()->context()->math_max_fun()); in TEST_F() local
126 Reduction r = Reduce(call); in TEST_F() local
152 Handle<JSFunction> f(isolate()->context()->math_imul_fun()); in TEST_F() local
162 Reduction r = Reduce(call); in TEST_F() local
/external/fio/engines/
Dglusterfs.c36 int r = 0; in fio_gf_setup() local
105 int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f) in fio_gf_get_file_size()
132 int fio_gf_open_file(struct thread_data *td, struct fio_file *f) in fio_gf_open_file()
177 int r; in fio_gf_open_file() local
246 int r = 0; in fio_gf_open_file() local
267 int fio_gf_close_file(struct thread_data *td, struct fio_file *f) in fio_gf_close_file()
283 int fio_gf_unlink_file(struct thread_data *td, struct fio_file *f) in fio_gf_unlink_file()
/external/skia/tests/
DFunctionTest.cpp11 static void test_add_five(skiatest::Reporter* r, SkFunction<int(int)>& f) { in test_add_five()
16 static void test_add_five(skiatest::Reporter* r, SkFunction<int(int)>&& f) { test_add_five(r, f); } in test_add_five()
33 DEF_TEST(Function, r) { in DEF_TEST() argument
46 SkFunction<int(int, MoveOnlyThree&&, int)> f([](int x, MoveOnlyThree&& three, int y) { in DEF_TEST() local
57 for (auto& f : add_fivers) { in DEF_TEST() local
/external/v8/test/mjsunit/regress/
Dregress-crbug-217858.js30 var r = /r/; variable
31 function f() { function
32 r[r] = function() {}; function
/external/clang/test/SemaTemplate/
Dinstantiate-expr-3.cpp8 void f(T &x) { in f() function
30 void f(T t, U u) { in f() function
31 Result r = t += u; // expected-error{{ambiguous}} in f() local
53 void f(T t, U u) { in f() function
65 void f(T t) { in f() function
82 void f(T t, U u) { in f() function
83 Result r = __builtin_choose_expr(Cond, t, u); // expected-error{{lvalue}} in f() local
96 void f(int n, ...) { in f() function
109 void f(int n, ...) { in f() function
/external/fio/
Dfilesetup.c36 static int extend_file(struct thread_data *td, struct fio_file *f) in extend_file()
38 int r, new_layout = 0, unlink_file = 0, flags; in extend_file() local
201 static int pre_read_file(struct thread_data *td, struct fio_file *f) in pre_read_file()
203 int ret = 0, r, did_open = 0, old_runstate; in pre_read_file() local
262 unsigned long r; in get_rand_file_size() local
272 static int file_size(struct thread_data *td, struct fio_file *f) in file_size()
285 static int bdev_size(struct thread_data *td, struct fio_file *f) in bdev_size()
288 int r; in bdev_size() local
315 static int char_size(struct thread_data *td, struct fio_file *f) in char_size()
319 int r; in char_size() local
[all …]
Dio_u.c28 static int random_map_free(struct fio_file *f, const uint64_t block) in random_map_free()
39 struct fio_file *f = io_u->file; in mark_random_map() local
53 static uint64_t last_block(struct thread_data *td, struct fio_file *f, in last_block()
86 static int __get_next_rand_offset(struct thread_data *td, struct fio_file *f, in __get_next_rand_offset()
89 uint64_t r; in __get_next_rand_offset() local
137 struct fio_file *f, enum fio_ddir ddir, in __get_next_rand_offset_zipf()
145 struct fio_file *f, enum fio_ddir ddir, in __get_next_rand_offset_pareto()
160 static int get_off_from_method(struct thread_data *td, struct fio_file *f, in get_off_from_method()
195 unsigned long r; in should_do_random() local
206 static int get_next_rand_offset(struct thread_data *td, struct fio_file *f, in get_next_rand_offset()
[all …]
Dioengines.c225 int r = 0; in td_io_getevents() local
342 int r; in td_io_queue() local
417 int td_io_open_file(struct thread_data *td, struct fio_file *f) in td_io_open_file()
498 int td_io_close_file(struct thread_data *td, struct fio_file *f) in td_io_close_file()
516 int td_io_unlink_file(struct thread_data *td, struct fio_file *f) in td_io_unlink_file()
524 int td_io_get_file_size(struct thread_data *td, struct fio_file *f) in td_io_get_file_size()
533 struct fio_file *f) in do_sync_file_range()
/external/v8/test/mjsunit/
Dswitch-opt.js43 function f(label, b1, b2, b3) { function
65 function assertResult(r, label, b1, b2, b3) { argument
140 function f(label, b1, b2, b3) { function
162 function assertResult(r, label, b1, b2, b3) { argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_out.pass.cpp28 const F& f = std::use_facet<F>(l); in main() local
35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local
49 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local
62 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local
/external/openssh/
Dsshbuf-misc.c39 sshbuf_dump_data(const void *s, size_t len, FILE *f) in sshbuf_dump_data()
66 sshbuf_dump(struct sshbuf *buf, FILE *f) in sshbuf_dump()
98 int r; in sshbuf_dtob64() local
117 int nlen, r; in sshbuf_b64tod() local
Dauthfile.c81 int r; in sshkey_save_private() local
103 int r; in sshkey_load_file() local
148 int r; in sshkey_load_public_rsa1() local
201 int fd, r; in sshkey_load_private_type() local
232 int r; in sshkey_load_private_type_fd() local
257 int r, fd; in sshkey_load_private() local
289 FILE *f; in sshkey_try_load_public() local
293 int r; in sshkey_try_load_public() local
339 int r, fd; in sshkey_load_public() local
409 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_load_cert() local
[all …]
/external/jetty/src/java/org/eclipse/jetty/webapp/
DOrdering.java81 FragmentDescriptor f = others.remove(item); in order() local
232 public void addBeforeOthers (Resource r) in addBeforeOthers()
237 public void addAfterOthers (Resource r) in addAfterOthers()
242 public void addNoOthers (Resource r) in addNoOthers()
256 Resource r = itor.next(); in orderList() local
257 FragmentDescriptor f = _metaData.getFragment(r); in orderList() local
469 protected void remove (List<Resource> resources, Resource r) in remove()
/external/clang/test/SemaCXX/
Dbool-compare.cpp4 void f(int x, int y, int z) { in f() function
180 U f(T t, U u, V v) { in f() function
188 bool r; in f() local
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
Dcopy_assign.pass.cpp28 std::reference_wrapper<T> r(t); in test() local
35 void f() {} in f() function
41 std::reference_wrapper<void ()> r(f); in test_function() local
/external/boringssl/src/crypto/bn/
Dshift.c66 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_lshift()
68 BN_ULONG *t, *f; in BN_lshift() local
104 int BN_lshift1(BIGNUM *r, const BIGNUM *a) { in BN_lshift1()
135 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_rshift()
137 BN_ULONG *t, *f; in BN_rshift() local
188 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1()
/external/skia/samplecode/
DSampleFuzz.cpp19 static void set2x3(SkMatrix* m, float a, float b, float c, float d, float e, float f) { in set2x3()
50 float f = (float)d; in huge() local
239 SkRect r; in do_fuzz() local
254 SkRect r; in do_fuzz() local
289 SkRect r; in do_fuzz() local
/external/clang/test/Sema/
Dwarn-null.c8 int *r = (1 - 1); // expected-warning{{expression which evaluates to zero treated as a null pointer… variable
9 void f() { in f() function
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_overflow.pass.cpp25 void f(std::chrono::seconds) in f() function
33 std::chrono::duration<int, std::exa> r(1); in main() local
/external/libcxx/test/std/re/re.regex/re.regex.construct/
Dptr_flg.pass.cpp21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
23 std::basic_regex<CharT> r(p, f); in test() local
Dstring_flg.pass.cpp23 test(const String& p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
25 std::basic_regex<typename String::value_type> r(p, f); in test() local
Dptr_size_flg.pass.cpp21 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, in test()
24 std::basic_regex<CharT> r(p, len, f); in test() local
/external/e2fsprogs/lib/e2p/
Dgetflags.c55 int r, f; in getflags() local
/external/clang/test/Rewriter/
Dblockstruct.m10 struct _s *r(); function
12 void f() { function

12345678910>>...21