Searched refs:Convert (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypeMux.h53 // Convert buffer to the specified type
56 // Convert to new type
57 virtual AudioError Convert(
H A DAudioTypeChannel.h55 // Convert buffer to the specified type
58 // Convert to new type
59 virtual AudioError Convert(
H A DAudioTypeConvert.h56 // Convert buffer to the specified type
59 // Convert to new type
60 virtual AudioError Convert(
H A DAudioTypeG72X.h58 // Convert buffer to the specified type
61 // Convert to new type
62 virtual AudioError Convert(
H A DAudioTypeSampleRate.h58 // Convert buffer to the specified type
60 // Convert to new type
61 virtual AudioError Convert(
H A DAudioTypePcm.h109 // Convert buffer to the specified type
112 // Convert to new type
113 virtual AudioError Convert(
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s79 / Convert in to big endian, eg. htons()
90 / Convert in to big endian, eg. htonl()
101 / Convert in to little endian, eg. ntohs()
121 / Convert in to little endian, eg. ntohl()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypeSampleRate.cc71 // Convert buffer to the specified type
74 Convert( function in class:AudioTypeSampleRate
H A DAudioTypeChannel.cc64 // Convert buffer to the specified type
67 Convert( function in class:AudioTypeChannel
H A DAudioTypeMux.cc66 Convert( function in class:AudioTypeMux
H A DAudioGain.cc210 // Convert to floating-point up front, if necessary
212 err = float_convert.Convert(inbuf, newhdr);
H A DAudioTypeG72X.cc93 // Convert buffer to the specified type
96 Convert( function in class:AudioTypeG72X
147 // Convert from the input type to the output type
H A DAudioTypePcm.cc107 // Convert floating-point to integer, scaled by the appropriate constant
207 // Convert buffer to the specified type
210 Convert( function in class:AudioTypePcm
255 // Convert from the input type to the output type
281 case LINEAR: // Convert linear to linear
311 case FLOAT: // Convert linear to float
338 case ULAW: // Convert linear to u-law
346 case ALAW: // Convert linear to a-law
360 case LINEAR: // Convert float to linear
382 case FLOAT: // Convert floa
[all...]
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc250 // Convert to PCM (linear, ulaw, alaw)
282 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt);
290 // Convert multi-channel data to mono, or vice versa
329 sprintf(msg, MGET("Convert %s to %s"), inchans, outchans);
389 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt);
449 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt);
505 sprintf(msg, MGET("Convert %s to %s"), inrate, outrate);
737 if (!(obuf = new AudioBuffer(cvtlen, MGET("Audio Convert Buffer")))) {
765 err = lp->conv->Convert(obuf, lp->hdr);
769 err = lp[i].conv->Convert(
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S183 add $SECTOR_SIZE-1,%eax # Convert length to sectors
421 mov %ebx,%eax # Convert address
515 # Convert AL to hex, saving the result to [EDI].
522 cmpb $0xa,%al # Convert
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y518 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode)
610 Convert(Month, (time_t)tm->tm_mday, Year,
930 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode)
729 ret = Convert(Month, (time_t)tm->tm_mday, Year,
1017 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s618 * Convert round keys used for encryption
645 / Convert an encryption round key to a form usable for decryption

Completed in 90 milliseconds