HomeSort by: relevance | last modified time | path
    Searched refs:NTZ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
test-getdate.sh 79 # Clobbers $NTZ & $skipreason.
113 NTZ=`TZ=$1 date +%Z`
114 if test "$NTZ" = "$UTZ" || test "$NTZ" = "$1"; then
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 781 unsigned NTZ = DemandedMask.countTrailingZeros();
783 // Round NTZ down to the next byte. If we have 11 trailing zeros, then
787 NTZ &= ~7;
789 if (BitWidth-NLZ-NTZ == 8) {
790 unsigned ResultBit = NTZ;
791 unsigned InputBit = BitWidth-NTZ-8;

Completed in 26 milliseconds