HomeSort by relevance Sort by last modified time
    Searched refs:opj_bio_read (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
bio.h 115 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n);
t2.c 169 while (opj_bio_read(bio, 1)) {
191 if (!opj_bio_read(bio, 1))
193 if (!opj_bio_read(bio, 1))
195 if ((n = opj_bio_read(bio, 2)) != 3)
197 if ((n = opj_bio_read(bio, 5)) != 31)
199 return (37 + opj_bio_read(bio, 7));
    [all...]
bio.c 161 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n) { function
tgt.c 321 if (opj_bio_read(bio, 1)) {

Completed in 170 milliseconds