Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 25 of 38) sorted by relevance

12

/external/icu4c/i18n/
Dcsr2022.cpp38 int32_t shifts = 0; in match_2022() local
72 shifts += 1; in match_2022()
94 if (hits+shifts < 5) { in match_2022()
95 quality -= (5-(hits+shifts))*10; in match_2022()
/external/chromium/third_party/icu/source/i18n/
Dcsr2022.cpp38 int32_t shifts = 0; in match_2022() local
72 shifts += 1; in match_2022()
94 if (hits+shifts < 5) { in match_2022()
95 quality -= (5-(hits+shifts))*10; in match_2022()
/external/bison/src/
Dstate.c59 transitions_to (transitions *shifts, symbol_number sym) in transitions_to() argument
64 assert (j < shifts->num); in transitions_to()
65 if (TRANSITION_SYMBOL (shifts, j) == sym) in transitions_to()
66 return shifts->states[j]; in transitions_to()
Dstate.h165 struct state *transitions_to (transitions *shifts, symbol_number sym);
/external/openssl/crypto/bn/
Dbn_gcd.c150 int shifts=0; in euclid() local
188 shifts++; in euclid()
194 if (shifts) in euclid()
196 if (!BN_lshift(a,a,shifts)) goto err; in euclid()
/external/bzip2/
Dblocksort.c992 Int32 shifts = 0; in mainSort() local
994 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()
998 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 ); in mainSort()
/external/openssl/crypto/des/
DImakefile20 PERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl
DFILES075 shifts.pl - Perl library used by my perl scripts.
DVERSION54 I've finally removed one of the shifts in D_ENCRYPT. This
/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc1733 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; in TestSmiShiftLeft() local
1738 int shift = shifts[i]; in TestSmiShiftLeft()
1876 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; in TestSmiShiftLogicalRight() local
1880 int shift = shifts[i]; in TestSmiShiftLogicalRight()
1979 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; in TestSmiShiftArithmeticRight() local
1983 int shift = shifts[i]; in TestSmiShiftArithmeticRight()
/external/libvpx/vp8/decoder/arm/neon/
Didct_dequant_dc_full_2x_neon.asm81 ; vqdmulh also doubles the value before it shifts by 16. we need to
Didct_dequant_full_2x_neon.asm73 ; vqdmulh also doubles the value before it shifts by 16. we need to
/external/grub/netboot/
D3c90x.txt249 a3c90x_internal_SetWindow - shifts between one of eight register
/external/chromium/third_party/icu/source/test/testdata/
Dconversion.txt513 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
1296 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
/external/icu4c/test/testdata/
Dconversion.txt518 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
1439 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
/external/bison/
DOChangeLog652 * src/LR0.c (augment_automaton): If copying sp->shifts to insert
943 shifts.
DChangeLog8354 (state_t): Rename member `shifts' as `transitions'.
8528 (shifts): Rename as...
11601 A single loop for the shifts + gotos is enough, but picked a
11655 * src/state.h (shifts): Remove the `number' member: shifts are
11662 shifts is useless: just fill directly the state's shifts member.
11664 * src/state.h (shifts): Remove the `next' member.
11667 (augment_automaton): Don't look for the shifts that must be added
11669 since shifts are attached, it is no longer needed to looking
11688 * src/LR0.c (augment_automaton): Now that all states have shifts,
11689 merge the two cases addition shifts to the initial state.
[all …]
/external/dropbear/libtommath/
Dchanges.txt197 logical shifts if the divisor is a power of two.
Dbn.tex972 Logical operations are operations that can be performed either with simple shifts or boolean operat…
977 Multiplications and divisions by any power of two can be performed with quick logical shifts either…
/external/zlib/
DChangeLog372 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
/external/bluetooth/glib/
DNEWS1193 466557 glib-mkenums shifts ARGV[0] to undefined
DChangeLog.pre-2-05977 clock shifts by never setting a timeout of more than
/external/libpng/
DCHANGES484 Changed several division operations to right-shifts in pngvcrd.c
/external/webkit/JavaScriptCore/
DChangeLog6936 Currently behaviour of shifts of a magnitude > 0x1f is undefined.
6937 Instead defined that all shifts are masked to this range. This makes a lot of
6940 it is required bt ECMA-262 for shifts).
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4276 N^V "shifts" :G2P

12