HomeSort by relevance Sort by last modified time
    Searched refs:KeyStart (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSet.h 30 const char *KeyStart = InLang.data();
31 const char *KeyEnd = KeyStart + InLang.size();
33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
StringMap.h 148 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
169 memcpy(StrBuffer, KeyStart, KeyLength);
178 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
180 return Create(KeyStart, KeyEnd, Allocator, 0);
186 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
189 return Create(KeyStart, KeyEnd, A, InitVal);
192 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) {
193 return Create(KeyStart, KeyEnd, ValueTy());
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBda.c 51 Bda->KeyStart = 0x001E;
LegacyBiosInterface.h 750 UINT16 KeyStart;
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 196 uint64_t KeyStart = Out.tell();
201 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 195 uint64_t KeyStart = Out.tell();
200 assert(offset_type(DataStart - KeyStart) == Len.first &&

Completed in 580 milliseconds