OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addbit
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bitset.h
17
int
addbit
(bitset bs, int ibit); /* Returns 0 if already set */
pgenheaders.h
18
#define
addbit
_Py_addbit
macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
bitset.h
17
int
addbit
(bitset bs, int ibit); /* Returns 0 if already set */
pgenheaders.h
18
#define
addbit
_Py_addbit
macro
/external/zopfli/src/zopfli/
deflate.c
38
static void
AddBit
(int bit,
544
AddBit
(final, bp, out, outsize);
545
AddBit
(btype & 1, bp, out, outsize);
546
AddBit
((btype & 2) >> 1, bp, out, outsize);
682
AddBit
(final, bp, out, outsize);
684
AddBit
(0, bp, out, outsize);
685
AddBit
(0, bp, out, outsize);
/external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp
137
#define
ADDBIT
(code, bit) code = code << 1; if (bit) code ++;
Completed in 94 milliseconds