/plan9/sys/src/cmd/gs/src/ |
H A D | gscrypt1.h | 35 #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 D | sjbig2.c | 48 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 D | zfarc4.c | 42 stream_arcfour_state state; in z_arcfour_d() local 66 stream_arcfour_state state; in z_arcfour_e() local
|
H A D | zmisc1.c | 49 crypt_state state; in type1crypt() local 92 stream_exE_state state; in zexE() local 106 stream_exD_state state; in zexD() local
|
H A D | zfbcp.c | 54 stream_BCPD_state state; in zBCPD() local 74 stream_BCPD_state state; in zTBCPD() local
|
H A D | sjpx.c | 49 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 D | gscrypt1.c | 27 crypt_state state = *pstate; in gs_type1_encrypt() local 43 crypt_state state = *pstate; in gs_type1_decrypt() local
|
H A D | gdevtfax.c | 261 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 D | sarc4.c | 41 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 D | gxtype1.h | 73 #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 D | zfjpx.c | 44 stream_jpxd_state state; in z_jpx_decode() local
|
H A D | gdevfax.c | 248 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 D | zfilter.c | 65 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 D | zfdctd.c | 44 stream_DCT_state state; in zDCTD() local
|
H A D | gxshade4.c | 100 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 D | isstate.h | 27 gs_ref_memory_t state; /* must be first for subclassing */ member
|
/plan9/sys/src/cmd/gs/zlib/ |
H A D | inflate.c | 106 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 D | infback.c | 35 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 D | rc4.c | 9 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 D | rc4.c | 9 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 D | jchuff.c | 270 #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 D | ahd.c | 33 int c, state = Run; in ahdprintentry() local 111 int c, k = 0, state = 0; in ahdnextoff() local
|
H A D | world.c | 65 int nh, state[3]; in worldprintentry() local 103 putchar(int c, int *state) in putchar()
|
/plan9/sys/src/cmd/tcs/ |
H A D | conv_jis.c | 21 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 D | cipherrc4.c | 11 RC4state state; member
|