| /plan9/sys/src/libdisk/ |
| H A D | scsi.c | 42 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 D | scsi.c | 42 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 D | inftrees.c | 32 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 D | inftrees.h | 54 unsigned codes, code FAR * FAR *table,
|
| H A D | inflate.c | 120 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 D | inflate.h | 116 code codes[ENOUGH]; /* space for code tables */ member
|
| H A D | algorithm.txt | 64 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 D | infback.c | 375 state->next = state->codes; 441 state->next = state->codes;
|
| H A D | ChangeLog | 42 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 D | sbhc.c | 44 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 D | sbhc.h | 55 definition.counts, definition.values, encode.codes) 70 definition.counts, definition.values, decode.codes)
|
| H A D | shc.h | 96 hce_code *codes; member 180 hcd_code *codes; member
|
| /plan9/sys/src/libflate/ |
| H A D | deflate.c | 149 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 D | pcode.c | 171 Class codes[] = variable 215 codes,
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | TODO | 9 Improve setjmp/longjmp usage or remove it in favor of returning error codes.
|
| H A D | ANNOUNCE | 4 This is a public release of libpng, intended for use in production codes.
|
| /plan9/sys/src/cmd/troff/ |
| H A D | README | 12 named characters, widths, kerning information, and output codes.
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | filelist.doc | 27 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 D | wizard.doc | 137 indexes are not the "component ID" codes assigned to the components, just
|
| /plan9/sys/src/cmd/gs/lib/ |
| H A D | Fontmap.OS2 | 59 % from character codes in a string to character names). For more detailed
|
| /plan9/sys/lib/antiword/ |
| H A D | MacRoman.txt | 101 # Roman character set; they only supported character codes up to 112 # interpreted (if at all) as the control codes DC1-DC4.
|
| H A D | roman.txt | 101 # 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 D | submit | 174 handling response codes.
|
| /plan9/sys/doc/ |
| H A D | asm.ms | 682 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 D | libmach.ms | 494 Add the following symbolic codes to the 503 two codes needed: one for a bootable
|