| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | exponential_distribution.h | 46 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __lambda_; } in lambda() function 72 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __p_.lambda(); } in lambda() function 95 __p.lambda(); in operator() 104 return __os << __x.lambda();
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | exponential_distribution.h | 46 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __lambda_; } in lambda() function 77 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __p_.lambda(); } in lambda() function 100 __p.lambda(); in operator() 109 return __os << __x.lambda();
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 120 lambda = *L + (1.919 - 0.005 * T) * SIN(M) + 0.020 * SIN(2 * M);/* 8 */ in sunpos() 121 fixup(&lambda); in sunpos() 122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 126 int lssign = sin(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 127 int lcsign = cos(D2R(lambda)) < 0 ? -1 : 1; in sunpos() 134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos() 173 comp("lambda", lambda, fixup(&explambda)); in sunpos()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 72 auto lambda = [&]() { return ::open(path, flags, mode); }; in Open() local 73 return llvm::sys::RetryAfterSignal(-1, lambda); in Open()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_mult.c | 148 BIGNUM *lambda = NULL; in ossl_ec_scalar_mul_ladder() local 190 lambda = BN_CTX_get(ctx); in ossl_ec_scalar_mul_ladder() 211 || (bn_wexpand(lambda, group_top + 2) == NULL)) { in ossl_ec_scalar_mul_ladder() 234 if (!BN_add(lambda, k, cardinality)) { in ossl_ec_scalar_mul_ladder() 238 BN_set_flags(lambda, BN_FLG_CONSTTIME); in ossl_ec_scalar_mul_ladder() 239 if (!BN_add(k, lambda, cardinality)) { in ossl_ec_scalar_mul_ladder() 247 kbit = BN_is_bit_set(lambda, cardinality_bits); in ossl_ec_scalar_mul_ladder() 248 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ossl_ec_scalar_mul_ladder()
|
| H A D | ecp_smpl.c | 1431 BIGNUM *lambda = NULL; in ossl_ec_GFp_simple_blind_coordinates() local 1435 lambda = BN_CTX_get(ctx); in ossl_ec_GFp_simple_blind_coordinates() 1449 ret = BN_priv_rand_range_ex(lambda, group->field, 0, ctx); in ossl_ec_GFp_simple_blind_coordinates() 1455 } while (BN_is_zero(lambda)); in ossl_ec_GFp_simple_blind_coordinates() 1459 && !group->meth->field_encode(group, lambda, lambda, ctx)) in ossl_ec_GFp_simple_blind_coordinates() 1460 || !group->meth->field_mul(group, p->Z, p->Z, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1461 || !group->meth->field_sqr(group, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1463 || !group->meth->field_mul(group, temp, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 52 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachCategory() argument 53 lambda("all", "all available logging categories"); in ForEachCategory() 54 lambda("default", "default set of logging categories"); in ForEachCategory() 56 lambda(category.name, category.description); in ForEachCategory() 301 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachChannelCategory() argument 306 ForEachCategory(*ch, lambda); in ForEachChannelCategory()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 168 llvm::function_ref<bool(const lldb::FunctionSP &)> lambda) const; 271 llvm::function_ref<bool(Module &)> lambda);
|
| H A D | SymbolFile.h | 196 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 66 llvm::function_ref<bool(const FunctionSP &)> lambda) const { in ForeachFunction() 77 if (lambda(f)) in ForeachFunction() 522 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument 524 return symfile->ForEachExternalModule(*this, visited_symbol_files, lambda); in ForEachExternalModule()
|
| H A D | SymbolFileOnDemand.cpp | 106 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument 114 lambda); in ForEachExternalModule()
|
| /freebsd/contrib/tcsh/ |
| H A D | csh-mode.el | 53 '(lambda () 797 (function (lambda (sym) 812 (function (lambda (sym) 818 (function (lambda (sym) t))))))
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcstat.in | 438 fmt = lambda col: prettynum(cols[col][0], cols[col][1], v[col]) 440 fmt = lambda col: str(v[col]) 453 fmt = lambda col: "%*s" % (cols[col][0], col) 455 fmt = lambda col: col
|
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 27 (define q (lambda (s) (string-append "'" s "'"))) 28 (define qp (lambda (s) (string-append "q{" s "}")))
|
| H A D | agmdoc-cmd.tpl | 33 (define head-line (lambda() (string-append
|
| H A D | agman-cmd.tpl | 33 (define head-line (lambda()
|
| /freebsd/packages/libblocksruntime/ |
| H A D | libblocksruntime.ucl | 24 support for lambda expressions and closures.
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | sae_pk.c | 383 tmp->lambda = len - len / 5; in sae_pk_set_password() 384 tmp->fingerprint_bits = 8 * tmp->sec + 19 * tmp->lambda / 4 - 5; in sae_pk_set_password() 386 tmp->sec, tmp->lambda, tmp->fingerprint_bits); in sae_pk_set_password()
|
| H A D | sae.h | 77 size_t lambda; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Log.h | 220 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda); 313 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 150 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression… 1099 // C++11 lambda expressions 1101 "expected ',' or ']' in lambda capture list">; 1105 "expected variable name or 'this' in lambda capture list">; 1106 def err_expected_lambda_body : Error<"expected body of lambda expression">; 1108 "lambda expressions are incompatible with C++98">, 1116 "appear multiple times in a lambda declarator">; 1138 "lambda without a parameter clause is a C++23 extension">, 1145 // C++17 lambda expressions 1147 "expected 'this' following '*' in lambda capture list">; [all …]
|
| H A D | DiagnosticSemaKinds.td | 499 def warn_unused_lambda_capture: Warning<"lambda capture %0 is not " 631 "cannot decompose lambda closure type">; 774 …"%enum_select<FalloffFunctionKind>{%Function{function}|%Block{block}|%Lambda{lambda}|%Coroutine{co… 778 "non-void %select{function|block|lambda|coroutine}0 " 1116 "%select{base class|default member initializer|lambda expression|" 1196 "use of '__super' inside a lambda is unsupported">; 1639 "accessed multiple times in this %select{function|method|block|lambda}2 " 1649 "be accessed multiple times in this %select{function|method|block|lambda}2 " 1913 "non-local lambda expression cannot have a capture-default">; 2406 "block element|a complex element|a lambda capture|a compound literal " [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | TargetPassRegistry.inc | 28 // Other compilers consider it an unused lambda capture.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentHTMLNamedCharacterReferences.td | 130 def : NCR<"lambda", 0x003BB>;
|
| /freebsd/contrib/jemalloc/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 474 const auto lambda = [](auto&&... args){ 481 return lambda(1, 1L, 1.0f, '1');
|