Searched refs:decode (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/apps/serialconnect/libvterm/src/encoding/
H A Duk.inc2 { .decode = &decode_table },
H A DDECdrawing.inc2 { .decode = &decode_table },
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_init.c131 fmtops.decode = mif_decode;
139 fmtops.decode = pnm_decode;
152 fmtops.decode = bmp_decode;
160 fmtops.decode = ras_decode;
168 fmtops.decode = jp2_decode;
174 fmtops.decode = jpc_decode;
183 fmtops.decode = jpg_decode;
191 fmtops.decode = pgx_decode;
H A Djas_image.c395 return (fmtinfo->ops.decode) ? (*fmtinfo->ops.decode)(in, optstr) : 0;
/haiku-fatelf/src/bin/coreutils/man/
H A Dbase64.x2 base64 \- base64 encode/decode data and print to standard output
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-esp.c126 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
138 char *decode; local
146 decode = spikey;
152 decode = line;
193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey);
220 if (decode) {
229 while (isspace((unsigned char)*decode))
230 decode++;
232 colon = strchr(decode, '
[all...]
/haiku-fatelf/headers/os/mail/
H A Dmail_encoding.h39 ssize_t decode(mail_encoding encoding, char *out, const char *in, off_t length,
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.h121 int _LosslessJPEGDiff(struct decode *dindex);
187 decode* fDecodeBuffer;
188 decode* fSecondDecode;
189 decode* fFreeDecode;
H A DRAW.cpp48 struct decode { struct
49 struct decode *branch[2];
55 struct decode *huff[4];
148 fDecodeBuffer = new decode[kDecodeBufferCount];
2125 memset(fDecodeBuffer, 0, sizeof(decode) * kDecodeBufferCount);
2130 /*! Construct a decode tree according the specification in *source.
2162 + sizeof(decode) * kDecodeBufferCount) {
2167 struct decode* current = fFreeDecode++;
2189 enough to decode Canon, Kodak and Adobe DNG images.
2284 DCRaw::_LosslessJPEGDiff(struct decode *dinde
[all...]
/haiku-fatelf/src/bin/sharutils/src/
H A Duudecode.c75 static int decode __P ((const char *, const char *));
81 /* Single character decode. */
271 decode (inname, forced_outname) function
426 exit_status = decode ("stdin", outname) == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
434 if (decode (argv[optind], outname) != 0)
/haiku-fatelf/src/bin/coreutils/src/
H A Dbase64.c1 /* Base64 encode/decode strings or files.
42 {"decode", no_argument, 0, 'd'},
61 Base64 encode or decode FILE, or standard input, to standard output.\n\
67 -d, --decode Decode data.\n\
240 /* True if --decode has been given and we should decode data. */
241 bool decode = false; local
259 decode = true;
301 if (decode)
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinfblock.c80 inflate_codes_free(s->sub.decode.codes, z);
163 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
164 if (s->sub.decode.codes == Z_NULL)
336 s->sub.decode.codes = c;
345 inflate_codes_free(s->sub.decode.codes, z);
H A Dinfutil.h49 } decode; /* if CODES, current state */ member in union:inflate_blocks_state::__anon4904
H A Dinfcodes.c97 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
/haiku-fatelf/src/bin/gzip/
H A Dunlzh.c16 /* decode.c */
18 local unsigned decode OF((unsigned count, uch buffer[]));
55 /* encode.c and decode.c */
324 decode.c
339 local unsigned decode(count, buffer) function
395 n = decode((unsigned) DICSIZ, window);
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dvterm_internal.h137 void (*decode)(VTermEncoding *enc, void *data, member in struct:VTermEncoding
H A Dencoding.c153 .decode = &decode_utf8,
171 .decode = &decode_usascii,
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa-internal.h84 xtensa_immed_decode_fn decode; /* Decode the value from the field. */ member in struct:xtensa_operand_internal_struct
/haiku-fatelf/src/libs/zlib/
H A Dinfutil.h46 } decode; /* if CODES, current state */ member in union:inflate_blocks_state::__anon5230
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.pas91 if eof(infile) then abort('Nothing to decode.');
96 if eof(infile) then abort('Nothing to decode.');
/haiku-fatelf/src/kits/mail/
H A Dmail_encoding.cpp56 decode(mail_encoding encoding, char *out, const char *in, off_t length, function
235 // decode Quoted Printable
H A DMailAttachment.cpp374 size = decode(_encoding,(char *)(buffer->Buffer()),src,size,0);
H A DMailComponent.cpp608 bytes = decode(encoding, string, buffer, bytes, 0);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h301 jas_image_t *(*decode)(jas_stream_t *in, char *opts); member in struct:__anon2751
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c557 strcpy (xtisa_error_msg, "cannot decode instruction format");
697 strcpy (xtisa_error_msg, "cannot decode opcode");
1071 was successfully encoded is to decode it and check if it matches
1075 (test_val = *valp, (*intop->decode) (&test_val)) ||
1098 if (!intop->decode)
1101 if ((*intop->decode) (valp))
1104 sprintf (xtisa_error_msg, "cannot decode operand value 0x%08x", *valp);

Completed in 199 milliseconds

12