OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loopCounter
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
bitenc.cpp
680
int
loopCounter
= 1;
683
loopCounter
++;
691
for (i=1; i<
loopCounter
; i++) {
700
extBitsUsed += DATA_EL_VERSION_BITS + (
loopCounter
*8) + (cnt*8);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java
370
int
loopCounter
= 0;
377
if (DBG &&
loopCounter
++ > MAX_JUMPS) {
Completed in 40 milliseconds