Home
last modified time | relevance | path

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

12

/external/icu4c/i18n/
Dcsr2022.cpp38 int32_t shifts = 0; in match_2022() local
69 shifts += 1; in match_2022()
91 if (hits+shifts < 5) { in match_2022()
92 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/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/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/icu4c/test/testdata/
Dconversion.txt300 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
954 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points
/external/grub/netboot/
D3c90x.txt249 a3c90x_internal_SetWindow - shifts between one of eight register
/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/
DChangeLog19 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
/external/libpng/
DCHANGES484 Changed several division operations to right-shifts in pngvcrd.c
/external/bison/doc/
Dbison.texinfo5107 The parser tries, by shifts and reductions, to reduce the entire input down
Dbison.info4757 The parser tries, by shifts and reductions, to reduce the entire
/external/webkit/WebCore/
DChangeLog-2003-10-256588 shifts in family as you go down the style tree result in an
DChangeLog-2002-12-033718 shifts the layer connection into the functions that are also
DChangeLog-2005-08-2332562 This change shifts some code around so that the code that determines what typing style
39185 This shifts the marker offsets by a given amount. This keeps the markers in the right
44287 …While I was in the neighborhood and working on understanding focus shifts, I fixed this bug as wel…
/external/webkit/WebKit/mac/
DChangeLog-2007-10-147029 <rdar://problem/4794346> REGRESSION: Tab key shifts form field focus instead of
DChangeLog-2006-02-0914935 (-[WebBridge shouldBeginEditing:]): New method used to glue delegate to focus shifts.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1422576 * kjs/nodes.cpp: (ShiftNode::evaluate): Keep the result of shifts in a double instead of
DChangeLog-2008-08-1028542 Integer divide sucks. Fortunately, a bunch of shifts and XORs

12