Searched refs:Decode (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c101 static unsigned Decode = AUDIO_ENCODING_NONE; variable
432 Decode = AUDIO_ENCODING_G721;
444 Decode = AUDIO_ENCODING_G723;
454 Decode = AUDIO_ENCODING_NONE;
540 switch (Decode) {
618 if (Decode == AUDIO_ENCODING_G721) {
639 } else if (Decode == AUDIO_ENCODING_G723) {
693 if ((Decode != AUDIO_ENCODING_NONE) || swapBytes) {
701 if (Decode == AUDIO_ENCODING_G721) {
724 (Decode
[all...]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c63 static void Decode(uint32_t *, unsigned char *, unsigned int);
196 Decode(x, block, 64);
289 Decode(uint32_t *output, unsigned char *input, unsigned int len) function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c78 static void Decode PROTO_LIST
215 Decode (x, block, 64);
324 static void Decode (output, input, len) function
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsaddr.c229 /* General Flags - Consume, Decode, MinFixed, MaxFixed */
235 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
H A Drsxface.c60 ACPI_COPY_FIELD(Out, In, Decode); \
H A Drsdumpinfo.c325 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Decode), "Address Decode", AcpiGbl_DecDecode},
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacrestyp.h82 * IO Port Descriptor Decode
343 UINT8 Decode; \
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c443 if (addrp->Decode == ACPI_SUB_DECODE) {
518 if (addrp->Decode == ACPI_SUB_DECODE) {

Completed in 80 milliseconds