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

1 2 3

  /external/clang/test/CodeGen/
mips-byval-arg.c 6 } S0;
8 extern void foo2(S0);
13 void foo1(S0 a0) {
mips64-padding-arg.c 8 } S0;
10 // Insert padding to ensure arguments of type S0 are aligned to 16-byte boundaries.
16 extern void foo2(int, int, int, S0, S0, int, S0);
18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) {
36 // N64-LABEL: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
37 // N64: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
apply_sine_window_FLP.c 46 silk_float freq, c, S0, S1;
61 S0 = 0.0f;
66 S0 = 1.0f;
74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 );
76 S0 = c * S1 - S0;
77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 );
78 px_win[ k + 3 ] = px[ k + 3 ] * S0;
79 S1 = c * S0 - S1;
  /external/libopus/silk/float/
apply_sine_window_FLP.c 46 silk_float freq, c, S0, S1;
61 S0 = 0.0f;
66 S0 = 1.0f;
74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 );
76 S0 = c * S1 - S0;
77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 );
78 px_win[ k + 3 ] = px[ k + 3 ] * S0;
79 S1 = c * S0 - S1;
  /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 {
alignof.cpp 5 struct S0 {
8 static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
50 static const int test1 = __alignof__(S0::x);
  /ndk/tests/device/test-stlport_shared-exception/jni/
vtable2.cpp 9 struct S0
11 virtual void s0 ();
14 struct S1 : virtual public S0
22 virtual void s0 ();
35 void S0::s0 () function in class:S0
47 void S2::s0 () function in class:S2
61 S0 primary vtable
63 S0 offset to top
64 S0 RTT
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
vtable2.cpp 9 struct S0
11 virtual void s0 ();
14 struct S1 : virtual public S0
22 virtual void s0 ();
35 void S0::s0 () function in class:S0
47 void S2::s0 () function in class:S2
61 S0 primary vtable
63 S0 offset to top
64 S0 RTT
    [all...]
  /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/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/lzma/C/
Sha256.c 25 #define S0(x) (rotrFixed(x, 2) ^ rotrFixed(x,13) ^ rotrFixed(x, 22))
27 #define s0(x) (rotrFixed(x, 7) ^ rotrFixed(x,18) ^ (x >> 3)) macro
31 #define blk2(i) (W[i&15] += s1(W[(i-2)&15]) + W[(i-7)&15] + s0(W[(i-15)&15]))
49 d += h; h += S0(a) + Maj(a, b, c)
64 d(i) += h(i); h(i) += S0(a(i)) + Maj(a(i), b(i), c(i))
142 #undef S0
144 #undef s0 macro
  /art/runtime/arch/arm/
registers_arm.h 57 S0 = 0,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 304 private final int[] S0, S1, S2, S3; // the s-boxes
313 S0 = new int[SBOX_SK];
397 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff])
442 System.arraycopy(KS0, 0, S0, 0, SBOX_SK);
500 processTable(P[P_SZ - 2], P[P_SZ - 1], S0);
501 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...]
  /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...]
  /art/runtime/arch/mips/
registers_mips.h 46 S0 = 16, // Saved values.
  /bionic/libc/arch-mips/include/machine/
regnum.h 52 #define S0 16
  /bionic/libc/arch-mips64/include/machine/
regnum.h 52 #define S0 16
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 52 #define S0 16
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 52 #define S0 16
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 52 #define S0 16

Completed in 2548 milliseconds

1 2 3