Symbol: LEFT
arch/alpha/boot/stdio.c
139
case '-': flags |= LEFT; goto repeat;
arch/alpha/boot/stdio.c
156
flags |= LEFT;
arch/alpha/boot/stdio.c
191
if (!(flags & LEFT))
arch/alpha/boot/stdio.c
206
if (!(flags & LEFT))
arch/alpha/boot/stdio.c
51
if (type & LEFT)
arch/alpha/boot/stdio.c
85
if (!(type&(ZEROPAD+LEFT)))
arch/alpha/boot/stdio.c
98
if (!(type & LEFT))
arch/powerpc/boot/stdio.c
121
if (!(type&(ZEROPAD+LEFT)))
arch/powerpc/boot/stdio.c
134
if (!(type & LEFT))
arch/powerpc/boot/stdio.c
175
case '-': flags |= LEFT; goto repeat;
arch/powerpc/boot/stdio.c
192
flags |= LEFT;
arch/powerpc/boot/stdio.c
227
if (!(flags & LEFT))
arch/powerpc/boot/stdio.c
242
if (!(flags & LEFT))
arch/powerpc/boot/stdio.c
87
if (type & LEFT)
arch/x86/boot/printf.c
101
if (!(type & LEFT))
arch/x86/boot/printf.c
140
flags |= LEFT;
arch/x86/boot/printf.c
166
flags |= LEFT;
arch/x86/boot/printf.c
197
if (!(flags & LEFT))
arch/x86/boot/printf.c
209
if (!(flags & LEFT))
arch/x86/boot/printf.c
54
if (type & LEFT)
arch/x86/boot/printf.c
88
if (!(type & (ZEROPAD + LEFT)))
drivers/firmware/efi/libstub/vsprintf.c
160
flags |= LEFT;
drivers/firmware/efi/libstub/vsprintf.c
350
flags |= LEFT;
drivers/firmware/efi/libstub/vsprintf.c
353
if (flags & LEFT)
drivers/firmware/efi/libstub/vsprintf.c
380
flags &= LEFT;
drivers/firmware/efi/libstub/vsprintf.c
394
flags &= LEFT;
drivers/firmware/efi/libstub/vsprintf.c
490
if (!(flags & LEFT))
drivers/iio/light/apds9960.c
317
APDS9960_GESTURE_CHANNEL(LEFT, 2),
fs/xfs/libxfs/xfs_bmap.c
1492
if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) {
fs/xfs/libxfs/xfs_bmap.c
1494
if (isnullstartblock(LEFT.br_startblock))
fs/xfs/libxfs/xfs_bmap.c
1499
LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
fs/xfs/libxfs/xfs_bmap.c
1500
LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
fs/xfs/libxfs/xfs_bmap.c
1501
LEFT.br_state == new->br_state &&
fs/xfs/libxfs/xfs_bmap.c
1502
LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN &&
fs/xfs/libxfs/xfs_bmap.c
1503
xfs_bmap_same_rtgroup(bma->ip, whichfork, &LEFT, new))
fs/xfs/libxfs/xfs_bmap.c
1526
LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
fs/xfs/libxfs/xfs_bmap.c
1543
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1548
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1579
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1591
old = LEFT;
fs/xfs/libxfs/xfs_bmap.c
1592
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1596
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1610
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1692
old = LEFT;
fs/xfs/libxfs/xfs_bmap.c
1697
LEFT.br_blockcount += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1705
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1719
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1891
LEFT = *new;
fs/xfs/libxfs/xfs_bmap.c
1911
xfs_iext_insert(bma->ip, &bma->icur, &LEFT, state);
fs/xfs/libxfs/xfs_bmap.c
2063
if (xfs_iext_peek_prev_extent(ifp, icur, &LEFT)) {
fs/xfs/libxfs/xfs_bmap.c
2065
if (isnullstartblock(LEFT.br_startblock))
fs/xfs/libxfs/xfs_bmap.c
2070
LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
fs/xfs/libxfs/xfs_bmap.c
2071
LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
fs/xfs/libxfs/xfs_bmap.c
2072
LEFT.br_state == new->br_state &&
fs/xfs/libxfs/xfs_bmap.c
2073
LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN &&
fs/xfs/libxfs/xfs_bmap.c
2074
xfs_bmap_same_rtgroup(ip, whichfork, &LEFT, new))
fs/xfs/libxfs/xfs_bmap.c
2097
LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
fs/xfs/libxfs/xfs_bmap.c
2113
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2118
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2160
error = xfs_bmbt_update(cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2171
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2175
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2203
error = xfs_bmbt_update(cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2287
LEFT.br_blockcount += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2296
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2316
error = xfs_bmbt_update(cur, &LEFT);
fs/xfs/libxfs/xfs_rmap.c
1318
error = xfs_rmap_get_rec(cur, &LEFT, &i);
fs/xfs/libxfs/xfs_rmap.c
1327
LEFT.rm_startblock + LEFT.rm_blockcount >
fs/xfs/libxfs/xfs_rmap.c
1334
LEFT.rm_startblock, LEFT.rm_blockcount,
fs/xfs/libxfs/xfs_rmap.c
1335
LEFT.rm_owner, LEFT.rm_offset, LEFT.rm_flags);
fs/xfs/libxfs/xfs_rmap.c
1336
if (LEFT.rm_startblock + LEFT.rm_blockcount == bno &&
fs/xfs/libxfs/xfs_rmap.c
1337
LEFT.rm_offset + LEFT.rm_blockcount == offset &&
fs/xfs/libxfs/xfs_rmap.c
1338
xfs_rmap_is_mergeable(&LEFT, owner, newext))
fs/xfs/libxfs/xfs_rmap.c
1388
(unsigned long)LEFT.rm_blockcount + len +
fs/xfs/libxfs/xfs_rmap.c
1461
NEW = LEFT;
fs/xfs/libxfs/xfs_rmap.c
1492
NEW = LEFT;
fs/xfs/libxfs/xfs_rmap.c
1567
NEW = LEFT;
fs/xfs/libxfs/xfs_rmap.c
1805
&LEFT, &i);
fs/xfs/libxfs/xfs_rmap.c
1811
LEFT.rm_startblock + LEFT.rm_blockcount >
fs/xfs/libxfs/xfs_rmap.c
1817
if (xfs_rmap_is_mergeable(&LEFT, owner, newext))
fs/xfs/libxfs/xfs_rmap.c
1854
(unsigned long)LEFT.rm_blockcount + len +
fs/xfs/libxfs/xfs_rmap.c
1880
NEW = LEFT;
fs/xfs/libxfs/xfs_rmap.c
1907
NEW = LEFT;
fs/xfs/libxfs/xfs_rmap.c
1994
NEW = LEFT;
lib/vsprintf.c
1091
.flags = LEFT,
lib/vsprintf.c
2640
SPEC_CHAR('-', LEFT),
lib/vsprintf.c
2690
spec->flags |= LEFT;
lib/vsprintf.c
2924
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
3350
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
475
if (spec.flags & LEFT)
lib/vsprintf.c
521
if (!(spec.flags & (ZEROPAD | LEFT))) {
lib/vsprintf.c
548
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
628
if (!(spec.flags & LEFT)) {
sound/soc/codecs/tac5xx2-sdw.c
60
#define FU21_L_MUTE_REG TAC_MUTE_REG(SA, FU21, LEFT)
sound/soc/codecs/tac5xx2-sdw.c
62
#define FU23_L_MUTE_REG TAC_MUTE_REG(SA, FU23, LEFT)
sound/soc/codecs/tac5xx2-sdw.c
64
#define FU26_MUTE_REG TAC_MUTE_REG(SA, FU26, LEFT)
sound/soc/codecs/tac5xx2-sdw.c
65
#define FU11_L_MUTE_REG TAC_MUTE_REG(SM, FU11, LEFT)
sound/soc/codecs/tac5xx2-sdw.c
67
#define FU113_L_MUTE_REG TAC_MUTE_REG(SM, FU113, LEFT)
sound/soc/codecs/tac5xx2-sdw.c
69
#define FU41_L_MUTE_REG TAC_MUTE_REG(UAJ, FU41, LEFT)
tools/testing/selftests/kvm/lib/guest_sprintf.c
105
if (!(type & LEFT))
tools/testing/selftests/kvm/lib/guest_sprintf.c
151
flags |= LEFT;
tools/testing/selftests/kvm/lib/guest_sprintf.c
177
flags |= LEFT;
tools/testing/selftests/kvm/lib/guest_sprintf.c
215
if (!(flags & LEFT))
tools/testing/selftests/kvm/lib/guest_sprintf.c
228
if (!(flags & LEFT))
tools/testing/selftests/kvm/lib/guest_sprintf.c
58
if (type & LEFT)
tools/testing/selftests/kvm/lib/guest_sprintf.c
92
if (!(type & (ZEROPAD + LEFT)))