Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Drandom.c61 static uint32 random_upto_makemask(uint32 limit) { in random_upto_makemask()
70 static uint32 random_upto_internal(uint32 limit, uint32 mask) { in random_upto_internal()
78 uint32 random_upto(uint32 limit) { in random_upto()
83 uint32 random_upto_biased(uint32 limit, int bias) { in random_upto_biased()
/llvm-project/flang/test/Semantics/
H A Darray-constr-big.f905 integer, parameter :: limit = 30 variable
/llvm-project/mlir/include/mlir/Transforms/
H A DRegionUtils.h24 bool areValuesDefinedAbove(Range values, Region &limit) { in areValuesDefinedAbove()
/llvm-project/bolt/test/runtime/Inputs/
H A Dexceptions_split.cpp21 uint64_t limit = (argc >= 2 ? 10 : 5000); in main() local
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/
H A DMakefile17 limit: a.o main.o target
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dtoo-small-loop-variable.cpp303 unsigned var : 5, limit : 4; in voidForLoopWithBitfieldOnLoopVarAndUpperBound() member
314 int limit : 6; in voidForLoopWithBitfieldOnLoopVarAndUpperBoundOnInt() member
345 unsigned var : 5, limit : 6; in badForLoopWithBitfieldOnLoopVarAndUpperBound() member
356 unsigned limit : 5; in badForLoopWithBitfieldOnLoopVarOnIntAndUpperBound() member
367 int limit : 7; in badForLoopWithBitfieldOnLoopVarAndUpperBoundOnInt() member
377 unsigned var : 5, limit : 6; in badForLoopWithBitfieldOnLoopVarAndUpperBoundOnPtr() member
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto31 optional uint32 limit = 4; field
49 optional uint32 limit = 3; field
116 optional uint32 limit = 3; field
/llvm-project/libc/AOR_v20.02/string/aarch64/
H A Dmemcmp.S18 #define limit x2 macro
H A Dstrnlen.S19 #define limit x1 macro
H A Dstrncmp.S23 #define limit x2 macro
/llvm-project/bolt/docs/
H A Dgenerate_doc.py12 def wrap_text(text, indent, limit=LINE_LIMIT): argument
/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp54 for (unsigned i = 0, limit = Bits->getNumBits(); i < limit; i++) translateInit() local
97 for (unsigned i = 0, limit = Dag->getNumArgs(); i < limit; ++i) { translateInit() local
/llvm-project/clang/test/CodeGen/
H A Dasm-goto.c75 int test5(int addr, int size, int limit) { in test5()
/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp653 llvm::PointerUnion<Operation *, Region *> limit; member
659 Operation *limit) { in collectSymbolScopes() argument
719 collectSymbolScopes(Operation * symbol,Region * limit) collectSymbolScopes() argument
729 collectSymbolScopes(StringAttr symbol,Region * limit) collectSymbolScopes() argument
734 collectSymbolScopes(StringAttr symbol,Operation * limit) collectSymbolScopes() argument
796 getSymbolUsesImpl(SymbolT symbol,IRUnitT * limit) getSymbolUsesImpl() argument
834 symbolKnownUseEmptyImpl(SymbolT symbol,IRUnitT * limit) symbolKnownUseEmptyImpl() argument
880 replaceAllSymbolUsesImpl(SymbolT symbol,StringAttr newSymbol,IRUnitT * limit) replaceAllSymbolUsesImpl() argument
[all...]
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp78 const char *limit{firstDigit + maxDigits * log10Radix + (point != nullptr)}; in ParseNumber() local
455 const char *&p, const char *limit) { in ConvertToBinary()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc249 Benchmark* Benchmark::Range(int64_t start, int64_t limit) { in Range()
314 Benchmark* Benchmark::DenseRange(int64_t start, int64_t limit, int step) { in DenseRange()
511 std::vector<int64_t> CreateDenseRange(int64_t start, int64_t limit, int step) { in CreateDenseRange()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.cpp22 uint64_t limit = request.process_buffer_size_limit.value_or( in IsTotalBufferLimitReached() local
/llvm-project/lld/ELF/
H A DARMErrataFix.cpp256 scanCortexA8Errata657417(InputSection * isec,uint64_t & off,uint64_t limit) scanCortexA8Errata657417() argument
500 uint64_t limit = nonThumbSym == mapSyms.end() ? isec->content().size() patchInputSectionDescription() local
H A DAArch64ErrataFix.cpp338 uint64_t limit) { in scanCortexA53Errata843419() argument
594 uint64_t limit = (dataSym == mapSyms.end()) ? isec->content().size() patchInputSectionDescription() local
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-halo.cpp74 generator<T> take_until(generator<T> &g, T limit) { in take_until()
/llvm-project/flang/lib/Parser/
H A Dprescan.h58 set_fixedFormColumnLimit(int limit) set_fixedFormColumnLimit() argument
/llvm-project/polly/lib/External/isl/imath/
H A Dimtest.c240 int read_line(FILE *ifp, char *line, int limit) { in read_line()
/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp57 for (std::size_t limit{0}; limit < limitMax; ++limit, offset = 0) { in TEST() local
78 static constexpr std::size_t limit{2}; TEST() local
[all...]
/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp270 struct rlimit limit; __safestack_init() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp516 Disassembler::Limit limit; DoExecute() local

123