Home | History | Annotate | Download | only in libjasper

Lines Matching defs:in

20  * files (the "Software"), to deal in the Software without restriction,
27 * includes the disclaimer below) shall be included in all copies or
39 * PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
42 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
43 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
52 * IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
53 * SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
55 * SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
109 jas_stream_t *in;
124 jpc_mqdec_t *jpc_mqdec_create(int maxctxs, jas_stream_t *in);
134 void jpc_mqdec_setinput(jpc_mqdec_t *dec, jas_stream_t *in);
226 #define jpc_mqdec_renormd(areg, creg, ctreg, in, eof, inbuf) \
230 jpc_mqdec_bytein2(creg, ctreg, in, eof, inbuf); \
238 #define jpc_mqdec_bytein2(creg, ctreg, in, eof, inbuf) \
243 if ((c = jas_stream_getc(in)) == EOF) { \