/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0089.in | 21 (max-src-conn 100, max-src-conn-rate 10/5, overload <bad> flush) 24 (max-src-conn 1000, max-src-conn-rate 1000/5, overload <bad> \
|
H A D | pf0089.ok | 10 …ate state (source-track rule, max-src-conn 100, max-src-conn-rate 10/5, overload <bad> flush, src.… 11 … state (source-track rule, max-src-conn 1000, max-src-conn-rate 1000/5, overload <bad> flush globa…
|
/freebsd/sbin/dhclient/ |
H A D | options.c | 383 int overload, /* Overload flags that may be set. */ in cons_options() argument 459 (main_buffer_size - 7 + ((overload & 1) ? DHCP_FILE_LEN : 0) + in cons_options() 460 ((overload & 2) ? DHCP_SNAME_LEN : 0)), in cons_options() 462 (main_buffer_size + ((overload & 1) ? DHCP_FILE_LEN : 0)), in cons_options() 494 if (overload & 1) { in cons_options() 509 if ((overload & 2) && option_size < bufix) { in cons_options()
|
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 131 int overload; member 167 int overload; member 1288 tctx->overload = *j; in bootpc_tag_helper() 1298 tctx->overload = 0; in bootpc_tag() 1310 if ((tctx->overload & OVERLOAD_FILE) != 0) in bootpc_tag() 1315 if ((tctx->overload & OVERLOAD_SNAME) != 0) in bootpc_tag() 1357 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0) in bootpc_decode_reply() 1360 if ((gctx->tmptag.overload & OVERLOAD_FILE) == 0) in bootpc_decode_reply()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | algorithm | 39 // overload preceding it. So the simple thing to do would be to declare our 52 // overload resolution will prefer it over the __host__ __device__ version
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex | 40 // compile against libstdc++, or any other standard library, we will overload
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i-a13-pocketbook-touch-lux-3.dts | 217 /* We need this otherwise the LDO3 would overload */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 101 // ?: can *not* be overloaded, but we need the overload
|
H A D | arm_sve_sme_incl.td | 209 …Type<0x00E00000>; // When the masked values are all '0', the default type is used as overload type.
|
H A D | AttrDocs.td | 793 which overload is selected based on the values of the function's arguments. 810 overload candidate could not be selected to be displayed in diagnostics. The 820 evaluation, then this overload will not be chosen and the provided string may 844 share ODR-equivalent enable_if expressions, the overload resolution is 845 ambiguous. Otherwise, enable_if overload resolution continues with the next 848 overload out of a number of viable overloads using enable_if. 890 Because ``enable_if`` evaluation happens during overload resolution, 1028 ``pass_object_size`` plays a part in overload resolution. If two overload 1029 candidates are otherwise equally good, then the overload with one or more 1040 // OK -- overload A has no parameters with pass_object_size. [all …]
|
H A D | TokenKinds.def | 864 ANNOTATION(overload_set) // annotation for an unresolved overload set
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 221 // The following abstracts overload types specific to DXIL operations. 229 // Concrete records for various overload types supported specifically by
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ranges.inc | 149 // undefined if overload resolution selects a program-defined operator|
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 141 class const delete friend inline new operator overload private\
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 331 def Overload : DeclarationVerbatimLineCommand<"overload">;
|
H A D | BuiltinTypes.def | 266 // The type of an unresolved overload set. A placeholder type.
|
H A D | PropertiesBase.td | 656 for (auto overload : overloads) { 657 overloadSet.addDecl(overload);
|
H A D | CXXRecordDeclDefinitionBits.def | 146 /// member can't be fully analyzed without performing overload resolution.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Process.inc | 246 // Call ::open in a lambda to avoid overload resolution in
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 193 } overload; member 2547 o->data.overload.tblname, 2554 r.flush = o->data.overload.flush; 4447 if (strlcpy($$->data.overload.tblname, $3, 4452 $$->data.overload.flush = $5;
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | testing.md | 1345 The `InitGoogleTest(int* argc, wchar_t** argv)` overload can be used in Windows 1348 The argument-less `InitGoogleTest()` overload can be used on Arduino/embedded
|
/freebsd/crypto/libecc/ |
H A D | README.md | 442 libecc provides a way to **overload the NN maximum size**, with a strong limit depending on the wor… 964 In addition to compilation flags, it is also possible to overload the library **word sizes** as wel… 1000 * Overload `AR=sdar` and `RANLIB=sdranlib` to overload the archives handling binaries (they are spe…
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __hash_table | 653 // This dummy overload is used so that the compiler won't emit a spurious 655 // when the overload above causes a hard error.
|
/freebsd/contrib/kyua/ |
H A D | NEWS.md | 386 denote different error conditions. This avoids the overload of `1` to
|
/freebsd/crypto/heimdal/doc/ |
H A D | hx509.texi | 338 Do not let information overload scare you off! If you are simply testing
|