Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 35) sorted by relevance

12

/plan9/sys/src/libdisk/
H A Dscsi.c42 static char *codes; variable
51 if(codes != nil) in getcodes()
55 if(codes != nil) { in getcodes()
65 codes = malloc(1+d->length+1); in getcodes()
66 if(codes == nil) { in getcodes()
73 codes[0] = '\n'; /* for searches */ in getcodes()
74 n = readn(fd, codes+1, d->length); in getcodes()
79 free(codes); in getcodes()
80 codes = nil; in getcodes()
84 codes[n] = '\0'; in getcodes()
[all …]
/plan9/sys/src/cmd/cdfs/
H A Dscsi.c42 static char *codes; variable
51 if(codes != nil) in getcodes()
55 if(codes != nil) { in getcodes()
65 codes = malloc(1+d->length+1); in getcodes()
66 if(codes == nil) { in getcodes()
73 codes[0] = '\n'; /* for searches */ in getcodes()
74 n = readn(fd, codes+1, d->length); in getcodes()
79 free(codes); in getcodes()
80 codes = nil; in getcodes()
84 codes[n] = '\0'; in getcodes()
[all …]
/plan9/sys/src/cmd/gs/zlib/
H A Dinftrees.c32 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
35 unsigned codes;
109 for (sym = 0; sym < codes; sym++)
137 if (left > 0 && (type == CODES || (codes - count[0] != 1)))
146 for (sym = 0; sym < codes; sym++)
H A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
H A Dinflate.c120 state->lencode = state->distcode = state->next = state->codes;
803 state->next = state->codes;
869 state->next = state->codes;
1266 copy->lencode = copy->codes + (state->lencode - state->codes);
1267 copy->distcode = copy->codes + (state->distcode - state->codes);
1268 copy->next = copy->codes + (state->next - state->codes);
H A Dinflate.h116 code codes[ENOUGH]; /* space for code tables */ member
H A Dalgorithm.txt64 codes are much more common than longer codes, so pay attention to decoding the
65 short codes fast, and let the long codes take longer to decode.
79 codes are replicated many times in such a table. What inflate() does is
83 For inflate, which has 286 possible codes for the literal/length tree, the size
H A Dinfback.c375 state->next = state->codes;
441 state->next = state->codes;
H A DChangeLog42 dynamic blocks with only literals and no distance codes --
44 - Add a note to puff.c on no distance codes case.
348 - preinitialize the inflate tables for fixed codes, to make the code
/plan9/sys/src/cmd/gs/src/
H A Dsbhc.c44 hce_code *encode = ss->encode.codes = in s_BHCE_init()
62 gs_free_object(st->memory, ss->encode.codes, "BHCE encode"); in s_BHCE_release()
75 const hce_code *encode = ss->encode.codes; in s_BHCE_process()
183 hcd_code *decode = ss->decode.codes = in s_BHCD_init()
201 gs_free_object(st->memory, ss->decode.codes, "BHCD decode"); in s_BHCD_release()
214 const hcd_code *decode = ss->decode.codes; in s_BHCD_process()
H A Dsbhc.h55 definition.counts, definition.values, encode.codes)
70 definition.counts, definition.values, decode.codes)
H A Dshc.h96 hce_code *codes; member
180 hcd_code *codes; member
/plan9/sys/src/libflate/
H A Ddeflate.c149 uchar codes[Nlitlen+Noff]; member
912 uchar *codes, *codeaux; in huffcodes() local
917 codes = dc->codes; in huffcodes()
932 codes[i] = littab[i].bits; in huffcodes()
934 codes[i + nlit] = offtab[i].bits; in huffcodes()
944 v = codes[i]; in huffcodes()
945 while(n < ncode && v == codes[n]) in huffcodes()
954 codes[c] = 18; in huffcodes()
960 codes[c] = 17; in huffcodes()
967 codes[c++] = v; in huffcodes()
[all …]
/plan9/sys/src/cmd/spell/
H A Dpcode.c171 Class codes[] = variable
215 codes,
/plan9/sys/src/cmd/gs/libpng/
H A DTODO9 Improve setjmp/longjmp usage or remove it in favor of returning error codes.
H A DANNOUNCE4 This is a public release of libpng, intended for use in production codes.
/plan9/sys/src/cmd/troff/
H A DREADME12 named characters, widths, kerning information, and output codes.
/plan9/sys/src/cmd/gs/jpeg/
H A Dfilelist.doc27 jerror.h Declares JPEG library's error and trace message codes.
39 if the application needs to reference individual JPEG error codes. The
138 cderror.h Additional error and trace message codes for cjpeg et al.
H A Dwizard.doc137 indexes are not the "component ID" codes assigned to the components, just
/plan9/sys/src/cmd/gs/lib/
H A DFontmap.OS259 % from character codes in a string to character names). For more detailed
/plan9/sys/lib/antiword/
H A DMacRoman.txt101 # Roman character set; they only supported character codes up to
112 # interpreted (if at all) as the control codes DC1-DC4.
H A Droman.txt101 # Roman character set; they only supported character codes up to
112 # interpreted (if at all) as the control codes DC1-DC4.
/plan9/acme/bin/source/acd/
H A Dsubmit174 handling response codes.
/plan9/sys/doc/
H A Dasm.ms682 the condition codes are not inverted as on the MIPS.
1066 marking the setting of condition codes is replaced by
1340 suffix, as ARM allows, to set condition codes.
H A Dlibmach.ms494 Add the following symbolic codes to the
503 two codes needed: one for a bootable

12