LEFT               51 arch/alpha/boot/stdio.c 	if (type & LEFT)
LEFT               85 arch/alpha/boot/stdio.c 	if (!(type&(ZEROPAD+LEFT)))
LEFT               98 arch/alpha/boot/stdio.c 	if (!(type & LEFT))
LEFT              139 arch/alpha/boot/stdio.c 				case '-': flags |= LEFT; goto repeat;
LEFT              156 arch/alpha/boot/stdio.c 				flags |= LEFT;
LEFT              191 arch/alpha/boot/stdio.c 			if (!(flags & LEFT))
LEFT              206 arch/alpha/boot/stdio.c 			if (!(flags & LEFT))
LEFT              158 arch/arm/mach-pxa/magician.c 	INIT_KEY(LEFT,       GPIO95_MAGICIAN_KEY_LEFT,      "Left button"),
LEFT              165 arch/mips/lasat/picvue_proc.c 		pvc_move(DISPLAY|LEFT);
LEFT               87 arch/powerpc/boot/stdio.c 	if (type & LEFT)
LEFT              121 arch/powerpc/boot/stdio.c 	if (!(type&(ZEROPAD+LEFT)))
LEFT              134 arch/powerpc/boot/stdio.c 	if (!(type & LEFT))
LEFT              175 arch/powerpc/boot/stdio.c 				case '-': flags |= LEFT; goto repeat;
LEFT              192 arch/powerpc/boot/stdio.c 				flags |= LEFT;
LEFT              227 arch/powerpc/boot/stdio.c 			if (!(flags & LEFT))
LEFT              242 arch/powerpc/boot/stdio.c 			if (!(flags & LEFT))
LEFT               54 arch/x86/boot/printf.c 	if (type & LEFT)
LEFT               88 arch/x86/boot/printf.c 	if (!(type & (ZEROPAD + LEFT)))
LEFT              101 arch/x86/boot/printf.c 	if (!(type & LEFT))
LEFT              140 arch/x86/boot/printf.c 			flags |= LEFT;
LEFT              166 arch/x86/boot/printf.c 				flags |= LEFT;
LEFT              197 arch/x86/boot/printf.c 			if (!(flags & LEFT))
LEFT              209 arch/x86/boot/printf.c 			if (!(flags & LEFT))
LEFT              294 drivers/iio/light/apds9960.c 	APDS9960_GESTURE_CHANNEL(LEFT, 2),
LEFT             1591 fs/xfs/libxfs/xfs_bmap.c 	if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) {
LEFT             1593 fs/xfs/libxfs/xfs_bmap.c 		if (isnullstartblock(LEFT.br_startblock))
LEFT             1598 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
LEFT             1599 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
LEFT             1600 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_state == new->br_state &&
LEFT             1601 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
LEFT             1624 fs/xfs/libxfs/xfs_bmap.c 	     LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
LEFT             1640 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
LEFT             1645 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
LEFT             1664 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(bma->cur, &LEFT);
LEFT             1675 fs/xfs/libxfs/xfs_bmap.c 		old = LEFT;
LEFT             1676 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += PREV.br_blockcount;
LEFT             1680 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
LEFT             1690 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(bma->cur, &LEFT);
LEFT             1757 fs/xfs/libxfs/xfs_bmap.c 		old = LEFT;
LEFT             1762 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += new->br_blockcount;
LEFT             1770 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT);
LEFT             1780 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(bma->cur, &LEFT);
LEFT             1927 fs/xfs/libxfs/xfs_bmap.c 		LEFT = *new;
LEFT             1947 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_insert(bma->ip, &bma->icur, &LEFT, state);
LEFT             2092 fs/xfs/libxfs/xfs_bmap.c 	if (xfs_iext_peek_prev_extent(ifp, icur, &LEFT)) {
LEFT             2094 fs/xfs/libxfs/xfs_bmap.c 		if (isnullstartblock(LEFT.br_startblock))
LEFT             2099 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
LEFT             2100 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
LEFT             2101 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_state == new->br_state &&
LEFT             2102 fs/xfs/libxfs/xfs_bmap.c 	    LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
LEFT             2125 fs/xfs/libxfs/xfs_bmap.c 	     LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
LEFT             2140 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount;
LEFT             2145 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(ip, state, icur, &LEFT);
LEFT             2168 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(cur, &LEFT);
LEFT             2179 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += PREV.br_blockcount;
LEFT             2183 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(ip, state, icur, &LEFT);
LEFT             2200 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(cur, &LEFT);
LEFT             2269 fs/xfs/libxfs/xfs_bmap.c 		LEFT.br_blockcount += new->br_blockcount;
LEFT             2278 fs/xfs/libxfs/xfs_bmap.c 		xfs_iext_update_extent(ip, state, icur, &LEFT);
LEFT             2294 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_bmbt_update(cur, &LEFT);
LEFT              995 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_get_rec(cur, &LEFT, &i);
LEFT             1000 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_startblock + LEFT.rm_blockcount <= bno,
LEFT             1003 fs/xfs/libxfs/xfs_rmap.c 				cur->bc_private.a.agno, LEFT.rm_startblock,
LEFT             1004 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_blockcount, LEFT.rm_owner,
LEFT             1005 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_offset, LEFT.rm_flags);
LEFT             1006 fs/xfs/libxfs/xfs_rmap.c 		if (LEFT.rm_startblock + LEFT.rm_blockcount == bno &&
LEFT             1007 fs/xfs/libxfs/xfs_rmap.c 		    LEFT.rm_offset + LEFT.rm_blockcount == offset &&
LEFT             1008 fs/xfs/libxfs/xfs_rmap.c 		    xfs_rmap_is_mergeable(&LEFT, owner, newext))
LEFT             1047 fs/xfs/libxfs/xfs_rmap.c 	    (unsigned long)LEFT.rm_blockcount + len +
LEFT             1099 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT             1123 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT             1187 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT             1404 fs/xfs/libxfs/xfs_rmap.c 			&LEFT, &i);
LEFT             1410 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_startblock + LEFT.rm_blockcount <= bno,
LEFT             1412 fs/xfs/libxfs/xfs_rmap.c 		if (xfs_rmap_is_mergeable(&LEFT, owner, newext))
LEFT             1442 fs/xfs/libxfs/xfs_rmap.c 	    (unsigned long)LEFT.rm_blockcount + len +
LEFT             1469 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT             1492 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT             1567 fs/xfs/libxfs/xfs_rmap.c 		NEW = LEFT;
LEFT              432 lib/vsprintf.c 	if (spec.flags & LEFT)
LEFT              478 lib/vsprintf.c 	if (!(spec.flags & (ZEROPAD | LEFT))) {
LEFT              505 lib/vsprintf.c 	if (!(spec.flags & LEFT)) {
LEFT              585 lib/vsprintf.c 	if (!(spec.flags & LEFT)) {
LEFT             1001 lib/vsprintf.c 		.flags = LEFT,
LEFT             2234 lib/vsprintf.c 			spec->flags |= LEFT;
LEFT             2270 lib/vsprintf.c 		case '-': spec->flags |= LEFT;    break;
LEFT             2496 lib/vsprintf.c 			if (!(spec.flags & LEFT)) {
LEFT             2972 lib/vsprintf.c 			if (!(spec.flags & LEFT)) {