/external/clang/test/CodeGen/ |
D | PR8880.c | 3 void pr8880_cg_1(int *iptr) { in pr8880_cg_1() 33 void pr8880_cg_2(int *iptr) { in pr8880_cg_2() 63 void pr8880_cg_3(int *iptr) { in pr8880_cg_3() 94 void pr8880_cg_4(int *iptr) { in pr8880_cg_4() 125 void pr8880_cg_5(int x, int *iptr) { in pr8880_cg_5() 150 void pr8880_cg_6(int x, int *iptr) { in pr8880_cg_6()
|
/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test() 25 void test2(int *iptr, double *dptr, int diff) { in test2()
|
/external/clang/test/Sema/ |
D | attr-malloc.c | 14 typedef int * iptr; typedef
|
D | nullability.c | 93 int * _Nonnull iptr; in printing_nullability() local
|
/external/fdlibm/ |
D | s_modf.c | 33 double ieee_modf(double x, double *iptr) in ieee_modf()
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 65 int *iptr; in set_option_int() local 135 int *iptr; in set_option_auo() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 320 int32_t *iptr = (int32_t *)dst; in llvmpipe_get_query_result_resource() local 336 int64_t *iptr = (int64_t *)dst; in llvmpipe_get_query_result_resource() local
|
/external/ltp/lib/ |
D | self_exec.c | 76 int *iptr, i, j; in maybe_run_child() local
|
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 393 ImageInfo *iptr = in dump_bmpblock() local
|
/external/clang/test/SemaCXX/ |
D | warn-bad-memaccess.cpp | 115 int i, *iptr; in test_nowarn() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 407 uint8_t *iptr = img; in fill_col_to_arr() local 416 uint8_t *iptr = img; in fill_arr_to_col() local 697 uint16_t *iptr = img; in highbd_fill_col_to_arr() local 707 uint16_t *iptr = img; in highbd_fill_arr_to_col() local
|
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 992 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf16() local 1040 PCRE2_SPTR8 iptr = input; in copy_char8_to_char16() local 1064 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf32() local 1100 PCRE2_SPTR8 iptr = input; in copy_char8_to_char32() local
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 608 uint8_t *iptr = img; in fill_col_to_arr() local 617 uint8_t *iptr = img; in fill_arr_to_col() local 627 double *iptr = img; in fill_col_to_arr_double_prec() local 637 double *iptr = img; in fill_arr_to_col_double_prec() local 1001 uint16_t *iptr = img; in highbd_fill_col_to_arr() local 1011 uint16_t *iptr = img; in highbd_fill_arr_to_col() local
|
/external/speex/libspeexdsp/ |
D | fftwrap.c | 260 float *iptr = t->in; in spx_fft() local 278 float *iptr = t->in; in spx_ifft() local
|
D | resample.c | 349 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_single() local 407 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_double() local 454 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_interpolate_single() local 517 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_interpolate_double() local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 180 int* iptr = &i; variable
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 284 Index iptr = istart + nsupc; in solveInPlace() local
|
/external/curl/tests/server/ |
D | util.c | 81 char *iptr = data; in data_to_hex() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | inode.c | 594 struct ext2_inode_large *iptr = (struct ext2_inode_large *)inode; in ext2fs_get_next_inode_full() local 756 struct ext2_inode_large *iptr; in ext2fs_read_inode2() local
|
/external/dtc/ |
D | fdtput.c | 110 fdt32_t *iptr = (fdt32_t *)ptr; in encode_value() local
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 161 struct ext2_inode *iptr = (struct ext2_inode *) &inode; in check_root() local
|
/external/openssh/openbsd-compat/ |
D | bsd-snprintf.c | 665 static double my_modf(double x0, double *iptr) in my_modf()
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 343 #define ASN1_ITEM_ptr(iptr) (iptr) argument 346 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
|
/external/curl/lib/ |
D | urlapi.c | 189 const unsigned char *iptr; in strcpy_url() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | non_max_suppression_op.cu.cc | 273 auto iptr = reinterpret_cast<std::uintptr_t>(d_sorted_boxes_float_ptr); in NmsGpu() local
|