Searched refs:shifts (Results 1 – 25 of 26) sorted by relevance
12
/external/icu4c/i18n/ |
D | csr2022.cpp | 38 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/ |
D | state.c | 59 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()
|
D | state.h | 165 struct state *transitions_to (transitions *shifts, symbol_number sym);
|
/external/openssl/crypto/bn/ |
D | bn_gcd.c | 150 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/ |
D | Imakefile | 20 PERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl
|
D | FILES0 | 75 shifts.pl - Perl library used by my perl scripts.
|
D | VERSION | 54 I've finally removed one of the shifts in D_ENCRYPT. This
|
/external/bzip2/ |
D | blocksort.c | 992 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/ |
D | conversion.txt | 300 // 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/ |
D | 3c90x.txt | 249 a3c90x_internal_SetWindow - shifts between one of eight register
|
/external/bison/ |
D | OChangeLog | 652 * src/LR0.c (augment_automaton): If copying sp->shifts to insert 943 shifts.
|
D | ChangeLog | 8354 (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/ |
D | changes.txt | 197 logical shifts if the divisor is a power of two.
|
D | bn.tex | 972 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/ |
D | ChangeLog | 19 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
|
/external/libpng/ |
D | CHANGES | 484 Changed several division operations to right-shifts in pngvcrd.c
|
/external/bison/doc/ |
D | bison.texinfo | 5107 The parser tries, by shifts and reductions, to reduce the entire input down
|
D | bison.info | 4757 The parser tries, by shifts and reductions, to reduce the entire
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 6588 shifts in family as you go down the style tree result in an
|
D | ChangeLog-2002-12-03 | 3718 shifts the layer connection into the functions that are also
|
D | ChangeLog-2005-08-23 | 32562 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/ |
D | ChangeLog-2007-10-14 | 7029 <rdar://problem/4794346> REGRESSION: Tab key shifts form field focus instead of
|
D | ChangeLog-2006-02-09 | 14935 (-[WebBridge shouldBeginEditing:]): New method used to glue delegate to focus shifts.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 22576 * kjs/nodes.cpp: (ShiftNode::evaluate): Keep the result of shifts in a double instead of
|
D | ChangeLog-2008-08-10 | 28542 Integer divide sucks. Fortunately, a bunch of shifts and XORs
|
12