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

1 2

  /external/compiler-rt/test/profile/Inputs/
instrprof-merge-match.c 19 extern uint64_t libEntry(char *Buffer, uint64_t MaxSize);
22 const uint64_t MaxSize = 10000;
23 static char Buffer[MaxSize];
26 if (Size > MaxSize)
40 memset(Buffer, 0, MaxSize);
43 Size = libEntry(Buffer, MaxSize);
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 27 const uint64_t MaxSize = 10000;
28 static char Buffer[MaxSize];
31 if (Size > MaxSize)
instrprof-merge.c 40 const uint64_t MaxSize = 10000;
41 static char Buffer[MaxSize];
44 if (Size > MaxSize)
  /system/chre/util/tests/
heap_test.cc 27 const size_t MaxSize = 1000;
28 std::array<int, MaxSize> array;
29 std::array<int, MaxSize> array_sorted;
31 for (size_t i = 0; i < MaxSize; ++i) {
37 for (size_t s = 1; s < MaxSize + 1; ++s) {
67 const size_t MaxSize = 1000;
68 std::array<int, MaxSize> array;
69 std::array<int, MaxSize> array_sorted;
71 for (size_t i = 0; i < MaxSize; ++i) {
76 for (size_t s = 1; s < MaxSize + 1; ++s)
    [all...]
  /external/mesa3d/src/egl/main/
eglarray.h 46 EGLint MaxSize;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATABlockIo.c 335 UINT64 MaxSize;
379 MaxSize = *(UINT64*)(CardData->IndentifyDeviceData.MaximumLBA);
380 MaxSize = MultU64x32 (MaxSize, 512);
383 CardData->BlockNumber = DivU64x32Remainder (MaxSize, CardData->BlockIoMedia.BlockSize, &Remainder);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/VariableInfo/
VariableInfo.c 94 UINTN MaxSize;
118 MaxSize = 0;
123 if (Size > MaxSize) {
124 MaxSize = Size;
125 RealCommSize = MaxSize;
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 113 UINTN MaxSize;
115 MaxSize = 0x500000;
116 *VramSize = MaxSize;
119 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES((MaxSize)), VramBaseAddress);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
VarCheck.h 63 UINTN MaxSize;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DiskCache.c 118 UINT64 MaxSize;
132 MaxSize = DiskCache->LimitAddress - EntryPos;
133 if (MaxSize < RealSize) {
135 RealSize = (UINTN) MaxSize;
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 68 MaxSize = MatrixType::MaxRowsAtCompileTime,
69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1
270 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
  /external/giflib/
quantize.c 201 int MaxSize;
208 MaxSize = -1;
211 if ((((int)NewColorSubdiv[i].RGBWidth[j]) > MaxSize) &&
213 MaxSize = NewColorSubdiv[i].RGBWidth[j];
220 if (MaxSize == -1)
  /external/llvm/lib/TableGen/
SetTheory.cpp 153 unsigned MaxSize = 0;
156 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
159 for (unsigned n = 0; n != MaxSize; ++n)
  /external/swiftshader/third_party/subzero/src/
IceThreading.h 35 /// The MaxSize ctor arg controls the maximum size the queue can grow to
58 BoundedProducerConsumerQueue(bool Sequential, size_t MaxSize = MaxStaticSize)
59 : MaxSize(std::min(MaxSize, MaxStaticSize)), Sequential(Sequential) {}
65 Shrunk.wait(L, [this] { return size() < MaxSize || Sequential; });
127 /// MaxSize and Sequential are read by all and written by none.
128 const size_t MaxSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 114 int MaxSize = 100;
  /bionic/libc/malloc_debug/
PointerData.h 94 static size_t MaxSize() { return (1U << 31) - 1; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.c 125 @param[out] MaxSize On return it holds the MAX size of buffer.
133 OUT UINTN *MaxSize
143 *MaxSize = (UINTN)CurrentTableList->Table + CurrentTableList->Table->Length - (UINTN)Buffer;
565 UINTN MaxSize;
567 MaxSize = 0;
576 Status = SdtGetMaxAmlBufferSize (Buffer, &MaxSize);
581 return SdtOpenEx (Buffer, MaxSize, Handle);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Pcd.c 424 UINTN MaxSize;
447 return GetPtrTypeSize (TokenNumber, &MaxSize, PeiPcdDb);
    [all...]

Completed in 2140 milliseconds

1 2