Home
last modified time | relevance | path

Searched defs:j3 (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-c-arrays.cpp70 int j3[1]; variable
77 int j3[1]; member
/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.c101 int j1, j2, j3, seed = 0; in putdata3d() local
115 int j1, j2, j3, seed = 0; in errorcheck3d() local
Dfftsg3dt.f82 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
96 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
/external/llvm-project/clang/test/Sema/
Ddllexport-2.cpp26 __declspec(dllexport) CInt j3 = 3; variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DInvokeOnCloseStressTest.kt55 val j3 = async { in runStressTest() constant
/external/rust/crates/tokio/tests/
Dtask_local.rs24 let j3 = tokio::spawn(FOO.scope(true, async move { in local() localVariable
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft.cc146 int j0, j1, j2, j3, k, k1, k2, m2; in cftmdl_128_C() local
414 int j, j1, j2, j3, l; in cftbsub_128() local
445 int j, j1, j2, j3, l; in cftfsub_128() local
/external/webrtc/common_audio/third_party/ooura/fft_size_256/
Dfft4g.cc455 size_t j, j1, j2, j3, l; in cftfsub() local
503 size_t j, j1, j2, j3, l; in cftbsub() local
654 size_t j, j1, j2, j3, k, k1, k2, m, m2; in cftmdl() local
/external/clang/test/SemaCXX/
Daddress-of-temporary.cpp49 void j3() { (void)S { (A){} }; } in j3() function
/external/llvm-project/flang/test/Semantics/
Dkinds02.f9021 integer(kind=3) :: j3 variable
/external/llvm-project/clang/test/SemaCXX/
Daddress-of-temporary.cpp50 void j3() { (void)S { (A){} }; } in j3() function
/external/fft2d/src/fft2d/fft2d/
Dfft4f2d.c913 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbcol() local
1028 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbrow() local
1149 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfcol() local
1264 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfrow() local
Dfftsg.c1786 int j, j0, j1, j2, j3, k, m, mh; in cftf1st() local
1992 int j, j0, j1, j2, j3, k, m, mh; in cftb1st() local
2426 int j, j0, j1, j2, j3, k, m, mh; in cftmdl1() local
2536 int j, j0, j1, j2, j3, k, kr, m, mh; in cftmdl2() local
Dfft4f2d.f813 integer n1max, n, n2, i, j, j1, j2, j3, k, k1, ks, l, m local
926 integer n1max, n1, n, i, j, j1, j2, j3, k, k1, ks, l, m local
1045 integer n1max, n, n2, i, j, j1, j2, j3, k, k1, ks, l, m local
1158 integer n1max, n1, n, i, j, j1, j2, j3, k, k1, ks, l, m local
Dfftsg.f1599 integer n, j, j0, j1, j2, j3, k, m, mh local
1803 integer n, j, j0, j1, j2, j3, k, m, mh local
2115 integer n, j, j0, j1, j2, j3, k, m, mh local
2223 integer n, j, j0, j1, j2, j3, k, kr, m, mh local
/external/openssh/
Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
/external/openssh/openbsd-compat/
Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
/external/mesa3d/src/mesa/program/
Dprog_noise.c527 unsigned int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ in _mesa_noise4() local