/external/llvm-project/flang/test/Semantics/ |
D | structconst04.f90 | 47 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine 48 real, target :: local1 49 type(t1) :: x1 50 type(t2) :: x2 51 type(t3) :: x3 52 type(t4) :: x4 53 real, intent(in), target :: dummy1 54 real, intent(inout), target :: dummy2 55 real, pointer :: dummy3 56 real, intent(inout), target :: dummy4[*] [all …]
|
D | structconst03.f90 | 52 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine 53 real, target :: local1 54 type(t1(0)) :: x1 55 type(t2(0)) :: x2 56 type(t3(0)) :: x3 57 type(t4(0)) :: x4 58 real, intent(in), target :: dummy1 59 real, intent(inout), target :: dummy2 60 real, pointer :: dummy3 61 real, intent(inout), target :: dummy4[*] [all …]
|
/external/python/cpython2/Parser/ |
D | parsetok.c | 73 char *ps1, char *ps2, perrdetail *err_ret) in PyParser_ParseFile() 81 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags() 89 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx()
|
/external/python/cpython3/Parser/ |
D | parsetok.c | 146 const char *ps1, const char *ps2, in PyParser_ParseFile() 156 const char *ps1, const char *ps2, in PyParser_ParseFileFlags() 167 const char *ps1, const char *ps2, in PyParser_ParseFileObject() 194 const char *ps1, const char *ps2, in PyParser_ParseFileFlagsEx()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
D | swap.pass.cpp | 32 fs::path::string_type ps1 = p1.native(); in main() local
|
/external/llvm-project/clang/test/PCH/ |
D | namespaces.cpp | 42 used_cls* ps1 = &s1; variable
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 42 used_cls* ps1 = &s1; variable
|
/external/python/cpython3/Parser/pegen/ |
D | peg_api.c | 46 const char *enc, const char *ps1, const char* ps2, in PyPegen_ASTFromFileObject()
|
/external/strace/tests-mx32/ |
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local
|
D | read-write.c | 122 size_t ps1 = get_page_size() - 1; in test_dump() local
|
/external/strace/tests-m32/ |
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local
|
D | read-write.c | 122 size_t ps1 = get_page_size() - 1; in test_dump() local
|
/external/strace/tests/ |
D | pread64-pwrite64.c | 87 size_t ps1 = get_page_size() - 1; in test_dump() local
|
D | read-write.c | 122 size_t ps1 = get_page_size() - 1; in test_dump() local
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 48 signed char ps1, qs1; in vp8_filter() local 143 signed char ps1 = (signed char)*op1 ^ 0x80; in vp8_mbfilter() local
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_filters_dspr2.h | 29 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2() 194 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.h | 27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2() 192 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2()
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_data_codegen.cpp | 637 S2 *ps1; in test_present_modifier() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 59 __m128i ps1, qs1, ps0, qs0; in vpx_highbd_lpf_horizontal_16_sse2() local 516 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local 757 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_4_sse2() local
|
D | loopfilter_sse2.c | 1059 const __m128i ps1 = in vpx_lpf_horizontal_8_sse2() local 1301 const __m128i ps1 = in vpx_lpf_horizontal_8_dual_sse2() local 1470 const __m128i ps1 = in vpx_lpf_horizontal_4_dual_sse2() local
|
D | loopfilter_avx2.c | 467 __m128i ps1 = _mm_xor_si128(p1, t80); in vpx_lpf_horizontal_16_dual_avx2() local
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 186 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local 1443 int start, const char *ps1, in PyParser_ASTFromFileObject() 1475 int start, const char *ps1, in PyParser_ASTFromFile()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 475 PartialTensorShape ps1; in TEST_F() local 554 PartialTensorShape ps1; in TEST_F() local
|
/external/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 1968 uint8_t buf[LWS_PRE + 1024], *pp, *ps = &buf[LWS_PRE + 512], *ps1 = NULL; in lws_callback_raw_sshd() local
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | vp8_loopfilter_filters_dspr2.c | 131 static __inline void vp8_filter_mips(uint32_t mask, uint32_t hev, uint32_t *ps1, in vp8_filter_mips() 1210 uint32_t *ps2, uint32_t *ps1, in vp8_mbfilter_mips()
|