/external/clang/test/Sema/ |
128bitint.c | 5 typedef int i128 __attribute__((__mode__(TI))); typedef 8 int a[((i128)-1 ^ (i128)-2) == 1 ? 1 : -1];
|
/frameworks/av/media/mtp/ |
MtpProperty.h | 36 int128_t i128; member in union:android::MtpPropertyValue::__anon38709
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ValueTypes.h | 43 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType 46 LAST_INTEGER_VALUETYPE = i128, 271 case i128: 330 return MVT::i128;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
BaseAgreementSpi.java | 47 Integer i128 = Integers.valueOf(128); external variable declarations 53 keySizes.put("BLOWFISH", i128); 56 keySizes.put(NISTObjectIdentifiers.id_aes128_ECB.getId(), i128); external variable declarations 59 keySizes.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); external variable declarations 62 keySizes.put(NISTObjectIdentifiers.id_aes128_CFB.getId(), i128); external variable declarations 65 keySizes.put(NISTObjectIdentifiers.id_aes128_OFB.getId(), i128); external variable declarations 68 keySizes.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); external variable declarations 71 keySizes.put(NISTObjectIdentifiers.id_aes128_CCM.getId(), i128); external variable declarations 74 keySizes.put(NISTObjectIdentifiers.id_aes128_GCM.getId(), i128); external variable declarations 77 keySizes.put(NTTObjectIdentifiers.id_camellia128_wrap.getId(), i128); external variable declarations 80 keySizes.put(KISAObjectIdentifiers.id_npki_app_cmsSeed_wrap.getId(), i128); external variable declarations [all...] |
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
|
is_heap_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7)); [all...] |
is_heap_until.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap_until(i128, i128+7) == i128+3);
|
is_heap_until_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
|
is_heap_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7)); [all...] |
is_heap_until.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap_until(i128, i128+7) == i128+3);
|
is_heap_until_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
|
is_heap_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7)); [all...] |
is_heap_until.pass.cpp | 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 397 assert(std::is_heap_until(i128, i128+7) == i128+3);
|
is_heap_until_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7);
|
/art/test/083-compiler-regressions/src/ |
Main.java | 1592 int i128 = 128; local [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |