Searched defs:passtype (Results 1 - 3 of 3) sorted by last modified time

/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c1377 OPJ_UINT32 passtype; local
1390 passtype = 2;
1401 type = ((bpno_plus_one <= ((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1415 switch (passtype) {
1449 if (++passtype == 3) {
1450 passtype = 0;
1584 OPJ_UINT32 passtype; local
1602 passtype = 2;
1613 type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1615 switch (passtype) {
[all...]
/external/e2fsprogs/debugfs/
H A Drecovery.c41 enum passtype {PASS_SCAN, PASS_REVOKE, PASS_REPLAY}; enum
43 struct recovery_info *info, enum passtype pass);
433 struct recovery_info *info, enum passtype pass)
/external/e2fsprogs/e2fsck/
H A Drecovery.c41 enum passtype {PASS_SCAN, PASS_REVOKE, PASS_REPLAY}; enum
43 struct recovery_info *info, enum passtype pass);
433 struct recovery_info *info, enum passtype pass)

Completed in 413 milliseconds