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

1 2 34 5 6

  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 247 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices.
274 // Swap operands S1 and S2.
275 MachineOperand Op1 = MI->getOperand(S1);
277 ChangeOpInto(MI->getOperand(S1), Op2);
  /external/llvm/include/llvm/IR/
InstrTypes.h 142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
161 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
169 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
691 unsigned short predicate, Value *S1,
699 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
    [all...]
Instructions.h     [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 87 struct __declspec(frobble) S1 {}; /* expected-warning {{unknown __declspec attribute 'frobble' ignored}} */
cxx0x-ambig.cpp 46 struct S1 {
  /external/llvm/utils/TableGen/
SetTheory.cpp 50 // (and S1, S2) Set intersection.
56 RecSet S1, S2;
57 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
59 for (RecSet::iterator I = S1.begin(), E = S1.end(); I != E; ++I)
148 // (interleave S1, S2, ...) Interleave elements of the arguments.
  /external/clang/test/SemaCXX/
destructor.cpp 125 struct S1 { // expected-warning {{has virtual functions but non-virtual destructor}}
134 struct S3 : public S1 { // expected-warning {{has virtual functions but non-virtual destructor}}
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 61 SrcML = MachineLocation(Mips::S1);
108 // Registers RA, S0,S1 are the callee saved registers and they
133 // Registers RA,S0,S1 are the callee saved registers and they will be restored
174 MF.getRegInfo().setPhysRegUsed(Mips::S1);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 357 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 357 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 357 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 357 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 303 private final int[] S0, S1, S2, S3; // the s-boxes
313 S1 = new int[SBOX_SK];
396 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff])
442 System.arraycopy(KS1, 0, S1, 0, SBOX_SK);
500 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
501 processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2);
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 280 #define S1 skey->twofish.S[0]
287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)])
288 #define g1_func(x, dum) (S2[byte(x,0)] ^ S3[byte(x,1)] ^ S4[byte(x,2)] ^ S1[byte(x,3)])
481 ulong32 *S1, *S2, *S3, *S4;
489 S1 = skey->twofish.S[0];
554 ulong32 *S1, *S2, *S3, *S4;
562 S1 = skey->twofish.S[0];
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlowFish.java 173 private final int[] S0, S1, S2, S3; // the s-boxes
183 S1 = new int[SBOX_SK];
243 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff]) ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]);
284 System.arraycopy(KS1, 0, S1, 0, SBOX_SK);
336 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
337 processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 57 const SCEV *S1 = SE.getSCEV(V1);
61 const SCEV *P1 = SE.getAddExpr(S1, S1);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 13 struct s1 { struct
17 constexpr int s1::mi2 = 0;
36 constexpr struct S1 {}; // expected-error {{struct cannot be marked constexpr}}
p4.cpp 95 typedef struct { } S1; // expected-error {{types cannot be defined in a constexpr constructor}}
  /external/clang/test/CodeGenCXX/
mangle.cpp 56 template <typename T> struct S1 {};
59 void f(S1<int>) {}
62 void f(S1<double>) {}
94 template<typename T, typename U = S1<T> > struct S4 { };
  /bionic/libc/arch-mips/bionic/
_setjmp.S 70 REG_S s1, SC_REGS+S1*REGSZ(a0)
133 REG_L s1, SC_REGS+S1*REGSZ(a0)
  /external/llvm/unittests/IR/
InstructionsTest.cpp 181 Value *S1 = BTC1->stripPointerCasts();
186 EXPECT_NE(S1, Gep1);
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 765 StringRef S1, S2;
766 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
771 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
776 size_t I = S1.find_first_of(S2);
819 StringRef S1, S2;
820 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
825 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
830 size_t Pos = S1.find_first_not_of(S2);
831 if (Pos == StringRef::npos) Pos = S1.size();
848 StringRef S1, S2
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 378 #define F(x) ((S1[byte(x,3)] + S2[byte(x,2)]) ^ S3[byte(x,1)]) + S4[byte(x,0)]
399 ulong32 *S1, *S2, *S3, *S4;
407 S1 = skey->blowfish.S[0];
461 ulong32 *S1, *S2, *S3, *S4;
469 S1 = skey->blowfish.S[0];

Completed in 535 milliseconds

1 2 34 5 6