/external/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/ |
D | generate_canonical.pass.cpp | 25 E r; in main() local 26 F f = std::generate_canonical<F, 0>(r); in main() local 32 E r; in main() local 33 F f = std::generate_canonical<F, 1>(r); in main() local 39 E r; in main() local 40 F f = std::generate_canonical<F, std::numeric_limits<F>::digits - 1>(r); in main() local 46 E r; in main() local 47 F f = std::generate_canonical<F, std::numeric_limits<F>::digits>(r); in main() local 53 E r; in main() local 54 F f = std::generate_canonical<F, std::numeric_limits<F>::digits + 1>(r); in main() local [all …]
|
/external/mesa3d/src/amd/addrlib/ |
D | amdgpu_asic_addr.h | 48 #define FAMILY_IS(f, fn) (f == FAMILY_##fn) argument 49 #define FAMILY_IS_TN(f) FAMILY_IS(f, TN) argument 50 #define FAMILY_IS_SI(f) FAMILY_IS(f, SI) argument 51 #define FAMILY_IS_CI(f) FAMILY_IS(f, CI) argument 52 #define FAMILY_IS_KV(f) FAMILY_IS(f, KV) argument 53 #define FAMILY_IS_VI(f) FAMILY_IS(f, VI) argument 54 #define FAMILY_IS_POLARIS(f) FAMILY_IS(f, POLARIS) argument 55 #define FAMILY_IS_CZ(f) FAMILY_IS(f, CZ) argument 56 #define FAMILY_IS_AI(f) FAMILY_IS(f, AI) argument 57 #define FAMILY_IS_RV(f) FAMILY_IS(f, RV) argument [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | algorithm.hpp | 43 head(R &&r) { in head() 53 tail(R &&r) { in tail() 63 unique(R &&r) { in unique() 88 eval(R &&r) { in eval() 102 for_each(F &&f, Rs &&... rs) { in for_each() 112 copy(R &&r, I i) { in copy() 129 fold(F &&f, A a, R &&r) { in fold() 141 count(T &&x, R &&r) { in count() 158 find(F &&f, R &&r) { in find() 173 all_of(F &&f, Rs &&... rs) { in all_of() [all …]
|
/external/lua/src/ |
D | lbitlib.c | 51 lua_Unsigned r = ~(lua_Unsigned)0; in andaux() local 59 lua_Unsigned r = andaux(L); in b_and() local 66 lua_Unsigned r = andaux(L); in b_test() local 74 lua_Unsigned r = 0; in b_or() local 84 lua_Unsigned r = 0; in b_xor() local 93 lua_Unsigned r = ~checkunsigned(L, 1); in b_not() local 99 static int b_shift (lua_State *L, lua_Unsigned r, lua_Integer i) { in b_shift() 127 lua_Unsigned r = checkunsigned(L, 1); in b_arshift() local 142 lua_Unsigned r = checkunsigned(L, 1); in b_rot() local 169 lua_Integer f = luaL_checkinteger(L, farg); in fieldargs() local [all …]
|
/external/skqp/tests/ |
D | SkRasterPipelineTest.cpp | 13 DEF_TEST(SkRasterPipeline, r) { in DEF_TEST() argument 38 DEF_TEST(SkRasterPipeline_empty, r) { in DEF_TEST() argument 44 DEF_TEST(SkRasterPipeline_nonsense, r) { in DEF_TEST() argument 52 DEF_TEST(SkRasterPipeline_JIT, r) { in DEF_TEST() argument 82 static uint16_t h(float f) { in h() 96 DEF_TEST(SkRasterPipeline_tail, r) { in DEF_TEST() argument 124 for (auto f : buffer[j]) { in DEF_TEST() local 153 for (auto f : buffer[j]) { in DEF_TEST() local 161 DEF_TEST(SkRasterPipeline_lowp, r) { in DEF_TEST() argument 189 DEF_TEST(SkRasterPipeline_lowp_clamp01, r) { in DEF_TEST() argument
|
D | FlattenableFactoryToName.cpp | 13 static void test_flattenable(skiatest::Reporter* r, in test_flattenable() 14 const SkFlattenable* f, in test_flattenable() 27 DEF_TEST(FlattenableFactoryToName, r) { in DEF_TEST() argument
|
/external/skia/tests/ |
D | SkRasterPipelineTest.cpp | 13 DEF_TEST(SkRasterPipeline, r) { in DEF_TEST() argument 38 DEF_TEST(SkRasterPipeline_empty, r) { in DEF_TEST() argument 44 DEF_TEST(SkRasterPipeline_nonsense, r) { in DEF_TEST() argument 52 DEF_TEST(SkRasterPipeline_JIT, r) { in DEF_TEST() argument 82 static uint16_t h(float f) { in h() 96 DEF_TEST(SkRasterPipeline_tail, r) { in DEF_TEST() argument 124 for (auto f : buffer[j]) { in DEF_TEST() local 153 for (auto f : buffer[j]) { in DEF_TEST() local 161 DEF_TEST(SkRasterPipeline_lowp, r) { in DEF_TEST() argument 189 DEF_TEST(SkRasterPipeline_lowp_clamp01, r) { in DEF_TEST() argument
|
D | FlattenableFactoryToName.cpp | 13 static void test_flattenable(skiatest::Reporter* r, in test_flattenable() 14 const SkFlattenable* f, in test_flattenable() 27 DEF_TEST(FlattenableFactoryToName, r) { in DEF_TEST() argument
|
/external/skqp/fuzz/ |
D | FuzzCommon.cpp | 12 static void fuzz_nice_float(Fuzz* fuzz, float* f) { in fuzz_nice_float() 20 static void fuzz_nice_float(Fuzz* fuzz, float* f, Args... rest) { in fuzz_nice_float() 25 static void fuzz_nice_rect(Fuzz* fuzz, SkRect* r) { in fuzz_nice_rect() 54 SkRect r; in FuzzNicePath() local 57 SkScalar a, b, c, d, e, f; in FuzzNicePath() local 234 SkScalar a,b,c,d,e,f; in FuzzEvilPath() local 274 SkRect r; in FuzzNiceRRect() local 328 SkIRect r; in FuzzNiceRegion() local
|
/external/skia/fuzz/ |
D | FuzzCommon.cpp | 12 static void fuzz_nice_float(Fuzz* fuzz, float* f) { in fuzz_nice_float() 20 static void fuzz_nice_float(Fuzz* fuzz, float* f, Args... rest) { in fuzz_nice_float() 25 static void fuzz_nice_rect(Fuzz* fuzz, SkRect* r) { in fuzz_nice_rect() 54 SkRect r; in FuzzNicePath() local 57 SkScalar a, b, c, d, e, f; in FuzzNicePath() local 234 SkScalar a,b,c,d,e,f; in FuzzEvilPath() local 274 SkRect r; in FuzzNiceRRect() local 328 SkIRect r; in FuzzNiceRegion() local
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_ops_test.py | 45 def _record(self, r, f): argument 48 def _text_line(self, r, f): argument 51 def _fixed_length_record(self, r, f): argument 202 record_fn = lambda r, f: (self._record(r, f), self._text_line(r, f)) argument
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 888 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, in get_fname() 1039 int f; in make_freq_table() local 1291 int f; in show_ops() local 1445 void allocsp_f(int opno, long r) in allocsp_f() 1448 pathname_t f; in allocsp_f() local 1496 void attr_remove_f(int opno, long r) in attr_remove_f() 1505 pathname_t f; in attr_remove_f() local 1565 void attr_set_f(int opno, long r) in attr_set_f() 1570 pathname_t f; in attr_set_f() local 1596 void bulkstat_f(int opno, long r) in bulkstat_f() [all …]
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 861 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, in get_fname() 1012 int f; in make_freq_table() local 1266 int f; in show_ops() local 1420 void allocsp_f(int opno, long r) in allocsp_f() 1423 pathname_t f; in allocsp_f() local 1471 void attr_remove_f(int opno, long r) in attr_remove_f() 1480 pathname_t f; in attr_remove_f() local 1540 void attr_set_f(int opno, long r) in attr_set_f() 1545 pathname_t f; in attr_set_f() local 1571 void bulkstat_f(int opno, long r) in bulkstat_f() [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-3.cpp | 8 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 124 void __attribute__((ms_abi)) f(int n, ...) { in f() function [all …]
|
/external/openssh/ |
D | sshbuf-misc.c | 39 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 144 char *r; in sshbuf_dup_string() local
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 159 static bool upb_validate_field(upb_fielddef *f, upb_status *s) { in upb_validate_field() 266 uint32_t field_rank(const upb_fielddef *f) { in field_rank() 306 upb_fielddef *f = upb_msg_iter_field(&j); in assign_msg_indices() local 322 upb_fielddef *f = fields[i]; in assign_msg_indices() local 346 upb_fielddef *f = upb_msg_iter_field(&j); in assign_msg_indices() local 441 static void upb_enumdef_free(upb_refcounted *r) { in upb_enumdef_free() 601 static void upb_fielddef_uninit_default(upb_fielddef *f) { in upb_fielddef_uninit_default() 610 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() 612 const upb_fielddef *f = (const upb_fielddef*)r; in visitfield() local 624 static void freefield(upb_refcounted *r) { in freefield() [all …]
|
/external/boringssl/src/third_party/fiat/ |
D | curve25519.c | 92 #define assert_fe(f) \ argument 109 #define assert_fe_loose(f) \ argument 131 #define assert_fe(f) \ argument 149 #define assert_fe_loose(f) \ argument 176 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 203 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 212 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() 219 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry() 234 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() 238 static void fe_mul_llt(fe_loose *h, const fe_loose *f, const fe *g) { in fe_mul_llt() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 116 static bool upb_validate_field(upb_fielddef *f, upb_status *s) { in upb_validate_field() 223 uint32_t field_rank(const upb_fielddef *f) { in field_rank() 252 upb_fielddef *f = upb_msg_iter_field(&j); in assign_msg_indices() local 268 upb_fielddef *f = fields[i]; in assign_msg_indices() local 292 upb_fielddef *f = upb_msg_iter_field(&j); in assign_msg_indices() local 381 static void upb_enumdef_free(upb_refcounted *r) { in upb_enumdef_free() 523 static void upb_fielddef_uninit_default(upb_fielddef *f) { in upb_fielddef_uninit_default() 528 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() 530 const upb_fielddef *f = (const upb_fielddef*)r; in visitfield() local 542 static void freefield(upb_refcounted *r) { in freefield() [all …]
|
/external/python/cpython2/Demo/sockets/ |
D | ftp.py | 77 def newdataport(s, f): argument 90 def sendportcmd(s, f, port): argument 107 def getreply(f): argument 123 def getdata(r): argument
|
/external/clang/test/SemaCXX/ |
D | bool-compare.cpp | 4 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/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 30 const F& f = std::use_facet<F>(l); in main() local 37 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local 51 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local 64 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local
|
/external/curl/docs/examples/ |
D | ftpuploadresume.c | 35 int r; in getcontentlengthfunc() local 56 FILE *f = stream; in readfunc() local 71 FILE *f; in upload() local 73 CURLcode r = CURLE_GOT_NOTHING; in upload() local
|
/external/webrtc/webrtc/common_audio/ |
D | wav_file_unittest.cc | 43 FILE* f = fopen(outfile.c_str(), "ab"); in TEST() local 71 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() local 79 WavReader r(outfile); in TEST() local 127 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() local 163 WavReader r(outfile); in TEST() local
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
D | copy_assign.pass.cpp | 27 std::reference_wrapper<T> r(t); in test() local 34 void f() {} in f() function 40 std::reference_wrapper<void ()> r(f); in test_function() local
|
/external/clang/test/Sema/ |
D | warn-null.c | 8 int *r = (1 - 1); // expected-warning{{expression which evaluates to zero treated as a null pointer… variable 9 void f() { in f() function
|