Searched defs:Decode (Results 1 - 3 of 3) sorted by relevance

/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/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/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...]

Completed in 69 milliseconds