Searched refs:encoding (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dcharsets.c110 CFStringEncoding encoding; local
122 encoding = kCFStringEncodingDOSLatin1;
124 encoding = kCFStringEncodingDOSLatinUS;
128 encoding = kCFStringEncodingDOSJapanese;
132 encoding = kCFStringEncodingDOSChineseTrad;
136 encoding = kCFStringEncodingDOSKorean;
140 encoding = kCFStringEncodingDOSArabic;
144 encoding = kCFStringEncodingDOSHebrew;
148 encoding = kCFStringEncodingDOSGreek;
152 encoding
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java27 // IANACharCode.java: SLPv1 Character encoding support
44 * encoding String arguments, and for encoding the String descriptions
54 // character encoding utilities. For Unicode, we use little on
87 * Encode the String describing a character encoding into
90 * @param encoding The String describing the encoding.
95 static int encodeCharacterEncoding(String encoding) argument
98 if (encoding.equals(ASCII)) {
100 } else if (encoding
159 escapeChar(char c, String encoding) argument
251 unescapeChar(String ch, String encoding) argument
[all...]
H A DSrvLocHeader.java390 // Parse string, bump byte count. Use UTF8 encoding.
403 // Convert it to the proper encoding. Return the raw bytes for
407 getStringField(StringBuffer buf, DataInputStream dis, String encoding) argument
428 buf.append(getBytesString(bytes, encoding));
434 // Parse out string, bump byte count. Use UTF8 encoding.
447 // into the proper encoding.
452 String encoding) {
454 byte[] bytes = getStringBytes(string, encoding);
456 // Put out the string's length in the encoding.
470 static byte[] getStringBytes(String string, String encoding) { argument
450 putStringField(String string, ByteArrayOutputStream baos, String encoding) argument
483 getBytesString(byte[] bytes, String encoding) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh64 dtrace -qs /dev/stdin -x encoding=utf8 <<EOF
68 dtrace -qs /dev/stdin -x encoding=ascii -x aggzoom <<EOF
72 dtrace -qs /dev/stdin -x encoding=utf8 -x aggzoom <<EOF
H A Dtst.aggencoding.d17 #pragma D option encoding=utf8
H A Dtst.aggzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpackzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpack.d17 #pragma D option encoding=ascii
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dbdf_to_c.awk78 encoding[i] = -1;
220 encoding[$2] = offset;
252 if (encoding[i] == -1) encoding[i] = encoding[default_char];
253 printf "\tFONTDATA_%s+%d,\n", font, encoding[i];
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h79 // encoding Data encoding format.
91 // Define the possible encoding types.
96 // XXX - How can encoding types be added dynamically?
98 NONE = 0, // no encoding type set
127 AudioEncoding encoding; // data encoding format member in class:AudioHdr
132 channels(0), encoding(NONE)
144 encoding((AudioEncoding)hdr.encoding)
[all...]
H A Daudio_hdr.h70 * encoding Data encoding format.
95 unsigned encoding; /* data encoding format */ member in struct:__anon25
101 * Define the possible encoding types.
105 #define AUDIO_ENCODING_NONE (0) /* No encoding specified ... */
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h47 unsigned char **encoding; member in struct:bitmap_data
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c67 * should be the value assigned to variable encoding (in dpost) and will
69 * video printing, are requested. The text encoding scheme can be set on
71 * output file will usually decrease as the value assigned to encoding
129 extern int encoding;
206 int newencoding; /* text encoding scheme that's needed */
214 * black). While in reverse video mode encoding gets set to maxencoding + 1 in
216 * video to all the different encoding schemes. realencoding is restored when we
244 if ( newencoding != encoding ) {
245 encoding = newencoding;
246 fprintf(tf, "%d setdecoding\n", encoding);
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drunefile.h44 char encoding[32]; member in struct:__anon3018
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c93 /* create tmp buf for the encoding routines to work with */
463 return (hdr.encoding);
592 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_8;
595 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_16;
659 AUDIO_AU_FILE2HOST(&fhdr.au_encoding, &hdrp->encoding);
682 short encoding; local
709 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_encoding, &encoding);
716 switch (encoding) {
720 hdrp->encoding = AUDIO_AU_ENCODING_LINEAR_8;
723 hdrp->encoding
906 int encoding; local
980 int encoding; local
1142 short encoding; local
[all...]
H A DAudioHdrParse.cc119 // Return a string containing the encoding
129 (encoding == NONE)) {
142 switch (encoding) {
177 // Return a string containing the entire audio encoding
315 // Parse a string containing the audio encoding
416 encoding = ULAW;
424 encoding = ALAW;
437 encoding = LINEAR;
447 encoding = LINEAR;
457 encoding
[all...]
H A DAudioTypeG72X.cc61 switch (h.encoding) {
129 if ((inhdr.encoding == outhdr.encoding) &&
154 switch (inhdr.encoding) {
158 switch (outhdr.encoding) {
184 switch (outhdr.encoding) {
202 switch (outhdr.encoding) {
258 switch (h.encoding) {
261 switch (h.encoding) {
H A DAudioStream.cc110 if (hdr.encoding == LINEAR || hdr.encoding == FLOAT)
H A Ddevice_ctl.c74 * Return an Audio_hdr corresponding to the encoding configuration
97 prinfo->encoding = hdrp->encoding;
112 hdrp->encoding = prinfo->encoding;
113 switch (hdrp->encoding) {
136 * Attempt to configure the audio device to match a particular encoding.
H A DAudioTypeChannel.cc95 (inhdr.encoding != outhdr.encoding) ||
113 if ((inhdr.encoding != LINEAR) ||
H A Dhdr_misc.c43 * using the encoding specified in the given audio header structure.
57 * the audio encoding in the given audio header. Note that the byte count
184 * Compare the encoding fields of two audio headers.
191 if ((h1->encoding != h2->encoding) ||
204 * Interpret the encoding information in the specified header
241 switch (hdrp->encoding) {
263 enc = "(unknown encoding?)";
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc75 if (((ihdr.encoding != ULAW) &&
76 (ihdr.encoding != ALAW) &&
77 (ihdr.encoding != LINEAR) &&
78 (ihdr.encoding != FLOAT) &&
79 (ihdr.encoding != G721) &&
80 (ihdr.encoding != G723)) ||
81 ((ohdr.encoding != ULAW) &&
82 (ohdr.encoding != ALAW) &&
83 (ohdr.encoding != LINEAR) &&
84 (ohdr.encoding !
[all...]
H A Dparse.cc42 (char *)"encoding", K_ENCODING,
111 // these set the precision and encoding, etc.
115 hdr.encoding = LINEAR;
121 hdr.encoding = LINEAR;
127 hdr.encoding = ULAW;
185 "invalid encoding option: %s\n"),
226 // First try encoding, audio, and file format.
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c129 ri_pack(ri_hdl_t *hdl, caddr_t *bufp, size_t *sizep, int encoding) argument
159 if (ap_list_pack(hdl->aps, &buf, &size, encoding) != 0 ||
166 encoding) != 0 ||
174 encoding) != 0 ||
181 if (nvlist_pack(nvl, &buf, &size, encoding, 0) != 0) {
203 ap_list_pack(ri_ap_t *aplist, char **bufp, size_t *sizep, int encoding) argument
221 if (ap_pack(aplist, &buf, &size, encoding) != 0)
234 if (nvlist_pack(nvl, &buf, &size, encoding, 0) != 0) {
256 dev_list_pack(ri_dev_t *devlist, char **bufp, size_t *sizep, int encoding) argument
274 if (dev_pack(devlist, &buf, &size, encoding) !
309 client_list_pack(ri_client_t *client_list, char **bufp, size_t *sizep, int encoding) argument
360 ap_pack(ri_ap_t *ap, char **bufp, size_t *sizep, int encoding) argument
424 dev_pack(ri_dev_t *dev, char **bufp, size_t *sizep, int encoding) argument
469 client_pack(ri_client_t *client, char **bufp, size_t *sizep, int encoding) argument
516 pack_add_byte_array(nvlist_t *nvl_packme, char *name, nvlist_t *nvl, int encoding) argument
[all...]
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c132 int_encoding_to_str(uint_t encoding) argument
136 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR |
138 (void) snprintf(buf, sizeof (buf), " 0x%x", encoding);
141 if (encoding & CTF_INT_SIGNED)
143 if (encoding & CTF_INT_CHAR)
145 if (encoding & CTF_INT_BOOL)
147 if (encoding & CTF_INT_VARARGS)
155 fp_encoding_to_str(uint_t encoding) argument
165 if (encoding <
447 uint_t encoding = *((const uint_t *)u.ptr); local
461 uint_t encoding = *((const uint_t *)u.ptr); local
[all...]

Completed in 284 milliseconds

123