HomeSort by: relevance | last modified time | path
    Searched defs:encoding (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.bin/mkesdb/
yacc.y 62 static char *name, *encoding, *variable;
90 | property encoding R_LN
100 encoding : R_ENCODING L_STRING label
102 set_prop_string("ENCODING", &encoding, &$2);
151 if (!encoding) {
152 fprintf(stderr, "ENCODING is mandatory.\n");
167 /* store encoding */
169 encoding));
  /src/usr.bin/audio/common/
sun.c 59 int encoding; member in struct:__anon355a4abd0108
92 *encp = file2sw_encodings[i].encoding;
99 audio_encoding_to_sun(int encoding, int precision, int *sunep)
104 if (file2sw_encodings[i].encoding == encoding &&
117 int sunenc, oencoding = ti->encoding;
119 /* only perform conversions if we don't specify the encoding */
120 switch (ti->encoding) {
127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE;
135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE
    [all...]
libaudio.h 40 * Audio encoding formats; this is a additional to those set
78 u_int32_t encoding; /* see below */ member in struct:__anond62644d50108
86 * these are the types of "encoding" for above. taken from the
288 * encoding.
295 int encoding; member in struct:track_info
  /src/sys/dev/audio/
audiofil.h 69 u_int encoding; /* AUDIO_ENCODING_* */ member in struct:__anon2fcf15ed0108
audio_if.h 67 u_int encoding; /* e.g. mu-law, linear, etc */ member in struct:audio_params
  /src/usr.bin/audio/play/
play.c 72 static int encoding; variable in typeref:typename:int
171 encoding = audio_enc_to_val(encoding_str);
172 if (encoding == -1)
173 errx(1, "unknown encoding, bailing...");
484 if (audio_sun_to_encoding(ntohl(sunhdr->encoding),
485 &info.play.encoding, &info.play.precision)) {
487 warnx("unknown unsupported Sun audio encoding"
488 " format %d", ntohl(sunhdr->encoding));
502 hdr_len = audio_wav_parse_hdr(hdr, fsz, &info.play.encoding,
537 if (encoding)
    [all...]
  /src/sys/compat/ossaudio/
ossaudio.c 185 u_int encoding; local in function:oss_ioctl_audio
347 tmpinfo.play.encoding =
348 tmpinfo.record.encoding = AUDIO_ENCODING_ULAW;
353 tmpinfo.play.encoding =
354 tmpinfo.record.encoding = AUDIO_ENCODING_ALAW;
359 tmpinfo.play.encoding =
360 tmpinfo.record.encoding = AUDIO_ENCODING_ULINEAR;
365 tmpinfo.play.encoding =
366 tmpinfo.record.encoding = AUDIO_ENCODING_SLINEAR;
371 tmpinfo.play.encoding
    [all...]
  /src/sys/dev/ic/
interwave.c 96 .encoding = AUDIO_ENCODING_SLINEAR_NE,
614 int encoding, channels; local in function:iw_set_format
616 encoding = in ? sc->rec_encoding : sc->play_encoding;
621 switch (encoding) {
670 return encoding;
681 p->encoding, p->precision, p->sample_rate, p->channels));
686 sc->play_encoding = p->encoding;
692 sc->rec_encoding = q->encoding;
vga_raster.c 93 WSDISPLAY_FONTENC_IBM, /* encoding */
130 int encoding; member in struct:vgascreen
483 scr->mem[i].enc = scr->encoding;
855 scr->encoding = vf->font->encoding;
871 scr->encoding = vf->font->encoding;
1058 scr->cursortmp.enc = scr->encoding;
1074 tmp = scr->encoding;
1075 scr->encoding = scr->cursortmp.enc
    [all...]
  /src/usr.bin/mail/
mime_attach.c 176 * We determine the recommended transfer encoding type for a file as
291 const char *encoding; local in function:content_encoding_by_fileno
302 encoding = content_encoding_core(fp, ctype);
305 return encoding;
345 * The common case is MIME encoding an empty message body.
532 warnx("unknown transfer encoding type: %s", Cp->C_encoding);
690 char *encoding; local in function:mime_encode
694 /* check for an encoding override */
695 if ((encoding = value(ENAME_MIME_ENCODE_MSG)) && *encoding)
    [all...]
  /src/sys/dev/isa/
ega.c 56 int encoding; member in struct:egafont
282 (f->encoding == WSDISPLAY_FONTENC_IBM || \
283 f->encoding == WSDISPLAY_FONTENC_ISO)
765 if (data->encoding == WSDISPLAY_FONTENC_PCVT) {
780 f->encoding = data->encoding;
787 f->height, f->encoding, slot);
  /src/sys/compat/sunos/
sunos.h 131 u_int encoding; member in struct:sunos_audio_prinfo
  /src/libexec/httpd/
bozohttpd.h 86 const char *encoding; /* matching content-encoding */ member in struct:bozo_content_map_t
87 const char *encoding11; /* matching content-encoding (HTTP/1.1) */
bozohttpd.c 59 * - 14.11: content-encoding handling. [1]
78 * `content-length' header upon receipt of a `transfer-encoding'
837 "accept-encoding") == 0)
1754 * can_gzip checks if the request supports and prefers gzip encoding.
1814 const char *type, *encoding; local in function:bozo_process_request
1826 encoding = NULL;
1831 encoding = "gzip";
1901 if (!encoding)
1902 encoding = bozo_content_encoding(request, file);
1904 bozo_print_header(request, &sb, type, encoding);
    [all...]
  /src/sys/sys/
audioio.h 54 u_int encoding; /* data encoding (AUDIO_ENCODING_* below) */ member in struct:audio_prinfo
114 /* Encoding ID's */
115 #define AUDIO_ENCODING_NONE 0 /* no encoding assigned */
155 int encoding; member in struct:audio_encoding
173 * Encoding type. AUDIO_ENCODING_*.
176 u_int encoding; member in struct:audio_format
  /src/sys/dev/usb/
uaudio.c 149 uint8_t encoding; member in struct:as_info
2076 ai->alt, ai->encoding);
2394 ai.encoding = enc;
2562 auf->encoding = as->encoding;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 206 int encoding; member in struct:netbsd32_wsdisplay_font
  /src/sys/dev/wscons/
wsconsio.h 448 int encoding; member in struct:wsdisplay_font
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 294 crypto_pwhash/argon2/argon2-encoding.c \
295 crypto_pwhash/argon2/argon2-encoding.h \
446 crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo \
842 crypto_pwhash/argon2/argon2-encoding.c \
843 crypto_pwhash/argon2/argon2-encoding.h \
1379 crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo: \
2014 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Plo@am__quote@
2414 crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo: crypto_pwhash/argon2/argon2-encoding.c
2415 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Tpo -c -o crypto_pwhash (…)
    [all...]

Completed in 60 milliseconds