Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.commands.itest7 Uses the expected command modifier for integer compares of width 1, 2 or
H A DREADME.enetaddr109 * the %pM format modifier
111 The %pM format modifier can be used with any standard printf function to format
/rk3399_rockchip-uboot/common/
H A Dusb_kbd.c168 unsigned char modifier, int pressed) in usb_kbd_translate() argument
193 if (modifier & (LEFT_SHIFT | RIGHT_SHIFT)) { in usb_kbd_translate()
204 if (modifier & (LEFT_SHIFT | RIGHT_SHIFT)) in usb_kbd_translate()
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1872 for my $modifier (split(' ', $possible)) {
1873 if ($modifier !~ $notPermitted) {
1874 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible);
1875 push(@modifierListFile, $modifier);
/rk3399_rockchip-uboot/cmd/
H A DKconfig1451 $km is the 16 byte key modifier is also required for
1453 modifier should be 16 byte long.
1459 $km is the 16 byte key modifier is also required for
1461 modifier should be 16 byte long.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped111 /* The "const" storage-class-modifier is valid. */