JPC_NSIG 306 3rdparty/libjasper/jpc_t1cod.c v = ((f & JPC_NSIG) != 0) + ((f & JPC_SSIG) != 0); JPC_NSIG 384 3rdparty/libjasper/jpc_t1cod.c vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG), 1) - JPC_NSIG 385 3rdparty/libjasper/jpc_t1cod.c JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == (JPC_NSIG | JPC_NSGN)) + ((f & (JPC_SSIG | JPC_SSGN)) == (JPC_SSIG | JPC_SSGN)), 1); JPC_NSIG 406 3rdparty/libjasper/jpc_t1cod.c vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG), JPC_NSIG 407 3rdparty/libjasper/jpc_t1cod.c 1) - JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == (JPC_NSIG | JPC_NSGN)) + JPC_NSIG 130 3rdparty/libjasper/jpc_t1cod.h (JPC_NSIG | JPC_NESIG | JPC_ESIG | JPC_SESIG | JPC_SSIG | JPC_SWSIG | JPC_WSIG | JPC_NWSIG) JPC_NSIG 132 3rdparty/libjasper/jpc_t1cod.h #define JPC_PRIMSIGMSK (JPC_NSIG | JPC_ESIG | JPC_SSIG | JPC_WSIG) JPC_NSIG 248 3rdparty/libjasper/jpc_t1cod.h *sp |= JPC_NSIG | JPC_NSGN; \ JPC_NSIG 252 3rdparty/libjasper/jpc_t1cod.h *sp |= JPC_NSIG; \ JPC_NSIG 263 3rdparty/libjasper/jpc_t1cod.h *sp |= JPC_NSIG | JPC_NSGN; \ JPC_NSIG 268 3rdparty/libjasper/jpc_t1cod.h *sp |= JPC_NSIG; \