/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/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 1478 #define LEFT r[0] in xfs_bmap_add_extent_delay_real() macro 1507 if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) { in xfs_bmap_add_extent_delay_real() 1509 if (isnullstartblock(LEFT.br_startblock)) in xfs_bmap_add_extent_delay_real() 1514 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff && in xfs_bmap_add_extent_delay_real() 1515 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock && in xfs_bmap_add_extent_delay_real() 1516 LEFT.br_state == new->br_state && in xfs_bmap_add_extent_delay_real() 1517 LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN && in xfs_bmap_add_extent_delay_real() 1518 xfs_bmap_same_rtgroup(bma->ip, whichfork, &LEFT, new)) in xfs_bmap_add_extent_delay_real() 1541 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount in xfs_bmap_add_extent_delay_real() 1558 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real() [all …]
|
/linux/Documentation/input/devices/ |
H A D | amijoy.rst | 120 0=LEFT CONTROLLER PAIR, 1=RIGHT CONTROLLER PAIR. 198 LEFT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0 210 | LEFT | Y | LY | 9 | 36 | 212 | LEFT | X | LX | 5 | 35 |
|
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/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl-s805x-libretech-ac.dts | 122 audio-widgets = "Speaker", "9J5-3 LEFT", 124 audio-routing = "9J5-3 LEFT", "ACODEC LOLN",
|
H A D | meson-gx-libretech-pc.dtsi | 191 audio-widgets = "Speaker", "7J4-14 LEFT", 195 "7J4-14 LEFT", "AU2 OUTL",
|
H A D | meson-g12b-odroid-go-ultra.dts | 108 label = "DPAD-LEFT";
|
/linux/lib/ |
H A D | vsprintf.c | 411 #define LEFT 2 /* left justified */ macro 473 if (spec.flags & LEFT) in number() 519 if (!(spec.flags & (ZEROPAD | LEFT))) { in number() 546 if (!(spec.flags & LEFT)) { in number() 626 if (!(spec.flags & LEFT)) { in widen_string() 1088 .flags = LEFT, in resource_string() 2564 spec->flags |= LEFT; in format_decode() 2600 case '-': spec->flags |= LEFT; break; in format_decode() 2827 if (!(spec.flags & LEFT)) { in vsnprintf() 3304 if (!(spec.flags & LEFT)) { in bstr_printf()
|
/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 | 134 label = "TOP-LEFT 2";
|
H A D | rk3566-powkiddy-rk2023.dtsi | 138 label = "DPAD-LEFT";
|
H A D | rk3588s-gameforce-ace.dts | 211 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 | 423 BTN_{MOUSE,LEFT,MIDDLE,RIGHT} must not be reported as the result of touch 448 button may be used for buttons on the tablet except BTN_{MOUSE,LEFT}.
|
/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 */
|