Home
last modified time | relevance | path

Searched full:restriction (Results 1 – 25 of 1719) sorted by relevance

12345678910>>...69

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.h123 #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 DARMTargetParser.cpp194 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 Dimplementation.ms49 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 Daccess.html31 …. 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 Daccopt.html73 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 Dcopyright33 "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 DModule.cpp431 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 Dwresize.3x7 .\" "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 Dntp_restrict.c50 * 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 Dfrontend.json30 …"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 Dkey-options.sh83 # Test from= restriction
89 fail "key option failed without restriction"
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_datapath.h20 /* 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 Dpower.h260 * @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 DLICENSE.md67 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 DLICENSE5 in the Software without restriction, including without limitation the rights
/freebsd/sys/contrib/openzfs/module/zfs/
H A DTHIRDPARTYLICENSE.cityhash5 in the Software without restriction, including without limitation the rights
/freebsd/contrib/bearssl/
H A DLICENSE.txt5 "Software"), to deal in the Software without restriction, including
/freebsd/contrib/libdivsufsort/
H A DLICENSE7 in the Software without restriction, including without limitation the rights
/freebsd/contrib/libcbor/
H A DLICENSE.md7 in the Software without restriction, including without limitation the rights
/freebsd/contrib/tcp_wrappers/
H A Dhosts_ctl.c8 * Restriction: this interface does not pass enough information to support
/freebsd/usr.bin/patch/
H A Dbackupfile.h5 * without restriction.
/freebsd/contrib/expat/
H A DCOPYING6 "Software"), to deal in the Software without restriction, including
/freebsd/sys/dev/axgbe/
H A Dxgbe-desc.c36 * 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 Dssl_client_default_rsapub.c6 * "Software"), to deal in the Software without restriction, including
H A Dssl_engine_default_rsavrfy.c6 * "Software"), to deal in the Software without restriction, including

12345678910>>...69