HomeSort by relevance Sort by last modified time
    Searched refs:sc2 (Results 1 - 18 of 18) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afranges.h 29 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
35 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
afglobal.h 37 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
afglobal.c 45 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
51 sc1, sc2, sc3 )
86 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
afpic.c 125 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
aftypes.h 312 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
hbshim.c 89 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) h,
  /external/clang/test/Sema/
zvector.c 5 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...]
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 44 SocketConnect sc2 = new SocketConnect(second, first); local
50 sc2.join();
  /external/clang/test/CodeGen/
zvector.c 4 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/
IdentityScopeTest.java 97 IdentityScope sc2 = new IdentityScopeStub("aaa"); local
98 assertSame(is, is.getIdentity(sc2));
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 192 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/
test_refpolicy.py 70 sc2 = refpolicy.SecurityContext("user_u:object_r:foo_t")
74 self.assertEqual(sc1, sc2)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 541 SocketChannel sc2 = SocketChannel.open();
551 sc2.connect(localAddress);
553 sc2.configureBlocking(false);
554 sc2.register(selector, SelectionKey.OP_READ);
602 sc2.close();
  /external/aac/libSBRenc/src/
ps_encode.cpp 698 INT sc1, sc2; local
711 sc2 = CountLeadingBits(ICC);
712 ICC = fMult(ICC<<sc2,invNrg);
714 sc1 = ( (DFRACT_BITS-1) - sc1 - sc2 );
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_erfl.c 184 sc2 = 2.36825757341694050500333261769082182e3L, /* 0x400a2808, 0x3e0a9b42, 0x82977842, 0x9c5de29e */ variable
320 S=one+s*(sc1+s*(sc2+s*(sc3+s*(sc4+s*(sc5+s*(sc6+s*(sc7+
  /external/mdnsresponder/Clients/
dns-sd.c 214 static DNSServiceRef sc1, sc2, sc3; // DNSServiceRefs for kDNSServiceFlagsShareConnection testing variable
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); local
684 fac2 = FDKaacEnc_AutoCorrNormFac(rxx2_0, ((-2*sc2)+nsc2), &sc_fac2);
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp     [all...]

Completed in 557 milliseconds