HomeSort by relevance Sort by last modified time
    Searched defs:NumEntries (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfoLoader.cpp 45 unsigned NumEntries;
46 if (fread(&NumEntries, sizeof(unsigned), 1, F) != 1) {
51 NumEntries = ByteSwap(NumEntries, ShouldByteSwap);
54 std::vector<unsigned> TempSpace(NumEntries);
57 if (fread(&TempSpace[0], sizeof(unsigned)*NumEntries, 1, F) != 1) {
65 if (Data.size() < NumEntries)
66 Data.resize(NumEntries, ProfileInfoLoader::Uncounted);
70 for (unsigned i = 0; i != NumEntries; ++i) {
74 for (unsigned i = 0; i != NumEntries; ++i)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LockBoxLib/
LockBoxLib.c 45 UINTN NumEntries;
55 NumEntries = ((PcdGet32 (PcdOvmfLockBoxStorageSize) - sizeof (LOCK_BOX_GLOBAL)) /
57 EndOfEntries = StartOfEntries + NumEntries;
  /external/clang/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /external/icu/icu4c/source/common/
ucmndata.h 97 NumEntriesFn NumEntries;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
HeaderMapTypes.h 34 uint32_t NumEntries; // Number of entries in the string table.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
Esrt.h 46 UINT32 NumEntries;
  /art/runtime/
imt_conflict_table.h 49 const size_t count = other->NumEntries(pointer_size);
94 size_t num = NumEntries(pointer_size);
95 if (num != other->NumEntries(pointer_size)) {
150 size_t NumEntries(PointerSize pointer_size) const {
161 return ComputeSize(NumEntries(pointer_size), pointer_size);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 65 UINT8 NumEntries;
71 UINT8 NumEntries;
  /external/giflib/
quantize.c 36 unsigned int NumEntries; /* # of QuantizedColorType in linked list below */
103 NewColorSubdiv[i].Count = NewColorSubdiv[i].NumEntries = 0;
124 NewColorSubdiv[0].NumEntries = NumOfEntries; /* Different sampled colors */
142 if ((j = NewColorSubdiv[i].NumEntries) > 0) {
202 unsigned int i, j, Index = 0, NumEntries, MinColor, MaxColor;
212 (NewColorSubdiv[i].NumEntries > 1)) {
229 NewColorSubdiv[Index].NumEntries);
233 j < NewColorSubdiv[Index].NumEntries && QuantizedColor != NULL;
248 qsort(SortArray, NewColorSubdiv[Index].NumEntries,
252 for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 82 UINTN NumEntries;
115 NumEntries = GptHeader->NumberOfPartitionEntries;
120 ASSERT (NumEntries != 0);
122 BufferSize = ALIGN_VALUE (EntrySize * NumEntries, BlockIo->Media->BlockSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiFlashMap.h 75 UINT32 NumEntries;
102 UINT32 NumEntries;
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c     [all...]

Completed in 440 milliseconds

1 2 3 4