OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_BITS
(Results
1 - 12
of
12
) sorted by null
/external/jpeg/
jdphuff.c
327
r =
GET_BITS
(s);
400
r =
GET_BITS
(s);
411
r =
GET_BITS
(r);
470
if (
GET_BITS
(1))
544
if (
GET_BITS
(1))
553
r =
GET_BITS
(r);
568
if (
GET_BITS
(1)) {
602
if (
GET_BITS
(1)) {
jdhuff.h
62
* by the macros CHECK_BIT_BUFFER and
GET_BITS
. When there aren't enough
124
* before using
GET_BITS
, PEEK_BITS, or DROP_BITS.
129
* val =
GET_BITS
(n);
145
#define
GET_BITS
(nbits) \
jdhuff.c
410
code =
GET_BITS
(l);
418
code |=
GET_BITS
(1);
639
r =
GET_BITS
(s);
665
r =
GET_BITS
(s);
755
r =
GET_BITS
(s);
/external/qemu/distrib/jpeg-6b/
jdphuff.c
331
r =
GET_BITS
(s);
404
r =
GET_BITS
(s);
415
r =
GET_BITS
(r);
474
if (
GET_BITS
(1))
548
if (
GET_BITS
(1))
557
r =
GET_BITS
(r);
572
if (
GET_BITS
(1)) {
606
if (
GET_BITS
(1)) {
jdhuff.h
62
* by the macros CHECK_BIT_BUFFER and
GET_BITS
. When there aren't enough
124
* before using
GET_BITS
, PEEK_BITS, or DROP_BITS.
129
* val =
GET_BITS
(n);
145
#define
GET_BITS
(nbits) \
jdhuff.c
410
code =
GET_BITS
(l);
418
code |=
GET_BITS
(1);
639
r =
GET_BITS
(s);
665
r =
GET_BITS
(s);
755
r =
GET_BITS
(s);
/external/bzip2/
decompress.c
43
#define
GET_BITS
(lll,vvv,nnn) \
68
GET_BITS
(lll,uuu,8)
71
GET_BITS
(lll,uuu,1)
89
GET_BITS
(label1, zvec, zn); \
206
GET_BITS
(BZ_X_MAGIC_4, s->blockSize100k, 8)
251
GET_BITS
(BZ_X_RANDBIT, s->blockRandomised, 1);
287
GET_BITS
(BZ_X_SELECTOR_1, nGroups, 3);
289
GET_BITS
(BZ_X_SELECTOR_2, nSelectors, 15);
318
GET_BITS
(BZ_X_CODING_1, curr, 5);
/external/valgrind/main/VEX/switchback/
test_bzip2.c
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
[
all
...]
varinfo6.c
[
all
...]
/external/valgrind/main/perf/
bz2.c
[
all
...]
Completed in 1111 milliseconds