Home
last modified time | relevance | path

Searched refs:NNN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h87 uint8_t NNN; variable
95 ExtendedFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedFilter()
100 (((modRM & 0x38) >> 3) == NNN)); in accepts()
109 uint8_t NNN; variable
117 ExtendedRMFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedRMFilter()
120 return ((R && ((modRM & 0xc0) == 0xc0)) && ((modRM & 0x7) == NNN)); in accepts()
/freebsd/crypto/heimdal/doc/
H A Dmigration.texi27 @samp{hprop -n --source=<NNN>| hpropd -n}
29 Replace <NNN> with whatever source you have, like krb4-db or krb4-dump.
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg256 # \NNN (where N is an octal digit) - character with octal code NNN
/freebsd/libexec/getty/
H A Dgettytab42 # The "std.NNN" names are known to the special case
45 # The "NNN-baud" names are known to the special case
195 # to one of the NNN-baud entries.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsirf-usp.txt15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
H A Dfsl-sai.txt34 - pinctrl-NNN : One property must exist for each entry in
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-fsl-ftm.txt35 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
/freebsd/crypto/heimdal/
H A DChangeLog.2004716 * lib/krb5/crypto.c: add krb5_crypto_set_params, add aes-NNN-cbc-none