HomeSort by relevance Sort by last modified time
    Searched refs:getKeyLength (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/llvm/include/llvm/Support/
StringPool.h 121 return S->getKeyData() + S->getKeyLength();
126 return S->getKeyLength();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 122 return S->getKeyData() + S->getKeyLength();
127 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 121 return S->getKeyData() + S->getKeyLength();
126 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 121 return S->getKeyData() + S->getKeyLength();
126 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
StringPool.h 123 return S->getKeyData() + S->getKeyLength();
128 return S->getKeyLength();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
PBEPBKDF2.java 172 && pbeSpec.getKeyLength() == 0
194 if (pbeSpec.getKeyLength() <= 0)
197 + pbeSpec.getKeyLength());
210 int keySize = pbeSpec.getKeyLength();
219 int keySize = pbeSpec.getKeyLength();
  /external/llvm/lib/Support/
StringMap.cpp 111 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) {
155 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) {
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
  /external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp 94 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) {
138 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) {
157 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp 112 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) {
155 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) {
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 41 size_t getKeyLength() const { return m_KeyLen; }
80 size_t getKeyLength() const { return m_KeyLen; }
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherPBEThread.java 50 PBEParameterSpec parSpec = new PBEParameterSpec(salt, getKeyLength());
CipherRSAThread.java 37 kpg.initialize(getKeyLength());

Completed in 622 milliseconds

1 2 3 4 5