Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 25 of 62) sorted by relevance

123

/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dshpiano.sh61 ["C3"]=( float freq=261.63 ; typeset sample_set="false" ; typeset -b sample )
62 ["C#3"]=( float freq=277.18 ; typeset sample_set="false" ; typeset -b sample )
63 ["D3"]=( float freq=293.66 ; typeset sample_set="false" ; typeset -b sample )
64 ["D#3"]=( float freq=311.13 ; typeset sample_set="false" ; typeset -b sample )
65 ["E3"]=( float freq=329.63 ; typeset sample_set="false" ; typeset -b sample )
66 ["F3"]=( float freq=349.23 ; typeset sample_set="false" ; typeset -b sample )
67 ["F#3"]=( float freq=369.99 ; typeset sample_set="false" ; typeset -b sample )
68 ["G3"]=( float freq=391.99 ; typeset sample_set="false" ; typeset -b sample )
69 ["G#3"]=( float freq=415.31 ; typeset sample_set="false" ; typeset -b sample )
70 ["A3"]=( float freq=440.00 ; typeset sample_set="false" ; typeset -b sample )
[all …]
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A DMakefile27 PROG= datemsk.ndpd ipsecinit.sample ipqosconf.1.sample ipqosconf.2.sample \
28 ipqosconf.3.sample wanboot.conf.sample
/titanic_44/usr/src/cmd/sendmail/libmilter/
H A DREADME13 through reference to a sample filter which is attached at the end of this
34 The following command presumes that the sample code from the end of this
35 README is saved to a file named 'sample.c'.
37 cc -D_REENTRANT -o sample sample.c -lmilter
114 To test sendmail with the sample filter, the following might be added (in
117 INPUT_MAIL_FILTER(`sample', `S=local:/var/run/f1.sock')
128 The sample filter takes one argument -p, which indicates the local port
133 % ./sample -p local:/var/run/f1.sock
135 If the sample filter returns immediately to a command line, there was either
159 Subject: testing sample filter
[all …]
/titanic_44/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.conf33 sample-rate=48000;
35 sample-bits=16;
/titanic_44/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c61 int32_t sample = *ip; \
73 DECL_AUDIO_EXPORT(16ne, int16_t, sample >> 8)
74 DECL_AUDIO_EXPORT(16oe, int16_t, ddi_swap16(sample >> 8))
75 DECL_AUDIO_EXPORT(32ne, int32_t, sample << 8)
76 DECL_AUDIO_EXPORT(32oe, int32_t, ddi_swap32(sample << 8))
77 DECL_AUDIO_EXPORT(24ne, int32_t, sample)
78 DECL_AUDIO_EXPORT(24oe, int32_t, ddi_swap32(sample))
H A Daudio_input.c63 int32_t sample = (TYPE)SWAP(*ip); \
64 int32_t scaled = sample SHIFT; \
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncstat.c49 static void sample(int count, int period);
172 sample(count, period); in main()
189 sample(int count, int period) in sample() function
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-network-ipqos-ipqos-config.mf44 file path=etc/inet/ipqosconf.1.sample group=sys mode=0444
45 file path=etc/inet/ipqosconf.2.sample group=sys mode=0444
46 file path=etc/inet/ipqosconf.3.sample group=sys mode=0444
H A Dsystem-network.mf66 file path=etc/inet/ike/config.sample group=sys mode=0444
69 file path=etc/inet/ipsecinit.sample group=sys mode=0444
72 file path=etc/inet/secret/ipseckeys.sample group=sys mode=0600
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/
H A D00README29 librtld_db.so.1 interface rdb also offers a sample implementation of the
47 test/* - sample command files which can be used to test rdb
/titanic_44/usr/src/cmd/rpcsvc/net_files/
H A Drpc72 sample 100113 na.sample
/titanic_44/usr/src/cmd/cmd-inet/etc/ike/
H A DMakefile30 ETCPROG= config.sample
/titanic_44/usr/src/cmd/cmd-inet/etc/secret/
H A DMakefile29 ETCPROG= ike.preshared ipseckeys.sample
/titanic_44/usr/src/lib/pam_modules/
H A DMakefile47 sample \
/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A D00README25 This directory contains sample programs that demonstrate how to use libelf.
28 Each of these sample programs displays, or manipulates information from a ELF
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1496 smb_latency_add_sample(smb_latency_t *lat, hrtime_t sample) in smb_latency_add_sample() argument
1503 lat->ly_a_sum += sample; in smb_latency_add_sample()
1507 (sample - a_mean) * (sample - lat->ly_a_mean); in smb_latency_add_sample()
1511 lat->ly_d_sum += sample; in smb_latency_add_sample()
1515 (sample - d_mean) * (sample - lat->ly_d_mean); in smb_latency_add_sample()
/titanic_44/usr/src/lib/fm/libdiagcode/common/tests/
H A DBADVERS.dict30 # this sample dictionary tests the error path where the dictionary
H A DNOMAXKEY.dict30 # this sample dictionary tests the error path where the dictionary
H A DNONAME.dict30 # this sample dictionary tests the error path where the dictname used
H A DNOVERS.dict30 # this sample dictionary tests the error path where the dictionary
H A DBADMAXKEY.dict30 # this sample dictionary tests the error path where the dictionary
H A DBADNAME.dict30 # this sample dictionary tests the error path where the dictname used
H A DMALFORMED.dict30 # this sample dictionary tests how well we handle malformed entries.
/titanic_44/usr/src/cmd/bnu/
H A Duudemon.crontab27 # This crontab is provided as a sample. For systems
/titanic_44/usr/src/cmd/format/
H A Dformat.dat32 # Following is a list of sample embedded SCSI disk configurations.
153 # Following is a list of sample partition tables for embedded SCSI disks.

123