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
1494
if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) {
fs/xfs/libxfs/xfs_bmap.c
1496
if (isnullstartblock(LEFT.br_startblock))
fs/xfs/libxfs/xfs_bmap.c
1501
LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
fs/xfs/libxfs/xfs_bmap.c
1502
LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
fs/xfs/libxfs/xfs_bmap.c
1503
LEFT.br_state == new->br_state &&
fs/xfs/libxfs/xfs_bmap.c
1504
LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN &&
fs/xfs/libxfs/xfs_bmap.c
1505
xfs_bmap_same_rtgroup(bma->ip, whichfork, &LEFT, new))
fs/xfs/libxfs/xfs_bmap.c
1528
LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
fs/xfs/libxfs/xfs_bmap.c
1545
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1550
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1581
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1593
old = LEFT;
fs/xfs/libxfs/xfs_bmap.c
1594
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1598
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1612
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1694
old = LEFT;
fs/xfs/libxfs/xfs_bmap.c
1699
LEFT.br_blockcount += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
1707
xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1721
error = xfs_bmbt_update(bma->cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
1893
LEFT = *new;
fs/xfs/libxfs/xfs_bmap.c
1913
xfs_iext_insert(bma->ip, &bma->icur, &LEFT, state);
fs/xfs/libxfs/xfs_bmap.c
2065
if (xfs_iext_peek_prev_extent(ifp, icur, &LEFT)) {
fs/xfs/libxfs/xfs_bmap.c
2067
if (isnullstartblock(LEFT.br_startblock))
fs/xfs/libxfs/xfs_bmap.c
2072
LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
fs/xfs/libxfs/xfs_bmap.c
2073
LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
fs/xfs/libxfs/xfs_bmap.c
2074
LEFT.br_state == new->br_state &&
fs/xfs/libxfs/xfs_bmap.c
2075
LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN &&
fs/xfs/libxfs/xfs_bmap.c
2076
xfs_bmap_same_rtgroup(ip, whichfork, &LEFT, new))
fs/xfs/libxfs/xfs_bmap.c
2099
LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
fs/xfs/libxfs/xfs_bmap.c
2115
LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2120
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2162
error = xfs_bmbt_update(cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2173
LEFT.br_blockcount += PREV.br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2177
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2205
error = xfs_bmbt_update(cur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2289
LEFT.br_blockcount += new->br_blockcount;
fs/xfs/libxfs/xfs_bmap.c
2298
xfs_iext_update_extent(ip, state, icur, &LEFT);
fs/xfs/libxfs/xfs_bmap.c
2318
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
1097
.flags = LEFT,
lib/vsprintf.c
2636
SPEC_CHAR('-', LEFT),
lib/vsprintf.c
2674
spec->flags |= LEFT;
lib/vsprintf.c
2927
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
3348
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
482
if (spec.flags & LEFT)
lib/vsprintf.c
528
if (!(spec.flags & (ZEROPAD | LEFT))) {
lib/vsprintf.c
555
if (!(spec.flags & LEFT)) {
lib/vsprintf.c
635
if (!(spec.flags & 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)))