Home
last modified time | relevance | path

Searched refs:overload (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sbin/pfctl/tests/files/
H A Dpf0089.in21 (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 Dpf0089.ok10 …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 Doptions.c383 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 Dbootp_subr.c131 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 Dalgorithm39 // 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 Dcomplex40 // compile against libstdc++, or any other standard library, we will overload
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts217 /* We need this otherwise the LDO3 would overload */
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def101 // ?: can *not* be overloaded, but we need the overload
H A Darm_sve_sme_incl.td209 …Type<0x00E00000>; // When the masked values are all '0', the default type is used as overload type.
H A DAttrDocs.td793 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 DTokenKinds.def864 ANNOTATION(overload_set) // annotation for an unresolved overload set
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td221 // 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 Dranges.inc149 // undefined if overload resolution selects a program-defined operator|
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src141 class const delete friend inline new operator overload private\
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td331 def Overload : DeclarationVerbatimLineCommand<"overload">;
H A DBuiltinTypes.def266 // The type of an unresolved overload set. A placeholder type.
H A DPropertiesBase.td656 for (auto overload : overloads) {
657 overloadSet.addDecl(overload);
H A DCXXRecordDeclDefinitionBits.def146 /// member can't be fully analyzed without performing overload resolution.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc246 // Call ::open in a lambda to avoid overload resolution in
/freebsd/sbin/pfctl/
H A Dparse.y193 } 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 Dtesting.md1345 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 DREADME.md442 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_table653 // 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 DNEWS.md386 denote different error conditions. This avoids the overload of `1` to
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi338 Do not let information overload scare you off! If you are simply testing

12