Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Dfmt.c799 int shift; in flush_paragraph() local
839 shift = split_point->text - parabuf; in flush_paragraph()
840 wptr -= shift; in flush_paragraph()
845 w->text -= shift; in flush_paragraph()
Dfactor.c1793 int shift; in isqrt2() local
1802 count_leading_zeros (shift, nh); in isqrt2()
1803 shift &= ~1; in isqrt2()
1806 x = isqrt ((nh << shift) + (nl >> (W_TYPE_SIZE - shift))) + 1; in isqrt2()
1807 x <<= (W_TYPE_SIZE - shift) >> 1; in isqrt2()
/coreutils/scripts/git-hooks/
Dcommit-msg103 # while (@line && $line[0] =~ /^(?:#.*|[ \t]*)$/) { shift @line; }
/coreutils/
Dinit.cfg179 shift
623 shift 2 || return 1
757 shift 3 || return 1
/coreutils/doc/
Dcoreutils.texi1484 return set shift times trap unset}
11014 test "$1" = --no-symlinks && { nosym=$1; shift; }