/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | ARMTargetParser.h | 123 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND, argument 141 None = 0, ///< No restriction 146 inline bool isDoublePrecision(const FPURestriction restriction) { in isDoublePrecision() argument 147 return restriction != FPURestriction::SP_D16; in isDoublePrecision() 150 inline bool has32Regs(const FPURestriction restriction) { in has32Regs() argument 151 return restriction == FPURestriction::None; in has32Regs() 173 FPURestriction Restriction; member 177 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) \ argument 178 {NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION},
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParser.cpp | 194 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures() 266 return FPUNames[FPUKind].Restriction; in getFPURestriction() 374 if (ARM::isDoublePrecision(InputFPU.Restriction)) in findDoublePrecisionFPU() 382 ARM::has32Regs(CandidateFPU.Restriction) == in findDoublePrecisionFPU() 383 ARM::has32Regs(InputFPU.Restriction) && in findDoublePrecisionFPU() 384 ARM::isDoublePrecision(CandidateFPU.Restriction)) { in findDoublePrecisionFPU() 401 if (!ARM::isDoublePrecision(InputFPU.Restriction)) in findSinglePrecisionFPU() 409 ARM::has32Regs(CandidateFPU.Restriction) == in findSinglePrecisionFPU() 410 ARM::has32Regs(InputFPU.Restriction) && in findSinglePrecisionFPU() 411 !ARM::isDoublePrecision(CandidateFPU.Restriction)) { in findSinglePrecisionFPU()
|
/freebsd/share/doc/papers/jail/ |
H A D | implementation.ms | 49 Restriction of process visibility and interaction. 65 Restriction to one IP number. 94 General restriction of super-users powers for jailed super-users.
|
/freebsd/contrib/ntp/html/ |
H A D | access.html | 31 …. The list is searched in order with the last match found defining the restriction flags associate… 34 …d IPv6 default entries. <tt>restrict source</tt> configures a template restriction automatically a… 45 <p>Default restriction list entries with the flags <tt>ignore, ntpport</tt>, for each of the local …
|
H A D | accopt.html | 73 restriction automatically added at runtime for each association, whether 106 is used in a restriction which does not have the <tt>limited</tt> 168 restriction flag. Its presence causes the restriction entry to be 180 <dd>Default restriction list entries with the flags <tt>ignore,
|
/freebsd/contrib/dialog/package/debian/ |
H A D | copyright | 33 "Software"), to deal in the Software without restriction, including 60 deal in the Software without restriction, including without limitation the 87 from scratch. It can only install one file at a time, a restriction
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 431 if (Module *Restriction = Exports[I].getPointer()) in getExportedModules() local 432 WildcardRestrictions.push_back(Restriction); in getExportedModules() 440 // re-exported by the wildcard restriction. in getExportedModules() 450 Module *Restriction = WildcardRestrictions[R]; in getExportedModules() local 451 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) { in getExportedModules() 592 if (Module *Restriction = Exports[I].getPointer()) { in print() local 593 OS << Restriction->getFullModuleName(true); in print()
|
/freebsd/contrib/ncurses/man/ |
H A D | wresize.3x | 7 .\" "Software"), to deal in the Software without restriction, including * 56 The only restriction placed on the dimensions is that they be greater
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_restrict.c | 50 * The restriction list 68 * Count number of restriction entries referring to RES_LIMITED, to 82 * "restrict source ..." enabled knob and restriction bits. 114 * dump_restrict - spit out a single restriction entry 172 * init_restrict - initialize the restriction data structures in dump_restricts() 178 * The restriction lists end with a default entry with address in dump_restricts() 207 * restriction for the address in the configuration, to allow in init_restrict() 442 * res_sorts_before4 - compare IPv4 restriction entries in res_sorts_before4() 473 * res_sorts_before6 - compare IPv6 restriction entries in res_sorts_before6() 683 * this restriction modif in hack_restrict() [all...] |
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | frontend.json | 30 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput… 34 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu…
|
/freebsd/crypto/openssh/regress/ |
H A D | key-options.sh | 83 # Test from= restriction 89 fail "key option failed without restriction"
|
/freebsd/sys/dev/qat/qat_api/common/compression/include/ |
H A D | dc_datapath.h | 20 /* Restriction on the source buffer size for compression due to the firmware 24 /* Restriction on the destination buffer size for compression due to 39 /* Restriction on the source and destination buffer sizes for compression due
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | power.h | 260 * @pwr_restriction: TX power restriction in dBms. 287 * @pwr_restriction: TX power restriction in 1/8 dBms. 288 * @dev_24: device TX power restriction in 1/8 dBms 289 * @dev_52_low: device TX power restriction upper band - low 290 * @dev_52_high: device TX power restriction upper band - high
|
/freebsd/contrib/bc/ |
H A D | LICENSE.md | 67 the Software without restriction, including without limitation the rights to 90 the Software without restriction, including without limitation the rights to
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | LICENSE | 5 in the Software without restriction, including without limitation the rights
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | THIRDPARTYLICENSE.cityhash | 5 in the Software without restriction, including without limitation the rights
|
/freebsd/contrib/bearssl/ |
H A D | LICENSE.txt | 5 "Software"), to deal in the Software without restriction, including
|
/freebsd/contrib/libdivsufsort/ |
H A D | LICENSE | 7 in the Software without restriction, including without limitation the rights
|
/freebsd/contrib/libcbor/ |
H A D | LICENSE.md | 7 in the Software without restriction, including without limitation the rights
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_ctl.c | 8 * Restriction: this interface does not pass enough information to support
|
/freebsd/usr.bin/patch/ |
H A D | backupfile.h | 5 * without restriction.
|
/freebsd/contrib/expat/ |
H A D | COPYING | 6 "Software"), to deal in the Software without restriction, including
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-desc.c | 36 * without restriction, including without limitation the rights to use, 93 * without restriction, including without limitation the rights to use,
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_client_default_rsapub.c | 6 * "Software"), to deal in the Software without restriction, including
|
H A D | ssl_engine_default_rsavrfy.c | 6 * "Software"), to deal in the Software without restriction, including
|