Searched refs:freq (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.9.5/ruby-104/ruby/sample/
H A Doccur.pl3 $freq{$_}++;
7 for (sort keys %freq) {
8 print "$_ -- $freq{$_}\n";
H A Dfreq.rb2 # usege: ruby freq.rb file..
3 freq = Hash.new(0)
6 freq[word] += 1
10 for word in freq.keys.sort!
11 print word, " -- ", freq[word], "\n"
H A Doccur.rb3 freq = Hash.new(0)
6 freq[word] += 1
10 for word in freq.keys.sort!
11 print word, " -- ", freq[word], "\n"
H A Doccur2.rb3 freq = {}
6 freq[word] ||= 0
7 freq[word] += 1
11 for word in freq.keys.sort
12 printf("%s -- %d\n", word, freq[word])
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_accessor.rb77 freq = 10
78 channel.sy_updateFrequency = freq
79 assert_equal(freq, channel.sy_updateFrequency)
81 freq = 10.0
82 channel.sy_updateFrequency = freq
83 assert_equal(freq, channel.sy_updateFrequency)
85 freq = "10"
86 channel.sy_updateFrequency = freq
87 assert_equal(freq.to_i, channel.sy_updateFrequency)
89 freq
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py12 def beep(freq):
13 filt.configure(freq)
H A Dnotescale.py11 def playbeep(freq):
13 filt.configure(freq)
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/al/
H A Dalut.h41 ALUTAPI ALvoid ALUTAPIENTRY alutLoadWAVFile(ALbyte *file,ALenum *format,ALvoid **data,ALsizei *size,ALsizei *freq);
42 ALUTAPI ALvoid ALUTAPIENTRY alutLoadWAVMemory(ALbyte *memory,ALenum *format,ALvoid **data,ALsizei *size,ALsizei *freq);
43 ALUTAPI ALvoid ALUTAPIENTRY alutUnloadWAV(ALenum format,ALvoid *data,ALsizei size,ALsizei freq);
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Drandom_password.c117 int freq; member in struct:__anon737
134 classes[i].freq = va_arg(ap, int);
135 len += classes[i].freq;
148 if(x < t + classes[j].freq) {
151 classes[j].freq--;
154 t += classes[j].freq;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dmnt.h42 int freq; /* backup frequency */ member in struct:__anon9283
/macosx-10.9.5/ntp-88/libntp/
H A Dicom.c55 * icom_freq(fd, ident, freq) - load radio frequency
61 double freq /* frequency (MHz) */
72 doublefreq(freq * 1e6, &cmd[6], temp);
79 * doublefreq(freq, y, len) - double to ICOM frequency with padding
83 double freq, /* frequency */
92 sprintf(s1, " %10.0f", freq);
82 doublefreq( double freq, u_char *x, int len ) argument
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp143 IOUSBFindInterfaceRequest freq; local
145 freq.theClass = 0; // requested class, 0 = don't care
146 freq.subClass = 0; // requested subclass; 0 = don't care
147 freq.protocol = 0; // requested protocol; 0 = don't care
148 freq.busPowered = 0; // 1 = not bus powered, 2 = bus powered,
150 freq.selfPowered = 0; // 1 = not self powered, 2 = self powered,
152 freq.remoteWakeup = 0; // 1 = doesn't support remote wakeup; 2 = does
154 freq.reserved = 0;
155 freq.maxPower = 0; // max power in 2ma increments; 0 = don't care
156 freq
285 IOUSBFindInterfaceRequest freq; local
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_loopfilter.c60 * NSET FREQ step, FREQ freq not set
62 * FSET SYNC step, SYNC freq set
64 * FREQ if (mu < 900) if (mu < 900) set freq direct
67 * freq, SYNC freq, step, SYNC
69 * SYNC SYNC SPIK, ignore adjust phase/freq
71 * SPIK SYNC if (mu < 900) adjust phase/freq
593 clock_frequency = FREQTOD(ntv.freq);
686 "local_clock: offset %.9f jit %.9f freq %.3f stab %.3f poll %d\n",
790 drift_comp = FREQTOD(ntv.freq);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c46 double freq; member in struct:formantFilter
60 if (Tcl_GetDoubleFromObj(interp, objv[0], &(mf->freq)) != TCL_OK) {
65 if (Tcl_GetDoubleFromObj(interp, objv[0], &(mf->freq)) != TCL_OK) {
73 Tcl_SetResult(interp,"wrong # args. should be \"filter configure freq ?bandwidth?\"",TCL_STATIC);
95 mf->freq = 0;
112 calcCoeffs(1.0*mf->freq/si->rate,
131 calcCoeffs(1.0*mf->freq/si->rate,
205 double freq[2]; member in struct:generatorFilter
229 syntax: generator configure freq ?ampl? ?shape? ?type? ?ntot?
267 if (Tcl_GetDoubleFromObj(interp,objv[0],&mf->freq[
[all...]
H A DjkFormant.h71 double *freq; /* array of complex pole frequencies (Hz) */ member in struct:pole_array
H A DjkAudIO.h117 int freq; member in struct:ADesc
126 int freq; member in struct:ADesc
133 int freq; member in struct:ADesc
143 int freq; member in struct:ADesc
151 int freq; member in struct:ADesc
225 int mode, int freq, int channels,
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator.tcl21 set v(freq) 440.0
26 -variable v(freq) -command Config] -side left -expand yes -fill both
49 $f configure $v(freq) $v(ampl) $shape $type -1
H A Dnotescale.tcl13 proc Beep {freq} {
14 $::f configure $freq
H A Dgenerator2.tcl21 set left(freq) 1000.0
23 set right(freq) 2200.0
29 -variable left(freq) -command [list Config left]] -side left -expand yes -fill both
41 -variable right(freq) -command [list Config right]] -side left -expand yes -fill both
69 $lf(generator) configure $lf(freq) $lf(ampl) $shape $type -1
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtime.c59 LARGE_INTEGER freq;
60 dispatch_assume(QueryPerformanceFrequency(&freq));
62 (long double)freq.QuadPart;
63 _dispatch_host_time_data.ratio_1_to_1 = (freq.QuadPart == 1);
/macosx-10.9.5/ntp-88/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DBlockFrequency.cpp24 void mult96bit(uint64_t freq, uint32_t N, uint64_t W[2]) { argument
25 uint64_t u0 = freq & UINT32_MAX;
26 uint64_t u1 = freq >> 32;
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgcall.h163 #define RPC_DG_CALL_SET_TIMER(call, proc, freq) { \
164 rpc__timer_set(&(call)->timer, (proc), (dce_pointer_t) (call), (freq)); \
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.c69 * event recurs every t->freq seconds
79 if (t->freq == 0) return 0;
81 x = ((t->freq - 1) + now - t->start) / t->freq;
82 next = t->start + (x * t->freq);
88 * event recurs every t->freq months
116 m += t->freq;
350 t->freq = freq_sec;
397 t->freq = freq_mth;
435 timer_calendar_long(uint32_t start_year, uint32_t start_month, uint32_t start_day, uint32_t start_hour, uint32_t start_min, uint32_t start_sec, time_t freq, in argument
[all...]
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalBuffer.cpp151 OSStatus OALBuffer::AddAudioDataStatic(char* inAudioData, UInt32 inAudioDataSize, ALenum format, ALsizei freq) argument
154 DebugMessageN5("OALBuffer::AddAudioDataStatic() - OALBuffer:inAudioData:inAudioDataSize:format:freq = %ld:%p:%ld:%d:%d", (long int) mSelfToken, inAudioData, (long int) inAudioDataSize, format, freq);
187 result = FillInASBD(mDataFormat, format, freq);
211 OSStatus OALBuffer::AddAudioData(char* inAudioData, UInt32 inAudioDataSize, ALenum format, ALsizei freq, bool inPreConvertToHalFormat) argument
214 DebugMessageN6("OALBuffer::AddAudioData() - OALBuffer:inAudioData:inAudioDataSize:format:freq:inPreConvertToHalFormat = %ld:%p:%ld:%d:%d:%d", (long int) mSelfToken, inAudioData, (long int) inAudioDataSize, format, freq, inPreConvertToHalFormat);
286 result = FillInASBD(mDataFormat, format, freq);
299 result = ConvertDataForBuffer(inAudioData, inAudioDataSize, format, freq); // convert the data to the mixer's format and copy to the buffer

Completed in 203 milliseconds

1234