Searched refs:LEFT (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dstdio.c75 #define LEFT 16 /* left justified */ macro
87 if (type & LEFT)
121 if (!(type&(ZEROPAD+LEFT)))
134 if (!(type & LEFT))
175 case '-': flags |= LEFT; goto repeat;
192 flags |= LEFT;
227 if (!(flags & LEFT))
242 if (!(flags & LEFT))
/linux-master/arch/x86/boot/
H A Dprintf.c31 #define LEFT 16 /* left justified */ macro
54 if (type & LEFT)
88 if (!(type & (ZEROPAD + LEFT)))
101 if (!(type & LEFT))
140 flags |= LEFT;
166 flags |= LEFT;
197 if (!(flags & LEFT))
209 if (!(flags & LEFT))
/linux-master/arch/alpha/boot/
H A Dstdio.c39 #define LEFT 16 /* left justified */ macro
51 if (type & LEFT)
85 if (!(type&(ZEROPAD+LEFT)))
98 if (!(type & LEFT))
139 case '-': flags |= LEFT; goto repeat;
156 flags |= LEFT;
191 if (!(flags & LEFT))
206 if (!(flags & LEFT))
/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c30 #define LEFT 16 /* left justified */ macro
58 if (type & LEFT)
92 if (!(type & (ZEROPAD + LEFT)))
105 if (!(type & LEFT))
151 flags |= LEFT;
177 flags |= LEFT;
215 if (!(flags & LEFT))
228 if (!(flags & LEFT))
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c147 #define LEFT 16 /* left justified */ macro
160 flags |= LEFT;
350 flags |= LEFT;
353 if (flags & LEFT)
380 flags &= LEFT;
394 flags &= LEFT;
490 if (!(flags & LEFT))
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c1190 #define LEFT r[0] macro
1272 error = xfs_rmap_get_rec(cur, &LEFT, &i);
1281 LEFT.rm_startblock + LEFT.rm_blockcount >
1288 cur->bc_ag.pag->pag_agno, LEFT.rm_startblock,
1289 LEFT.rm_blockcount, LEFT.rm_owner,
1290 LEFT.rm_offset, LEFT.rm_flags);
1291 if (LEFT
2134 #undef LEFT macro
[all...]
H A Dxfs_bmap.c1471 #define LEFT r[0] macro
1500 if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) {
1502 if (isnullstartblock(LEFT.br_startblock))
1507 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
1508 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
1509 LEFT.br_state == new->br_state &&
1510 LEFT.br_blockcount + new->br_blockcount <= XFS_MAX_BMBT_EXTLEN)
1533 LEFT
1997 #undef LEFT macro
2036 #define LEFT macro
2555 #undef LEFT macro
[all...]
/linux-master/lib/
H A Dvsprintf.c411 #define LEFT 2 /* left justified */ macro
473 if (spec.flags & LEFT)
519 if (!(spec.flags & (ZEROPAD | LEFT))) {
546 if (!(spec.flags & LEFT)) {
626 if (!(spec.flags & LEFT)) {
1074 .flags = LEFT,
2540 spec->flags |= LEFT;
2576 case '-': spec->flags |= LEFT; break;
2803 if (!(spec.flags & LEFT)) {
3280 if (!(spec.flags & LEFT)) {
[all...]
/linux-master/drivers/iio/light/
H A Dapds9960.c297 APDS9960_GESTURE_CHANNEL(LEFT, 2),

Completed in 384 milliseconds