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];
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java 42 Integer i128 = Integer.valueOf(128); typedefs
48 algorithms.put("BLOWFISH", i128);
  /frameworks/av/media/mtp/
MtpProperty.h 36 int128_t i128; member in union:android::MtpPropertyValue::__anon16773
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java 63 Integer i128 = Integer.valueOf(128); typedefs
68 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); typedefs
71 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,
285 case i128:
346 return MVT::i128;

Completed in 211 milliseconds