HomeSort by relevance Sort by last modified time
    Searched defs:shifts (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/source/i18n/
csr2022.cpp 38 int32_t shifts = 0; local
72 shifts += 1;
92 // Include shifts in this computation, so that KR does not get penalized
93 // for having only a single Escape sequence, but many shifts.
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /external/icu4c/i18n/
csr2022.cpp 38 int32_t shifts = 0; local
72 shifts += 1;
92 // Include shifts in this computation, so that KR does not get penalized
93 // for having only a single Escape sequence, but many shifts.
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /external/openssl/crypto/bn/
bn_gcd.c 150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 1733 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
1876 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
1979 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
    [all...]
  /external/bzip2/
blocksort.c 992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 308 milliseconds