Home
last modified time | relevance | path

Searched refs:set (Results 2851 – 2875 of 5984) sorted by relevance

1...<<111112113114115116117118119120>>...240

/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dtqmls10xxa.dtsi50 /* eSDHC or eMMC: set by bootloader */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp65 void set(short C) { in set() function in __anone240b46e0111::FAddendCoef
70 void set(const APFloat& C);
145 Coeff.set(Coefficient); in set()
149 Coeff.set(Coefficient); in set()
268 set(That.IntVal); in operator =()
270 set(That.getFpVal()); in operator =()
367 Addend0.set(1, Opnd0); in drillValueDownOneStep()
375 Addend.set(1, Opnd1); in drillValueDownOneStep()
377 Addend.set(C1, nullptr); in drillValueDownOneStep()
394 Addend0.set(C, V1); in drillValueDownOneStep()
[all …]
/freebsd/contrib/tcsh/
H A DWishList126 > set a="this is a STRING"
227 bit set, so it's kind of pointless to have that completion.
241 It would be nice if "set autolist" would be on by default.
248 (LC_CTYPE), not on "set dspmbyte". On unicode terminal translations
254 ipi:~/test/tcsh/bin> set dspmbyte utf8
/freebsd/crypto/openssl/doc/man3/
H A DEVP_KDF.pod75 a library context I<libctx> and a set of I<properties>.
113 The set of parameters given with I<params> determine exactly what
120 The set of parameters given with I<params> determine exactly what
127 The set of parameters given with I<params> determine exactly what
216 cipher, these parameters set what the algorithm should be.
H A DOSSL_PARAM_int.pod301 The OSSL_PARAM_UNMODIFIED macro is used to detect if a parameter was set. On
303 is set to this. If the parameter is set using the calls defined herein, the
306 OSSL_PARAM_modified() queries if the parameter I<param> has been set or not
323 OSSL_PARAM_modified() returns 1 if the parameter was set and 0 otherwise.
362 const OSSL_PARAM set[] = {
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c244 u32 mask, set; in mt7996_mac_init_band() local
259 set = FIELD_PREP(MT_WF_RMAC_MIB_OBSS_BACKOFF, 0) | in mt7996_mac_init_band()
261 mt76_rmw(dev, MT_WF_RMAC_MIB_AIRTIME0(band), mask, set); in mt7996_mac_init_band()
265 set = FIELD_PREP(MT_WTBLOFF_RSCR_RCPI_MODE, 0) | in mt7996_mac_init_band()
267 mt76_rmw(dev, MT_WTBLOFF_RSCR(band), mask, set); in mt7996_mac_init_band()
/freebsd/usr.bin/compress/doc/
H A DREADME30 o BITS Overrules default set by USERMEM-SACREDMEM
77 the table is cleared and a new set of substrings are generated.
141 On machines that have a fixed stack size (such as Perkin-Elmer), set the
170 #define variable which can be set for optimum performance on a machine
222 >On machines that have a fixed stack size (such as Perkin-Elmer), set the
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp646 const std::set<ASTNodeKind> &KS) { in operator <<()
648 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
674 std::set<ArgKind> TypeSet; in getAcceptedCompletionTypes()
703 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions()
764 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td442 [(set GR64:$dst, (int_x86_urdmsr GR64:$src))]>, T8, XD;
508 [(set GR32:$dst, (int_x86_rdsspd GR32:$src))]>, TB, XS;
511 [(set GR64:$dst, (int_x86_rdsspq GR64:$src))]>, TB, XS;
654 [(set EAX, (X86rdpkru ECX)), (implicit EDX)]>, TB;
665 [(set GR32:$dst, (int_x86_rdfsbase_32))]>, TB, XS;
668 [(set GR64:$dst, (int_x86_rdfsbase_64))]>, TB, XS;
671 [(set GR32:$dst, (int_x86_rdgsbase_32))]>, TB, XS;
674 [(set GR64:$dst, (int_x86_rdgsbase_64))]>, TB, XS;
757 "rdpid\t$dst", [(set GR32:$dst, (int_x86_rdpid))]>, TB, XS,
806 // "Successful execution of the leaf clears RAX (set to zero) and ZF, CF, PF,
[all …]
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt137 by the global variable `float_rounding_mode'. This variable may be set
152 When `floatx80_rounding_precision' is set to its default value of 80, these
158 bits in the result significand beyond the rounding point are set to zero.
184 the global variable `float_detect_tininess', which can be set to either
200 integers. The complete set of conversion functions is:
358 The function takes a mask indicating the set of exceptions to raise. No
/freebsd/contrib/bc/src/
H A Dvm.c1398 int set, msg = 1; local
1419 for (set = 1; msg <= BC_ERR_IDX_NELEMS + BC_ENABLED; ++msg)
1421 vm->err_ids[msg - 1] = catgets(vm->catalog, set, msg, bc_errs[msg - 1]);
1429 for (set = id + 2, msg = 1; i < BC_ERR_NELEMS; ++i, ++msg)
1435 set = id + 2;
1438 vm->err_msgs[i] = catgets(vm->catalog, set, msg, bc_err_msgs[i]);
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dti-smartreflex.txt3 SmartReflex is used to set and adjust the SoC operating points.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dprima2-clock.txt5 - reg: Address and length of the register set
H A Dzx296718-clk.txt19 - reg: Address and length of the register set
/freebsd/contrib/tcsh/nls/C/
H A Dset192 $set 19
H A Dset72 $set 7
/freebsd/contrib/tcsh/nls/et/
H A Dset192 $set 19
H A Dset232 $set 23
H A Dset42 $set 4
/freebsd/share/timedef/
H A Dca_IT.ISO8859-15.src11 set.
/freebsd/contrib/sendmail/cf/mailer/
H A Dfax.m49 # By using this file, you agree to the terms and conditions set
/freebsd/contrib/sendmail/cf/ostype/
H A Dhpux10.m49 # By using this file, you agree to the terms and conditions set
H A Dhpux9.m49 # By using this file, you agree to the terms and conditions set
H A Dsolaris2.m49 # By using this file, you agree to the terms and conditions set
H A Dsolaris2.ml.m49 # By using this file, you agree to the terms and conditions set

1...<<111112113114115116117118119120>>...240