Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 210) sorted by relevance

123456789

/plan9/sys/src/cmd/gs/src/
H A Dgscrypt1.h35 #define encrypt_next(ch, state, chvar)\ argument
38 #define decrypt_this(ch, state)\ argument
40 #define decrypt_next(ch, state, chvar)\ argument
43 #define decrypt_skip_next(ch, state)\ argument
45 #define decrypt_skip_previous(ch, state)\ argument
H A Dsjbig2.c48 stream_jbig2decode_state *const state = in s_jbig2decode_error() local
135 stream_jbig2decode_state *state = (stream_jbig2decode_state*)ss; in s_jbig2decode_set_global_ctx() local
147 stream_jbig2decode_state *const state = (stream_jbig2decode_state *) ss; in s_jbig2decode_init() local
165 stream_jbig2decode_state *const state = (stream_jbig2decode_state *) ss; in s_jbig2decode_process() local
216 stream_jbig2decode_state *const state = (stream_jbig2decode_state *) ss; in s_jbig2decode_release() local
233 stream_jbig2decode_state *const state = (stream_jbig2decode_state *) ss; in s_jbig2decode_set_defaults() local
H A Dzfarc4.c42 stream_arcfour_state state; in z_arcfour_d() local
66 stream_arcfour_state state; in z_arcfour_e() local
H A Dzmisc1.c49 crypt_state state; in type1crypt() local
92 stream_exE_state state; in zexE() local
106 stream_exD_state state; in zexD() local
H A Dzfbcp.c54 stream_BCPD_state state; in zBCPD() local
74 stream_BCPD_state state; in zTBCPD() local
H A Dsjpx.c49 stream_jpxd_state *const state = (stream_jpxd_state *) ss; in s_jpxd_init() local
256 s_jpxd_buffer_input(stream_jpxd_state *const state, stream_cursor_read *pr, in s_jpxd_buffer_input()
284 s_jpxd_decode_image(stream_jpxd_state * state) in s_jpxd_decode_image()
332 stream_jpxd_state *const state = (stream_jpxd_state *) ss; in s_jpxd_process() local
406 stream_jpxd_state *const state = (stream_jpxd_state *) ss; in s_jpxd_release() local
424 stream_jpxd_state *const state = (stream_jpxd_state *) ss; in s_jpxd_set_defaults() local
H A Dgscrypt1.c27 crypt_state state = *pstate; in gs_type1_encrypt() local
43 crypt_state state = *pstate; in gs_type1_decrypt() local
H A Dgdevtfax.c261 stream_CFE_state state; in tiffcrle_print_page() local
276 stream_CFE_state state; in tiffg3_print_page() local
291 stream_CFE_state state; in tiffg32d_print_page() local
307 stream_CFE_state state; in tiffg4_print_page() local
325 stream_LZW_state state; in tifflzw_print_page() local
348 stream_RLE_state state; in tiffpack_print_page() local
H A Dsarc4.c41 s_arcfour_set_key(stream_arcfour_state * state, const unsigned char *key, in s_arcfour_set_key()
78 stream_arcfour_state *const state = (stream_arcfour_state *) ss; in s_arcfour_process() local
H A Dgxtype1.h73 #define charstring_this(ch, state, encrypted)\ argument
75 #define charstring_next(ch, state, chvar, encrypted)\ argument
79 #define charstring_skip_next(ch, state, encrypted)\ argument
186 #define decode_num2(var, c, cip, state, encrypted)\ argument
195 #define decode_push_num2(csp, cstack, c, cip, state, encrypted)\ argument
221 #define decode_num4(lw, cip, state, encrypted)\ argument
H A Dzfjpx.c44 stream_jpxd_state state; in z_jpx_decode() local
H A Dgdevfax.c248 stream_CFE_state state; in faxg3_print_page() local
260 stream_CFE_state state; in faxg32d_print_page() local
273 stream_CFE_state state; in faxg4_print_page() local
H A Dzfilter.c65 stream_PFBD_state state; in zPFBD() local
105 stream_RLE_state state; in zRLE() local
123 stream_RLD_state state; in zRLD() local
138 stream_SFD_state state; in zSFD() local
H A Dzfdctd.c44 stream_DCT_state state; in zDCTD() local
H A Dgxshade4.c100 mesh_fill_state_t state; in gs_shading_FfGt_fill_rectangle() local
154 mesh_fill_state_t state; in gs_shading_LfGt_fill_rectangle() local
H A Disstate.h27 gs_ref_memory_t state; /* must be first for subclassing */ member
/plan9/sys/src/cmd/gs/zlib/
H A Dinflate.c106 struct inflate_state FAR *state; local
131 struct inflate_state FAR *state; local
186 local void fixedtables(state) in fixedtables() argument
253 struct inflate_state state; in makefixed() local
308 struct inflate_state FAR *state; local
539 struct inflate_state FAR *state; local
1091 struct inflate_state FAR *state; local
1107 struct inflate_state FAR *state; local
1180 struct inflate_state FAR *state; local
1228 struct inflate_state FAR *state; local
[all …]
H A Dinfback.c35 struct inflate_state FAR *state; local
72 local void fixedtables(state) in fixedtables() argument
247 struct inflate_state FAR *state; local
/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Drc4.c9 uchar *state; in setupRC4state() local
38 uchar *state; in rc4() local
63 uchar *state; in rc4skip() local
87 uchar *state; in rc4back() local
/plan9/sys/src/libsec/port/
H A Drc4.c9 uchar *state; in setupRC4state() local
38 uchar *state; in rc4() local
63 uchar *state; in rc4skip() local
87 uchar *state; in rc4back() local
/plan9/sys/src/cmd/gs/jpeg/
H A Djchuff.c270 #define emit_byte(state,val,action) \ argument
278 dump_buffer (working_state * state) in dump_buffer()
340 flush_bits (working_state * state) in flush_bits()
353 encode_one_block (working_state * state, JCOEFPTR block, int last_dc_val, in encode_one_block()
451 emit_restart (working_state * state, int restart_num) in emit_restart()
479 working_state state; in encode_mcu_huff() local
536 working_state state; in finish_pass_huff() local
/plan9/sys/src/cmd/dict/
H A Dahd.c33 int c, state = Run; in ahdprintentry() local
111 int c, k = 0, state = 0; in ahdnextoff() local
H A Dworld.c65 int nh, state[3]; in worldprintentry() local
103 putchar(int c, int *state) in putchar()
/plan9/sys/src/cmd/tcs/
H A Dconv_jis.c21 static enum { state0, state1, state2, state3, state4 } state = state0; in alljis() local
109 static enum { state0, state1, state2, state3, state4 } state = state0; in ms() local
198 static enum { state0, state1 } state = state0; in ujis() local
262 static enum { state0, state1, state2, state3, state4 } state = state0; in jis() local
425 static enum { ascii, japan646, jp2022 } state = ascii; in jisjis_out() local
/plan9/sys/src/cmd/ssh2/
H A Dcipherrc4.c11 RC4state state; member

123456789