HomeSort by relevance Sort by last modified time
    Searched defs:i128 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
128bitint.c 2 typedef int i128 __attribute__((__mode__(TI))); typedef
5 int a[((i128)-1 ^ (i128)-2) == 1 ? 1 : -1];
16 __int128_t Signed128 = 123456789012345678901234567890i128;
17 long long Signed64 = 123456789012345678901234567890i128; // expected-warning {{implicit conversion from '__int128' to 'long long' changes value from 123456789012345678901234567890 to -4362896299872285998}}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 41 Integer i128 = Integer.valueOf(128); typedefs
47 algorithms.put("BLOWFISH", i128);
  /frameworks/av/media/mtp/
MtpProperty.h 36 int128_t i128; member in union:android::MtpPropertyValue::__anon18128
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 62 Integer i128 = Integer.valueOf(128); typedefs
67 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); typedefs
70 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); typedefs
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 44 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
47 LAST_INTEGER_VALUETYPE = i128,
325 case i128:
388 return MVT::i128;

Completed in 427 milliseconds