| /freebsd-13.1/stand/forth/ |
| H A D | menu-commands.4th | 54 evaluate 71 evaluate 80 s" set boot_single=YES" evaluate 128 s" set hw.ata.ata_dma=0" evaluate 130 s" set hw.ata.wc=0" evaluate 131 s" set hw.eisa_slots=0" evaluate 179 s" set boot_single=YES" evaluate 218 s" set boot_verbose=YES" evaluate 252 s" set autoboot_delay=NO" evaluate 386 s" unload" evaluate [all …]
|
| H A D | menusets.4th | 71 evaluate ( c-addr2 u2 -- ) 92 evaluate 98 s" set type=menu" evaluate 103 s" set type=menu" evaluate 163 evaluate 169 s" set type=ansi" evaluate 174 s" set type=ansi" evaluate 179 s" set type=menu" evaluate 184 s" set type=menu" evaluate 256 evaluate [all …]
|
| H A D | beastie.4th | 75 evaluate 104 s" include /boot/menu.rc" evaluate 108 s" set delay_command='include /boot/menu.rc'" evaluate 109 s" set delay_showdots" evaluate
|
| H A D | menu.rc | 188 drop s" execute" evaluate \ Use evaluate to avoid passing 192 s" execute" evaluate
|
| H A D | menu.4th | 504 evaluate 558 0 s" kernel_state" evaluate ! 559 over s" init_kernel" evaluate drop 565 17 +c! 34 +c! 37 +c! evaluate 571 17 +c! 34 +c! 37 +c! evaluate 579 s" activate_kernel" evaluate ( n -- n ) 643 evaluate 762 evaluate 1136 s" boot" evaluate 1163 evaluate [all …]
|
| H A D | delay.4th | 115 evaluate \ evaluate/execute the command string
|
| H A D | loader.4th | 187 s" also support-functions" evaluate 188 s" set delay_command='load_xen_throw load_kernel load_modules'" evaluate 189 s" set delay_showdots" evaluate
|
| H A D | efi.4th | 37 s" efi-autoresizecons" evaluate
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | templates_test.cpp | 235 ATF_REQUIRE_EQ("", templates.evaluate("foo")); in ATF_TEST_CASE_BODY() 246 templates.evaluate("foo1")); in ATF_TEST_CASE_BODY() 260 ATF_REQUIRE_EQ("foo", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 262 ATF_REQUIRE_EQ("bar", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 264 ATF_REQUIRE_EQ("baz", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 322 ATF_REQUIRE_EQ("0", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 324 ATF_REQUIRE_EQ("1", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 326 ATF_REQUIRE_EQ("2", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 328 ATF_REQUIRE_EQ("3", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 348 templates.evaluate("foo(abc")); in ATF_TEST_CASE_BODY() [all …]
|
| H A D | templates.cpp | 360 const std::string value = _templates.evaluate( in handle_normal() 454 evaluate(const std::string& in_line) in evaluate() function in __anon871a69d20111::templates_parser 473 out_line += _templates.evaluate(in_line.substr( in evaluate() 519 handle_normal(evaluate(line), input, output); in instantiate() 698 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
|
| H A D | templates.hpp | 111 std::string evaluate(const std::string&) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 16 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement 19 SourceRangeSelectionRequirement::evaluate(Context); in evaluate() 31 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement 35 ASTSelectionRequirement::evaluate(Context); in evaluate()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRuleRequirements.h | 48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function 62 Expected<SelectedASTNode> evaluate(RefactoringRuleContext &Context) const; 77 evaluate(RefactoringRuleContext &Context) const; 106 evaluate(RefactoringRuleContext &) const { in evaluate() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 42 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply() 54 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply() 55 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply() 70 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply() 71 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply() 89 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply() 165 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply() 247 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc()); in expand() 282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory 293 return evaluate(LI->begin(), LI->end(), Elts, Loc); in evaluate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 127 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc); 131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function 133 evaluate(*begin++, Elts, Loc); in evaluate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 34 bool evaluate(const MachineInstr &MI, const CellMapType &Inputs, 36 bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
|
| H A D | HexagonConstPropagation.cpp | 671 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 689 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 839 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors() 1095 bool Eval = evaluate(R, L, RC); in getCell() 1390 if (!evaluate(R2, L2, LS2)) in evaluateANDrr() 1457 if (!evaluate(R2, L2, LS2)) in evaluateORrr() 1931 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator 2209 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator 2265 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator 2715 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove() [all …]
|
| /freebsd-13.1/stand/ficl/softwords/ |
| H A D | freebsd.fr | 32 : % tib> ['] evaluate catch drop ; 33 : $ tib> 2dup type cr evaluate ;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 157 Expected<int64_t> Value = evaluate(C); in dump() 165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext 177 Expected<int64_t> LHS = evaluate(E.LHS); in evaluate() 180 Expected<int64_t> RHS = evaluate(E.RHS); in evaluate() 272 Expected<int64_t> ExecutionCount = Ctx.evaluate(Region.Count); in loadFunctionRecord() 277 Expected<int64_t> AltExecutionCount = Ctx.evaluate(Region.FalseCount); in loadFunctionRecord()
|
| /freebsd-13.1/contrib/llvm-project/lld/ |
| H A D | README.md | 14 In order to make sure various developers can evaluate patches over the
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | CT_POLICY_EVAL_CTX_new.pod | 10 Encapsulates the data required to evaluate whether SCTs meet a Certificate Transparency policy 30 A B<CT_POLICY_EVAL_CTX> is used by functions that evaluate whether Signed
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 35 "cannot evaluate call to virtual function in a constant expression " 76 "cannot evaluate this expression if rounding mode is dynamic">; 250 "cannot constant evaluate whether run-time alignment is at least %0">; 252 "cannot constant evaluate the result of adjusting alignment to %0">; 276 "cannot constant evaluate '%select{memcpy|memmove}0' from object of " 279 "cannot constant evaluate '%select{memcpy|memmove}0' between objects of " 282 "cannot constant evaluate '%select{memcpy|memmove}0' between objects of " 366 "the experimental clang interpreter failed to evaluate an expression">; 382 "'%0' will always evaluate to 'true' in a manifestly constant-evaluated expression">,
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmisc.exp | 18 do not evaluate or expand :? if discarding
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | andestech-boards | 25 comprehensive simulation and design environments, users may evaluate the
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 219 void evaluate(TF_Tensor **Output, TF_Status *Status) { in evaluate() function in llvm::TFModelEvaluatorImpl 413 Optional<TFModelEvaluator::EvaluationResult> TFModelEvaluator::evaluate() { in evaluate() function in TFModelEvaluator 419 Impl->evaluate(Ret->getOutput().data(), Status.get()); in evaluate()
|