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

12

/opensolaris-onvv-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(
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t23 # Two Net:: modules need the Convert::EBCDIC if in EBDCIC.
24 if (ord("A") != 193 || eval { require Convert::EBCDIC }) {
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm1 # Pod::Text::Color -- Convert POD data to formatted color ASCII text
97 Pod::Text::Color - Convert POD data to formatted color ASCII text
H A DOverstrike.pm1 # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text
151 Pod::Text::Overstrike - Convert POD data to formatted overstrike text
H A DTermcap.pm1 # Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes.
133 Pod::Text::Termcap - Convert POD data to ASCII text with format escapes
/opensolaris-onvv-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,
/opensolaris-onvv-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,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties144 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path) Configure the DHCP service. Sub-options:\n [-u (uninterpreted data)]\n [-h (host resource)]\n [-y (host domain)]\n [-l (lease length)]\n [-n] Leases are not negotiable\n [-d (DNS domain)]\n [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U Unconfigure DHCP or BOOTP relay service. Sub-options:\n [-f] No confirmation prompt\n [-x] Delete dhcptab and network tables\n [-h] Delete host entries\n\n -N (network address) Configure network. Sub-options:\n [-m (subnet mask)]\n [-t (router addresses)]\n [-y (NIS domain)]\n [-a (NIS addreses)]\n [-b] Network is point-to-point\n [-g] Signal daemon\n\n -C -r (resource) -p (path) Convert to new data store. Sub-options:\n [-u (uninterpreted data)]\n [-f] No confirmation prompt\n [-k] Do not delete original files\n\n -X (export filename) Export data. Sub-options:\n [-m (macro list)]\n [-o (option list)]\n [-a (network addresses)]\n [-f] Overwrite an existing export file\n [-x] Delete exported data\n [-g] Signal daemon\n\n -I (import filename) Import data. Sub-options:\n [-f] Overwrite existing data\n [-g] Signal daemon\n\n -P [parameter[=value]] Configure or print DHCP server parameters.\n\n -S Control the DHCP server. Sub-options:\n [-e] Enable and start the DHCP server\n [-d] Disable and stop the DHCP server\n [-r] Re-enable the DHCP server\n [-q] Query the DHCP server status\n
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm19 require Convert::EBCDIC;
20 # Convert::EBCDIC->import;
37 my $tr = $^O eq 'os390' ? Convert::EBCDIC->new() : undef;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL38 # pod2text -- Convert POD data to formatted ASCII text.
109 pod2text - Convert POD data to formatted ASCII text
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm1 # Pod::PlainText -- Convert POD data to formatted ASCII text.
571 Pod::PlainText - Convert POD data to formatted ASCII text
H A DText.pm1 # Pod::Text -- Convert POD data to formatted ASCII text.
671 Pod::Text - Convert POD data to formatted ASCII text
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties68 cvt_service_item=&Convert Data Store
437 # Convert Wizard

Completed in 205 milliseconds

12