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/llvm/lib/Target/DirectX/
H A DDXIL.td40 string llvm_type = type; // llvm type name, $o for overload, $r for resource
61 string oload_types = ""; // overload types if applicable
/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/Bindings/thermal/
H A Dthermal-cooling-devices.yaml16 take appropriate action to mitigate thermal overload.
H A Dthermal-zones.yaml46 mitigate thermal overload conditions. It does not represent a real device
/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.td848 overload out of a number of viable overloads using enable_if.
1028 ``pass_object_size`` plays a part in overload resolution. If two overload
1040 // OK -- overload A has no parameters with pass_object_size.
1053 Foo(unknown, unknown); // Calls overload B
1054 Foo(known, unknown); // Calls overload B
1055 Foo(unknown, known); // Calls overload B
1056 Foo(known, known); // Calls overload B
1058 Bar(known); // Calls overload D
1059 Bar(unknown); // Calls overload D
5397 function as can be deferred until after overload resolution.
[all …]
H A DTokenKinds.def837 ANNOTATION(overload_set) // annotation for an unresolved overload set
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def266 // The type of an unresolved overload set. A placeholder type.
H A DCommentCommands.td330 def Overload : DeclarationVerbatimLineCommand<"overload">;
H A DPropertiesBase.td653 for (auto overload : overloads) {
654 overloadSet.addDecl(overload);
H A DCXXRecordDeclDefinitionBits.def146 /// member can't be fully analyzed without performing overload resolution.
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src141 class const delete friend inline new operator overload private\
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc227 // Call ::open in a lambda to avoid overload resolution in
/freebsd/sbin/pfctl/
H A Dparse.y193 } overload; member
2532 o->data.overload.tblname,
2539 r.flush = o->data.overload.flush;
4332 if (strlcpy($$->data.overload.tblname, $3,
4337 $$->data.overload.flush = $5;
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md1324 The `InitGoogleTest(int* argc, wchar_t** argv)` overload can be used in Windows
1327 The argument-less `InitGoogleTest()` overload can be used on Arduino/embedded
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table624 // This dummy overload is used so that the compiler won't emit a spurious
626 // when the overload above causes a hard error.
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi338 Do not let information overload scare you off! If you are simply testing
/freebsd/contrib/kyua/
H A DNEWS.md386 denote different error conditions. This avoids the overload of `1` to

12