Searched refs:encode (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_init.c132 fmtops.encode = mif_encode;
140 fmtops.encode = pnm_encode;
153 fmtops.encode = bmp_encode;
161 fmtops.encode = ras_encode;
169 fmtops.encode = jp2_encode;
175 fmtops.encode = jpc_encode;
184 fmtops.encode = jpg_encode;
192 fmtops.encode = pgx_encode;
H A Djas_image.c404 return (fmtinfo->ops.encode) ? (*fmtinfo->ops.encode)(image, out,
/haiku-fatelf/src/bin/coreutils/man/
H A Dbase64.x2 base64 \- base64 encode/decode data and print to standard output
/haiku-fatelf/src/kits/mail/
H A Db_mail_message.cpp60 uint32 encode = B_ISO1_CONVERSION; local
66 encode = mail_charsets[i].flavor;
72 comp->SetEncoding(quoted_printable,encode);
H A Dmail_encoding.cpp33 encode(mail_encoding encoding, char *out, const char *in, off_t length, function
280 // Also encode the letter F in "From " at the start of the line,
H A DMailAttachment.cpp421 destSize = encode (_encoding, dest, src, read, false /* headerMode */);
/haiku-fatelf/src/apps/text_search/
H A DGrepper.cpp55 strdup_to_utf8(uint32 encode, const char* src, int32 length) argument
67 convert_to_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
73 encode, length, dstLen);
80 strdup_from_utf8(uint32 encode, const char* src, int32 length) argument
88 convert_from_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
95 "smalled(%ld)\n", encode, length, dstLen);
/haiku-fatelf/headers/os/mail/
H A Dmail_encoding.h27 uuencode = 'u', // Invalid to encode something using uuencode.
36 ssize_t encode(mail_encoding encoding, char *out, const char *in,
/haiku-fatelf/src/bin/sharutils/src/
H A Duuencode.c72 static void encode __P ((void));
115 encode () function
294 encode ();
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpAuthentication.cpp391 BString encode; local
392 encode << secret << ':' << data;
394 return _H(encode);
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa-internal.h83 xtensa_immed_encode_fn encode; /* Encode the operand value. */ member in struct:xtensa_operand_internal_struct
/haiku-fatelf/src/bin/network/tcpdump/
H A Disakmp.h249 u_int8_t encode; /* Cert Encoding */ member in struct:isakmp_pl_cert
H A Dprint-isakmp.c857 printf(" type=%s", STR_OR_ID((cert.encode), certstr));
888 printf(" type=%s", STR_OR_ID((cert.encode), certstr));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsh-stub.c476 int encode; local
482 checksum += (encode = runlen + ' ' - 4);
483 putDebugChar (encode);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h304 int (*encode)(jas_image_t *image, jas_stream_t *out, char *opts); member in struct:__anon2751
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c1023 if (!intop->encode)
1074 if ((*intop->encode) (valp) ||
1079 sprintf (xtisa_error_msg, "cannot encode operand value 0x%08x", *valp);

Completed in 118 milliseconds