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

1 2 3 45 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 173 bool isSizeLargerThan(uint64_t MaxSize) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 180 bool isSizeLargerThan(uint64_t MaxSize) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 41 void RereadOutputCorpus(size_t MaxSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 180 bool isSizeLargerThan(uint64_t MaxSize) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 41 void RereadOutputCorpus(size_t MaxSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 180 bool isSizeLargerThan(uint64_t MaxSize) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 41 void RereadOutputCorpus(size_t MaxSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 180 bool isSizeLargerThan(uint64_t MaxSize) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 41 void RereadOutputCorpus(size_t MaxSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
VarCheckLib.c 648 if ((DataSize < Property->MinSize) || (DataSize > Property->MaxSize)) {
649 DEBUG ((EFI_D_INFO, "Variable Check DataSize fail(0x%x not in 0x%x - 0x%x) %r - %g:%s\n", DataSize, Property->MinSize, Property->MaxSize, EFI_INVALID_PARAMETER, VendorGuid, VariableName));
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 317 void Fuzzer::RereadOutputCorpus(size_t MaxSize) {
322 &EpochOfLastReadOfOutputCorpus, MaxSize);
332 if (X.size() > MaxSize)
333 X.resize(MaxSize);
769 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) {
771 return fuzzer::F->GetMD().DefaultMutate(Data, Size, MaxSize);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 536 * AData<types...>::Relaxed<Flag, MaxSize, Align>
632 * \param MaxSize max supported size for derived class pointers
635 template<typename Flag, size_t MaxSize=1024, size_t Align=4>
642 static_assert(std::numeric_limits<Flag>::max() / count > (MaxSize / Align),
645 static constexpr Flag max_size_stored = MaxSize / Align + 1;
647 // T can be converted if it's size is <= MaxSize and it can be converted to one of the Ts
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOnTheFly.c 889 IN UINT8 MaxSize,
913 MaxSize - Max size boundary of the string
965 String.MaxSize = MaxSize;
IfrLibrary.h 479 IN UINT8 MaxSize,
503 MaxSize - Max size boundary of the string
884 IN UINT8 MaxSize,
910 MaxSize - Max size boundary of the string
    [all...]
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 89 unsigned &MaxSize = RB.Size;
99 MaxSize = std::max(MaxSize, CurRC.getSize() * 8);
  /bionic/libc/malloc_debug/
malloc_debug.cpp 328 if (size > PointerInfoType::MaxSize()) {
462 if (bytes > PointerInfoType::MaxSize()) {
567 if (bytes > PointerInfoType::MaxSize()) {
672 if (real_size > PointerInfoType::MaxSize()) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 963 UINT64 MaxSize;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 265 ctx->Point.MaxSize)), 1.0f, 255.0f) *
gen6_sf_state.c 380 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
gen8_sf_state.c 180 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 228 ctx->Point.MaxSize);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 119 // is not performed. MaxSize is turned into unswitching quota for
122 // processed, so that MaxSize will return to its previous
123 // value. So in most cases MaxSize will equal the Threshold flag
125 // MaxSize will have a smaller value while processing nested loops
128 // FIXME: The way that MaxSize works is subtle and depends on the
131 // way of doing what MaxSize does.
132 unsigned MaxSize;
137 MaxSize(Threshold) {}
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 1136 mString->MaxSize = 0;
1163 VOID SetMaxSize (IN UINT8 MaxSize) {
1164 mString->MaxSize = MaxSize;
1177 mPassword->MaxSize = 0;
    [all...]

Completed in 1180 milliseconds

1 2 3 45 6 7 8