Searched refs:NNN (Results 1 – 8 of 8) sorted by relevance
87 uint8_t NNN; variable95 ExtendedFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedFilter()100 (((modRM & 0x38) >> 3) == NNN)); in accepts()109 uint8_t NNN; variable117 ExtendedRMFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedRMFilter()120 return ((R && ((modRM & 0xc0) == 0xc0)) && ((modRM & 0x7) == NNN)); in accepts()
27 @samp{hprop -n --source=<NNN>| hpropd -n}29 Replace <NNN> with whatever source you have, like krb4-db or krb4-dump.
56 # \NNN (where N is an octal digit) - character with octal code NNN
42 # The "std.NNN" names are known to the special case45 # The "NNN-baud" names are known to the special case195 # to one of the NNN-baud entries.
15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
34 - pinctrl-NNN : One property must exist for each entry in
35 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
716 * lib/krb5/crypto.c: add krb5_crypto_set_params, add aes-NNN-cbc-none