/external/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/ |
D | generate_canonical.pass.cpp | 23 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/syslinux/com32/lua/src/ |
D | lbitlib.c | 38 b_uint r = ~(b_uint)0; in andaux() local 46 b_uint r = andaux(L); in b_and() local 53 b_uint r = andaux(L); in b_test() local 61 b_uint r = 0; in b_or() local 71 b_uint r = 0; in b_xor() local 80 b_uint r = ~luaL_checkunsigned(L, 1); in b_not() local 86 static int b_shift (lua_State *L, b_uint r, int i) { in b_shift() 114 b_uint r = luaL_checkunsigned(L, 1); in b_arshift() local 129 b_uint r = luaL_checkunsigned(L, 1); in b_rot() local 156 int f = luaL_checkint(L, farg); in fieldargs() local [all …]
|
/external/skia/third_party/lua/src/ |
D | lbitlib.c | 38 b_uint r = ~(b_uint)0; in andaux() local 46 b_uint r = andaux(L); in b_and() local 53 b_uint r = andaux(L); in b_test() local 61 b_uint r = 0; in b_or() local 71 b_uint r = 0; in b_xor() local 80 b_uint r = ~luaL_checkunsigned(L, 1); in b_not() local 86 static int b_shift (lua_State *L, b_uint r, int i) { in b_shift() 114 b_uint r = luaL_checkunsigned(L, 1); in b_arshift() local 129 b_uint r = luaL_checkunsigned(L, 1); in b_rot() local 155 int f = luaL_checkint(L, farg); in fieldargs() local [all …]
|
/external/fio/engines/ |
D | glusterfs.c | 36 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/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/network/nfs/nfs_fsstress/ |
D | fsstress.c | 809 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, in get_fname() 960 int f; in make_freq_table() local 1212 int f; in show_ops() local 1366 void allocsp_f(int opno, long r) in allocsp_f() 1369 pathname_t f; in allocsp_f() local 1416 void attr_remove_f(int opno, long r) in attr_remove_f() 1425 pathname_t f; in attr_remove_f() local 1485 void attr_set_f(int opno, long r) in attr_set_f() 1490 pathname_t f; in attr_set_f() local 1516 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 1264 int f; in show_ops() local 1418 void allocsp_f(int opno, long r) in allocsp_f() 1421 pathname_t f; in allocsp_f() local 1469 void attr_remove_f(int opno, long r) in attr_remove_f() 1478 pathname_t f; in attr_remove_f() local 1538 void attr_set_f(int opno, long r) in attr_set_f() 1543 pathname_t f; in attr_set_f() local 1569 void bulkstat_f(int opno, long r) in bulkstat_f() [all …]
|
/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/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/fio/ |
D | filesetup.c | 36 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 …]
|
D | io_u.c | 28 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 …]
|
D | ioengines.c | 225 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/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/libyuv/files/unit_test/ |
D | color_test.cc | 144 static void YUVToRGB(int y, int u, int v, int* r, int* g, int* b) { in YUVToRGB() 167 static void YUVJToRGB(int y, int u, int v, int* r, int* g, int* b) { in YUVJToRGB() 190 static void YToRGB(int y, int* r, int* g, int* b) { in YToRGB() 207 static void YJToRGB(int y, int* r, int* g, int* b) { in YJToRGB() 231 #define ROUND(f) static_cast<int>(f + 0.5f) argument 237 static int RoundToByte(float f) { in RoundToByte() 305 static int RoundToByte(float f) { in RoundToByte() 309 static int RoundToByte(float f) { in RoundToByte() 314 static int RoundToByte(float f) { in RoundToByte() 327 float f = (fastrand() & 255) * 3.14f - 260.f; in TEST_F() local [all …]
|
/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/openssh/ |
D | authfile.c | 81 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 411 int r = SSH_ERR_INTERNAL_ERROR; in sshkey_load_cert() local [all …]
|
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
|
/external/boringssl/src/crypto/bn/ |
D | shift.c | 66 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 192 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1()
|
/external/curl/docs/examples/ |
D | ftpuploadresume.c | 47 int r; in getcontentlengthfunc() local 68 FILE *f = stream; in readfunc() local 83 FILE *f; in upload() local 85 CURLcode r = CURLE_GOT_NOTHING; in upload() local
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 17 static void set2x3(SkMatrix* m, float a, float b, float c, float d, float e, float f) { in set2x3() 48 float f = (float)d; in huge() local 236 SkRect r; in do_fuzz() local 251 SkRect r; in do_fuzz() local 286 SkRect r; in do_fuzz() local
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 29 const F& f = std::use_facet<F>(l); in main() local 36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local 50 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local 63 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() local
|
/external/skia/tests/ |
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/syslinux/lzo/src/ |
D | lzo_str.c | 44 #define LZOLIB_PUBLIC(r,f) LZO_PUBLIC(r) f argument 46 #define __LZOLIB_FUNCNAME(f) f argument
|
/external/vulkan-validation-layers/demos/ |
D | linmath.h | 33 static inline void vec3_add(vec3 r, vec3 const a, vec3 const b) { in vec3_add() 38 static inline void vec3_sub(vec3 r, vec3 const a, vec3 const b) { in vec3_sub() 43 static inline void vec3_scale(vec3 r, vec3 const v, float const s) { in vec3_scale() 55 static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) { in vec3_mul_cross() 63 static inline void vec3_norm(vec3 r, vec3 const v) { in vec3_norm() 67 static inline void vec3_reflect(vec3 r, vec3 const v, vec3 const n) { in vec3_reflect() 75 static inline void vec4_add(vec4 r, vec4 const a, vec4 const b) { in vec4_add() 80 static inline void vec4_sub(vec4 r, vec4 const a, vec4 const b) { in vec4_sub() 85 static inline void vec4_scale(vec4 r, vec4 v, float s) { in vec4_scale() 97 static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) { in vec4_mul_cross() [all …]
|
/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
|