OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextbit
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp
101
#define
NEXTBIT
src_buf[bitpos/8] & (1 << (7-bitpos%8)); bitpos ++;
377
FX_BOOL bit =
NEXTBIT
;
384
FX_BOOL bit1 =
NEXTBIT
;
388
FX_BOOL bit2 =
NEXTBIT
;
430
bit =
NEXTBIT
;
444
FX_BOOL bit1 =
NEXTBIT
;
448
FX_BOOL bit2 =
NEXTBIT
;
457
bit =
NEXTBIT
;
467
bit =
NEXTBIT
;
494
int bit =
NEXTBIT
;
[
all
...]
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
409
unsigned
NextBit
= 0;
411
Result |= (Piece & ((1U << (NumBits-1))-1)) <<
NextBit
;
416
NextBit
+= NumBits-1;
429
unsigned
NextBit
= 0;
431
Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) <<
NextBit
;
436
NextBit
+= NumBits-1;
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar
/prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar
Completed in 193 milliseconds