| /linux/arch/alpha/boot/ |
| H A D | stdio.c | 39 #define LEFT 16 /* left justified */ macro 51 if (type & LEFT) in number() 85 if (!(type&(ZEROPAD+LEFT))) in number() 98 if (!(type & LEFT)) in number() 139 case '-': flags |= LEFT; goto repeat; in vsprintf() 156 flags |= LEFT; in vsprintf() 191 if (!(flags & LEFT)) in vsprintf() 206 if (!(flags & LEFT)) in vsprintf()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | guest_sprintf.c | 30 #define LEFT 16 /* left justified */ macro 58 if (type & LEFT) in number() 92 if (!(type & (ZEROPAD + LEFT))) in number() 105 if (!(type & LEFT)) in number() 151 flags |= LEFT; in guest_vsnprintf() 177 flags |= LEFT; in guest_vsnprintf() 215 if (!(flags & LEFT)) in guest_vsnprintf() 228 if (!(flags & LEFT)) in guest_vsnprintf()
|
| /linux/arch/powerpc/boot/ |
| H A D | stdio.c | 75 #define LEFT 16 /* left justified */ macro 87 if (type & LEFT) in number() 121 if (!(type&(ZEROPAD+LEFT))) in number() 134 if (!(type & LEFT)) in number() 175 case '-': flags |= LEFT; goto repeat; in vsprintf() 192 flags |= LEFT; in vsprintf() 227 if (!(flags & LEFT)) in vsprintf() 242 if (!(flags & LEFT)) in vsprintf()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | vsprintf.c | 147 #define LEFT 16 /* left justified */ macro 160 flags |= LEFT; in get_flags() 350 flags |= LEFT; in vsnprintf() 353 if (flags & LEFT) in vsnprintf() 380 flags &= LEFT; in vsnprintf() 394 flags &= LEFT; in vsnprintf() 490 if (!(flags & LEFT)) in vsnprintf()
|
| /linux/drivers/tty/vt/ |
| H A D | ucs_width_table.h_shipped | 165 { 0x200B, 0x200F }, /* ZERO WIDTH SPACE - RIGHT-TO-LEFT MARK */ 166 { 0x202A, 0x202E }, /* LEFT-TO-RIGHT EMBEDDING - RIGHT-TO-LEFT OVERRIDE */ 168 { 0x2066, 0x206F }, /* LEFT-TO-RIGHT ISOLATE - NOMINAL DIGIT SHAPES */ 169 { 0x20D0, 0x20F0 }, /* COMBINING LEFT HARPOON ABOVE - COMBINING ASTERISK ABOVE */ 211 { 0xFE20, 0xFE2F }, /* COMBINING LIGATURE LEFT HALF - COMBINING CYRILLIC TITLO RIGHT HALF */ 324 …/* ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON LEFT - ZNAMENNY COMBINING MARK KRYZH ON LEFT… 361 { 0x2329, 0x232A }, /* LEFT-POINTING ANGLE BRACKET - RIGHT-POINTING ANGLE BRACKET */ 399 { 0x2FF0, 0x3029 }, /* IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT - HANGZHOU NUMERAL NINE */
|
| H A D | ucs_fallback_table.h_shipped | 79 { 0xAB, 0x3C }, /* LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -> '<' */ 282 { 0x9D, 0x4E }, /* LATIN CAPITAL LETTER N WITH LEFT HOOK -> 'N' */ 452 { 0x72, 0x00 }, /* LATIN SMALL LETTER N WITH LEFT HOOK -> ... */ 506 { 0xBF, 0x27 }, /* MODIFIER LETTER LEFT HALF RING -> ''' */ 509 { 0xC2, 0x3C }, /* MODIFIER LETTER LEFT ARROWHEAD -> '<' */ 526 { 0xD3, 0x27 }, /* MODIFIER LETTER CENTRED LEFT HALF RING -> ''' */ 784 { 0x59, 0x3C }, /* ARMENIAN MODIFIER LETTER LEFT HALF RING -> '<' */ 985 { 0x06, 0x2C }, /* SYRIAC COLON SKEWED LEFT -> ',' */ 987 { 0x08, 0x3B }, /* SYRIAC SUPRALINEAR COLON SKEWED LEFT -> ';' */ 2543 { 0x18, 0x27 }, /* LEFT SINGLE QUOTATION MARK -> ''' */ [all …]
|
| /linux/Documentation/input/devices/ |
| H A D | sentelic.rst | 355 Bit4 => 0: The LEFT button is generated by on-pad command (OPC) 356 1: The LEFT button is generated by external button 357 Default is 1 even if the LEFT button is not pressed. 383 Bit4 => 0: The LEFT button is generated by on-pad command (OPC) 384 1: The LEFT button is generated by external button 385 Default is 1 even if the LEFT button is not pressed. 419 Bit4 => 0: The LEFT button is generated by on-pad command(OPC) 420 1: The LEFT button is generated by external button 421 Default is 1 even if the LEFT button is not pressed.
|
| H A D | atarikbd.rst | 114 LEFT=0x74 & RIGHT=0x75). 257 When buttons act like keys, LEFT=0x74 & RIGHT=0x75. 297 deltax ; distance in X clicks to return (LEFT) or (RIGHT) 757 2A (LEFT) SHIFT 790 4B LEFT ARROW
|
| /linux/lib/ |
| H A D | vsprintf.c | 432 #define LEFT 2 /* left justified */ 482 if (spec.flags & LEFT) in number() 528 if (!(spec.flags & (ZEROPAD | LEFT))) { in number() 555 if (!(spec.flags & LEFT)) { in number() 635 if (!(spec.flags & LEFT)) { in widen_string() 1097 .flags = LEFT, in resource_string() 2636 SPEC_CHAR('-', LEFT), in spec_flag() 2674 spec->flags |= LEFT; in format_decode() 2927 if (!(spec.flags & LEFT)) { in vsnprintf() 3348 if (!(spec.flags & LEFT)) { in bstr_printf() 431 #define LEFT global() macro [all...] |
| /linux/arch/powerpc/boot/dts/ |
| H A D | ac14xx.dts | 367 linux,keymap = <0x0000006e /* FN LEFT */ 370 0x00010069 /* LEFT */
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-odroid-go2-v11.dts | 74 label = "TOP-LEFT 2";
|
| H A D | rk3566-anbernic-rg353x.dtsi | 138 label = "DPAD-LEFT";
|
| H A D | rk3326-odroid-go3.dts | 135 label = "TOP-LEFT 2";
|
| H A D | rk3326-odroid-go.dtsi | 47 label = "DPAD-LEFT"; 107 label = "TOP-LEFT";
|
| H A D | rk3326-gameforce-chi.dts | 173 label = "DPAD-LEFT";
|
| H A D | rk3566-powkiddy-rk2023.dtsi | 138 label = "DPAD-LEFT";
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 699 - LEFT 754 LEFT as ``KEY_VOLUMEDOWN``
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-v3s-anbernic-rg-nano.dts | 53 label = "DPAD-LEFT";
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integratorap-im-pd1.dts | 106 label = "LEFT";
|
| /linux/Documentation/fb/ |
| H A D | pxafb.rst | 35 left:LEFT == LCCR1_BLW + 1
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 454 BTN_{MOUSE,LEFT,MIDDLE,RIGHT} must not be reported as the result of touch 479 button may be used for buttons on the tablet except BTN_{MOUSE,LEFT}.
|
| /linux/drivers/iio/light/ |
| H A D | apds9960.c | 317 APDS9960_GESTURE_CHANNEL(LEFT, 2),
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-evm.dts | 89 0x02000069 /* LEFT */
|
| H A D | am437x-gp-evm.dts | 84 0x02000069 /* LEFT */
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-xiaomi-mocha.dts | 2451 /* LEFT SPK */
|