HomeSort by relevance Sort by last modified time
    Searched refs:S1 (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/srtp/crypto/hash/
sha1.c 56 #define S1(X) ((X << 1) | (X >> 31))
134 TEMP = W[13] ^ W[8] ^ W[2] ^ W[0]; W[16] = S1(TEMP);
135 TEMP = W[14] ^ W[9] ^ W[3] ^ W[1]; W[17] = S1(TEMP);
136 TEMP = W[15] ^ W[10] ^ W[4] ^ W[2]; W[18] = S1(TEMP);
137 TEMP = W[16] ^ W[11] ^ W[5] ^ W[3]; W[19] = S1(TEMP);
138 TEMP = W[17] ^ W[12] ^ W[6] ^ W[4]; W[20] = S1(TEMP);
139 TEMP = W[18] ^ W[13] ^ W[7] ^ W[5]; W[21] = S1(TEMP);
140 TEMP = W[19] ^ W[14] ^ W[8] ^ W[6]; W[22] = S1(TEMP);
141 TEMP = W[20] ^ W[15] ^ W[9] ^ W[7]; W[23] = S1(TEMP);
142 TEMP = W[21] ^ W[16] ^ W[10] ^ W[8]; W[24] = S1(TEMP)
    [all...]
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 150 static const size_type S1 = ((inline_elements < 0)
152 static const size_type S2 = (S1 <= 0) ? 1 : S1;
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 109 class S1 extends State {
112 log("S1.exit");
135 private S1 mS1 = new S1();
212 class S1 extends State {
215 log("S1.exit");
238 private S1 mS1 = new S1();
304 class S1 extends State {
310 log("S1.enter")
    [all...]
  /external/clang/test/SemaCXX/
ms-interface.cpp 68 struct S1 : I6<S> {
warn-reorder-ctor-initialization.cpp 10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
11 s1(1),
16 int s1; member in class:complex
90 struct S1 { };
91 struct S2: virtual S1 { };
empty-class-layout.cpp 40 struct S1 : virtual Derived<10> {
43 SA(6, sizeof(S1) == 24);
new-delete.cpp 280 struct S1 {
293 void test(S1* s1, S2* s2) {
294 delete s1;
296 (void)new S1();
297 (void)new (0L) S1(); // expected-error {{is a private member}}
warn-overloaded-virtual.cpp 8 struct S1 : public B1 {
  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 29 bool operator()(const SUnit *S1, const SUnit *S2) {
30 return S1->getDepth() > S2->getDepth();
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 51 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 197 struct S1 { int a; int b; };
198 MPI_Datatype my_s1_datatype __attribute__(( type_tag_for_datatype(mpi,struct S1) ));
200 // Layout-compatible to S1, but should be treated as a different type.
209 struct S1 *s1_buf,
217 MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't match specified 'mpi' type tag that requires 'struct S2 *'}}
219 MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'struct S1 *'}}
220 MPI_Send(s1_buf, 1, MPI_INT); // expected-warning {{argument type 'struct S1 *' doesn't match specified 'mpi' type tag that requires 'int *'}}
242 struct S3 { int a; long b; double c; double d; struct S1 s1; }; member in struct:S3
252 union U1 { int a; long b; double c; double d; struct S1 s1; } member in union:U1
257 union U2 { int a; long b; double c; struct S1 s1; }; member in union:U2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 489 ;// $S1 - The number of bits to look up for each subsequent
490 ;// step 1<=$S1<=$S0.
506 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
508 ASSERT (1<=$S1):LAND:($S1<=$S0)
526 IF (2*$S0-$S1<=8)
527 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
528 SUBS $BitCount, $BitCount, #8+($S0-$S1)
530 ;// Separate refill check and -S0+S1 offset
532 SUB $BitCount, $BitCount, #($S0-$S1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 489 ;// $S1 - The number of bits to look up for each subsequent
490 ;// step 1<=$S1<=$S0.
506 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
508 ASSERT (1<=$S1):LAND:($S1<=$S0)
526 IF (2*$S0-$S1<=8)
527 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
528 SUBS $BitCount, $BitCount, #8+($S0-$S1)
530 ;// Separate refill check and -S0+S1 offset
532 SUB $BitCount, $BitCount, #($S0-$S1)
    [all...]
  /external/openfst/src/test/
algo_test.h 457 VectorFst<Arc> S1(T1);
464 ArcSort(&S1, ocomp);
470 ComposeFst<Arc> C1(S1, S2);
474 ComposeFst<Arc> C4(S1, C3);
482 ComposeFst<Arc> C1(S1, U1);
484 ComposeFst<Arc> C2(S1, S2);
485 ComposeFst<Arc> C3(S1, S3);
493 UnionFst<Arc> U1(S1, S2);
496 ComposeFst<Arc> C2(S1, S3);
503 VectorFst<Arc> A1(S1);
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 55 var S1 = "[\\n\\r\\t ]";
57 var PI_Tail = "\\?>|" + S1 + UntilQMs + "([^>?]" + UntilQMs + ")*>";
88 var rePatterns = new Array(AttValSE, CDATA_CE, CDATA_RE, CDATA_SPE, CGRef_APE, CommentCE, CommentRE, CommentSPE, DT_IdentSE, DT_ItemSE, DeclCE, DocTypeCE, DocTypeSPE, ElemTagCE, ElemTagRE, ElemTagSE, ElemTagSPE, EndTagCE, EndTagRE, EndTagSPE, EntityValue_PE, Erroneous_PI_SE, HexPart, MarkupDeclCE, MarkupSPE, Name, NameChar, NameStrt, NumPart, PERef_APE, PI_CE, PI_RE, PI_SPE, PI_Tail, QuoteSE, S, S1, TextSE, Text_PE, Until2Hyphens, UntilHyphen, UntilQMs, UntilRSBs, XML_SPE);
  /bionic/libc/arch-mips/include/machine/
regnum.h 53 #define S1 17
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 53 #define S1 17
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 107 typedef struct { } S1; // expected-error {{types cannot be defined in a constexpr function}}
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 147 struct S1 {
148 constexpr S1() {}
151 int k1 = sizeof(short{S1(S1())});
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 53 #define S1 17
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 53 #define S1 17
  /external/emma/lib/internal/
stamptool.jar 
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 77 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /external/skia/bench/
ScalarBench.cpp 171 static SkBenchmark* S1(void* p) { return new ForcedIntComparisonBench(p); }
176 static BenchRegistry gReg1(S1);
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
379 E = W * h; S1 += E; \
408 if (S1 > L_max) { L_max = S1; Nc = lambda + 1; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
545 E = W * h; S1 += E; \
574 if (S1 > L_max) { L_max = S1; Nc = lambda + 1; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
759 E = W * h; S1 += E;
    [all...]

Completed in 714 milliseconds

1 23 4 5 6