OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBit
(Results
1 - 7
of
7
) sorted by null
/system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c
41
uint32_t u32Count,
maxBit
= 0; /* loop count*/
80
if (u32Count >
maxBit
)
maxBit
= u32Count;
115
if (u32CountSum >
maxBit
)
maxBit
= u32CountSum;
117
if (u32CountDiff >
maxBit
)
maxBit
= u32CountDiff;
145
pstrEncParams->s16MaxBitNeed = (int16_t)
maxBit
;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js
433
var minBit,
maxBit
, i, n;
441
maxBit
= arguments[0];
444
maxBit
= arguments[1];
446
// make sure that we have room for
maxBit
447
this.growToInclude(
maxBit
);
448
for (i = minBit; i <=
maxBit
; i++) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java
306
/** complement bits in the range 0..
maxBit
. */
307
public void notInPlace(int
maxBit
) {
308
notInPlace(0,
maxBit
);
311
/** complement bits in the range minBit..
maxBit
.*/
312
public void notInPlace(int minBit, int
maxBit
) {
313
// make sure that we have room for
maxBit
314
growToInclude(
maxBit
);
315
for (int i = minBit; i <=
maxBit
; i++) {
/prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 672 milliseconds