HomeSort by relevance Sort by last modified time
    Searched defs:S0 (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/CodeGen/
mips-byval-arg.c 6 } S0;
8 extern void foo2(S0);
13 void foo1(S0 a0) {
mips64-padding-arg.c 6 } S0;
8 // Insert padding to ensure arguments of type S0 are aligned to 16-byte boundaries.
14 extern void foo2(int, int, int, S0, S0, int, S0);
16 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) {
34 // CHECK: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
35 // CHECK: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0
    [all...]
x86_64-arguments.c 208 struct S0 { char f0[8]; char f2; char f3; char f4; };
209 void f30(struct S0 p_4) {
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 3 struct S0;
11 struct S0 { int x; };
alias-template.cpp 56 template<typename...T> struct S0 {
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 10 struct S0 {
16 F0 f0() { return S0().member_func(); }
  /external/skia/bench/
ScalarBench.cpp 100 static SkBenchmark* S0(void* p) { return new FloatComparisonBench(p); }
103 static BenchRegistry gReg0(S0);
  /external/clang/test/ASTMerge/Inputs/
struct1.c 5 struct S0 {
10 struct S0 x0;
struct2.c 2 struct S0 {
7 struct S0 x0;
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 56 const SCEV *S0 = SE.getSCEV(V0);
60 const SCEV *P0 = SE.getAddExpr(S0, S0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 303 private final int[] S0, S1, S2, S3; // the s-boxes
312 S0 = new int[SBOX_SK];
396 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff])
441 System.arraycopy(KS0, 0, S0, 0, SBOX_SK);
499 processTable(P[P_SZ - 2], P[P_SZ - 1], S0);
500 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlowFish.java 173 private final int[] S0, S1, S2, S3; // the s-boxes
182 S0 = new int[SBOX_SK];
243 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff]) ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]);
283 System.arraycopy(KS0, 0, S0, 0, SBOX_SK);
335 processTable(P[P_SZ - 2], P[P_SZ - 1], S0);
336 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
381 E = W * a; S0 += E; } else (a = lp[K])
407 if (S0 > L_max) { L_max = S0; Nc = lambda; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
547 E = W * a; S0 += E
573 if (S0 > L_max) { L_max = S0; Nc = lambda; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
761 E = W * a; S0 +=
    [all...]
  /external/llvm/unittests/VMCore/
InstructionsTest.cpp 175 Value *S0 = BTC0->stripPointerCasts();
180 EXPECT_NE(S0, Gep0);
187 "2:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 487 ;// $S0 - The number of bits to look up for the first step
488 ;// 1<=$S0<=8
490 ;// step 1<=$S1<=$S0.
506 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
507 ASSERT (1<=$S0):LAND:($S0<=8)
508 ASSERT (1<=$S1):LAND:($S1<=$S0)
513 MOVS $Symbol, #(2<<$S0)-2 ;// create mask
514 AND $Symbol, $Symbol, $T1, LSR #(31-$S0) ;// 2*(next $S0 bits
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 487 ;// $S0 - The number of bits to look up for the first step
488 ;// 1<=$S0<=8
490 ;// step 1<=$S1<=$S0.
506 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
507 ASSERT (1<=$S0):LAND:($S0<=8)
508 ASSERT (1<=$S1):LAND:($S1<=$S0)
513 MOVS $Symbol, #(2<<$S0)-2 ;// create mask
514 AND $Symbol, $Symbol, $T1, LSR #(31-$S0) ;// 2*(next $S0 bits
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 52 #define S0 16
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 52 #define S0 16
  /external/chromium/crypto/third_party/nss/
sha512.cc 154 #define S0(x) (ROTR32(x, 2) ^ ROTR32(x,13) ^ ROTR32(x,22))
156 #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3)) macro
206 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
289 h += S0(a) + Maj(a,b,c);
391 #undef s0 macro
393 #undef S0
535 #define S0(x) (ROTR64(x,28) ^ ROTR64(x,34) ^ ROTR64(x,39))
537 #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7))
723 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
728 h += S0(a) + Maj(a,b,c);
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}}
90 S0<i> s0; local
91 S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const int' ignores qualifiers}}
92 S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'volatile int' ignores qualifiers}}
93 S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int' ignores qualifiers}}
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 52 #define S0 16
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 52 #define S0 16
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1058 S0 = P_C + P_D + 1;
1064 R1 = (R0 + S0) >> 2;
1069 S0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1107 S0 = P_K + P_L + 1;
1111 R1 = (R0 + S0) >> 2;
1116 S0 >>= 1;
1123 temp |= (Q2 << 24); //[S0 R1 R0 Q1
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 43 r3, S0 = r3,
612 dtr_dr(true, ARMRegisters::S0, ARMRegisters::S0, ARMRegisters::S0);

Completed in 1817 milliseconds

1 2