HomeSort by relevance Sort by last modified time
    Searched refs:MaxSize (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /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/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);
  /external/freetype/src/tools/ftfuzzer/
ftmutator.cc 161 size_t MaxSize )
167 return fuzzer::UserSuppliedFuzzer::Mutate( Data, Size, MaxSize );
176 size_t max_blocks = MaxSize / 512;
208 MaxSize );
246 MaxSize,
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
crc.c 121 IN UINTN MaxSize,
140 return CheckCrcAltSize (MaxSize, Hdr->HeaderSize, Hdr);
148 IN UINTN MaxSize,
178 if (MaxSize && Size > MaxSize) {
179 DEBUG((D_ERROR, "CheckCrc32: Size > MaxSize\n"));
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
VarCheck.h 63 UINTN 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);
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 25 template<int Size, int MaxSize> struct product_size_category
27 enum { is_large = MaxSize == Dynamic ||
29 (Size==Dynamic && MaxSize>=EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD),
146 template<typename Scalar,int Size,int MaxSize,bool Cond> struct gemv_static_vector_if;
148 template<typename Scalar,int Size,int MaxSize>
149 struct gemv_static_vector_if<Scalar,Size,MaxSize,false>
160 template<typename Scalar,int Size,int MaxSize>
161 struct gemv_static_vector_if<Scalar,Size,MaxSize,true>
168 internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0,EIGEN_PLAIN_ENUM_MIN(AlignedMax,PacketSize)> m_data;
173 internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize)+(ForceAlignment?EIGEN_MAX_ALIGN_BYTES:0),0> m_data
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 41 @param MaxSize The maximum size of the device path data structure.
46 @retval FALSE If MaxSize is not zero, the size of the DevicePath
47 exceeds MaxSize.
55 IN UINTN MaxSize
64 if (MaxSize == 0) {
65 MaxSize = MAX_UINTN;
71 if (MaxSize < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
89 if (Size > MaxSize - END_DEVICE_PATH_LENGTH ) {
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 83 @param MaxSize The maximum size of the device path data structure.
88 @retval FALSE If MaxSize is not zero, the size of the DevicePath
89 exceeds MaxSize.
97 IN UINTN MaxSize
106 if (MaxSize == 0) {
107 MaxSize = MAX_UINTN;
113 if (MaxSize < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
131 if (Size > MaxSize - END_DEVICE_PATH_LENGTH ) {
  /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)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Pcd.c 424 UINTN MaxSize;
447 return GetPtrTypeSize (TokenNumber, &MaxSize, PeiPcdDb);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
SafeString.c 114 @param MaxSize The maximum number of Destination Unicode
118 @retval MaxSize If there is no null character in the first MaxSize characters of String.
126 IN UINTN MaxSize
142 // terminating null character. If there is no null character in the first MaxSize characters of
143 // String then StrnLenS returns MaxSize. At most the first MaxSize characters of String shall
148 if (Length >= MaxSize - 1) {
149 return MaxSize;
548 @param MaxSize The maximum number of Destination Ascii
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 63 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
66 long *Epoch, size_t MaxSize, bool ExitOnError);
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DiskCache.c 118 UINT64 MaxSize;
132 MaxSize = DiskCache->LimitAddress - EntryPos;
133 if (MaxSize < RealSize) {
135 RealSize = (UINTN) MaxSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VarCheck.c 55 Property.MaxSize = MAX_UINTN;
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 78 MaxSize = MatrixType::MaxRowsAtCompileTime,
79 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
  /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;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
PatchPcdValue.py 42 # @param MaxSize MaxSize value
47 def PatchBinaryFile(FileName, ValueOffset, TypeName, ValueString, MaxSize=0):
74 if MaxSize == 0:
76 ValueLength = int(MaxSize)
220 make_option("-s", "--maxsize", dest="PcdMaxSize", action="store", type="int",
232 UsageString = "%prog -f Offset -u Value -t Type [-s MaxSize] <input_file>"

Completed in 952 milliseconds

1 23 4 5 6 7 8