Home
last modified time | relevance | path

Searched defs:xc (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/
Dsha1.c142 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
149 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
156 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
163 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/
Dsha1.c142 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
149 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
156 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
163 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/sha/
H A Dsha1.c185 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
192 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
199 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
206 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
213 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/sha/
H A Dsha1.c185 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
192 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
199 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
206 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
213 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtensor_desc.cc496 std::string xc; in PerformReadSelector() local
676 std::string xc; in GetLinkingContextFromWriteSelector() local
697 std::string xc; in PerformWriteSelector() local
985 std::string xc, yc, zc, sc, bc; in PerformGetAddressSelector() local
1186 const std::string& xc, const std::string& yc, const std::string& zc, in GetGlobalAddressNoDeclaration()
1207 const std::string& xc, const std::string& yc, const std::string& zc, in GetPhysicalCoords()
1274 int offset, std::string* xc, in ParseCoordsFromArgs()
/aosp_15_r20/art/test/645-checker-abs-simd/src/
H A DMain.java305 char[] xc = new char[1024 * 64]; in main() local
311 expectEquals32((char) Math.abs((char) i), xc[i]); in main() local
326 expectEquals32((char) Math.abs((short) i), xc[i]); in main() local
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java57 public mySSLSession(X509Certificate[] xc) { in mySSLSession()
62 … public mySSLSession(Certificate[] xc) throws CertificateEncodingException, CertificateException { in mySSLSession()
/aosp_15_r20/external/testng/src/test/java/test/
H A DSimpleBaseTest.java62 XmlClass xc = new XmlClass(clazz.getName(), index++, true /* load classes */); in createXmlTest() local
77 XmlClass xc = new XmlClass(c, index++, true /* load classes */); in createXmlTest() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPKIX.java130 List<X509Certificate> xc = new ArrayList<> in certificates() local
255 X509Certificate xc = in getTargetSubject() local
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c287 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
561 ULong *xa, *xae, *xb, *xbe, *xc; local
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { in test_X()
H A Dmicrosoft-templ-uuidof.cpp23 const _GUID &xc = __uuidof(X<C>); variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypot.rs10 let xc: f64; in sq() localVariable
/aosp_15_r20/external/musl/src/math/
H A Dhypotl.c17 long double xh, xl, xc; in sq() local
H A Dhypot.c13 double_t xh, xl, xc; in sq() local
/aosp_15_r20/external/trusty/musl/src/math/
Dhypotl.c17 long double xh, xl, xc; in sq() local
Dhypot.c13 double_t xh, xl, xc; in sq() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp14 void test_copycon(X x, X const xc, X volatile xv) { in test_copycon()
/aosp_15_r20/art/test/665-checker-simd-zero/src/
H A DMain.java235 char[] xc = new char[total]; in main() local

123456789