Home
last modified time | relevance | path

Searched refs:hce_code (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dsbhc.c44 hce_code *encode = ss->encode.codes = in s_BHCE_init()
45 (hce_code *) gs_alloc_byte_array(st->memory, in s_BHCE_init()
47 sizeof(hce_code), "BHCE encode"); in s_BHCE_init()
75 const hce_code *encode = ss->encode.codes; in s_BHCE_process()
88 const hce_code *cp; in s_BHCE_process()
121 const hce_code *cp = (zeros == 1 ? &encode[0] : in s_BHCE_process()
132 const hce_code *cp = &encode[num_values - 1]; in s_BHCE_process()
H A Dshcgen.h44 void hc_make_encoding(hce_code * encode, const hc_definition * def);
H A Dshc.h90 } hce_code; typedef
96 hce_code *codes;
H A Dscf.h52 typedef hce_code cfe_run;
H A Dshcgen.c383 hc_make_encoding(hce_code * encode, const hc_definition * def) in hc_make_encoding()
391 hce_code *pce = encode + *pvalue; in hc_make_encoding()