Searched refs:sc2 (Results 1 - 15 of 15) sorted by relevance

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
H A Dafranges.h29 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
35 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
H A Dafglobal.h37 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
H A Dafglobal.c45 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
51 sc1, sc2, sc3 )
86 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
H A Dafpic.c125 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
H A Daftypes.h312 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
H A Dhbshim.c89 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) h,
/external/clang/test/Sema/
H A Dzvector.c5 vector signed char sc, sc2; variable
46 sc = sc2;
65 uc = sc2; // expected-error {{incompatible type}}
67 bc = sc2; // expected-error {{incompatible type}}
82 ss = sc2; // expected-error {{incompatible type}}
83 si = sc2; // expected-error {{incompatible type}}
84 sl = sc2; // expected-error {{incompatible type}}
85 fd = sc2; // expected-error {{incompatible type}}
113 uc = (vector unsigned char)sc2;
146 ul = (vector unsigned long long)sc2;
718 sc <<= sc2; local
724 uc <<= sc2; local
729 bc <<= sc2; // expected-error {{invalid operands}} local
818 sc >>= sc2; local
824 uc >>= sc2; local
829 bc >>= sc2; // expected-error {{invalid operands}} local
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c4 volatile vector signed char sc, sc2; variable
28 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2
30 sc = sc2;
65 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2
67 sc = +sc2;
102 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2
104 sc = -sc2;
123 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2
125 ++sc2;
160 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2
1742 sc <<= sc2; local
1760 uc <<= sc2; local
2044 sc >>= sc2; local
2062 uc >>= sc2; local
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java97 IdentityScope sc2 = new IdentityScopeStub("aaa");
98 assertSame(is, is.getIdentity(sc2));
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c192 USpoofChecker *sc2; local
210 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status);
212 TEST_ASSERT_NE(NULL, sc2);
216 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
220 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
224 uspoof_close(sc2);
/external/selinux/sepolgen/tests/
H A Dtest_refpolicy.py70 sc2 = refpolicy.SecurityContext("user_u:object_r:foo_t")
74 self.assertEqual(sc1, sc2)
/external/aac/libSBRenc/src/
H A Dps_encode.cpp698 INT sc1, sc2; local
711 sc2 = CountLeadingBits(ICC);
712 ICC = fMult(ICC<<sc2,invNrg);
714 sc1 = ( (DFRACT_BITS-1) - sc1 - sc2 );
/external/mdnsresponder/Clients/
H A Ddns-sd.c214 static DNSServiceRef sc1, sc2, sc3; // DNSServiceRefs for kDNSServiceFlagsShareConnection testing variable
1266 sc2 = client;
1267 err = DNSServiceBrowse(&sc2, kDNSServiceFlagsShareConnection, opinterface, "_ftp._tcp", "", browse_reply, NULL);
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); local
684 fac2 = FDKaacEnc_AutoCorrNormFac(rxx2_0, ((-2*sc2)+nsc2), &sc_fac2);
/external/opencv3/modules/core/src/
H A Dstat.cpp2950 Scalar sc1, sc2;
2959 OCL_OP_SUM_SQR : OCL_OP_SUM, _mask, _src2, relative, sc2))
2965 false, _src2, relative ? &sc2[0] : NULL))
2975 s2 += sc2[i];

Completed in 944 milliseconds