Searched refs:rates (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A Dsound.c149 char rates[100]; local
259 SnackAudioGetRates(defaultOutDevice, rates, 100);
260 if (strstr(rates, "16000") != NULL ||
261 sscanf(rates, "%d", &defaultSampleRate) != 1) {
H A Dsnack.c233 char rates[100]; local
381 SnackAudioGetRates(defaultOutDevice, rates, 100);
382 if (strstr(rates, "16000") != NULL ||
383 sscanf(rates, "%d", &defaultSampleRate) != 1) {
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-802_11.c71 for (z = 0; z < p.rates.length ; z++) { \
72 PRINT_RATE(sep, p.rates.rate[z], \
73 (p.rates.rate[z] & 0x80 ? "*" : "")); \
76 if (p.rates.length != 0) \
514 "the data rates in BSSBasicRateSet parameter", /* 18 */
541 "Association denied due to excessive frame loss rates and/or "
661 struct rates_t rates; local
753 memcpy(&rates, p + offset, 2);
756 if (rates.length != 0) {
757 if (rates
[all...]
H A Dieee802_11.h240 struct rates_t rates; member in struct:mgmt_body_t
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c1310 }, rates[] = { local
1321 for (i = 0; rates[i].name != NULL; i++) {
1322 if (dtrace_getopt(g_dtp, rates[i].optname, &rates[i].val) == -1)
1323 fatal("couldn't get option %s", rates[i].optname);
1356 for (i = 0; rates[i].name != NULL; i++) {
1360 if (rates[i].val == DTRACEOPT_UNSET)
1363 (void) dtrace_getopt(g_dtp, rates[i].optname, &nval);
1368 if (rates[i].val == nval)
1371 dir = nval > rates[
[all...]
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm66 UUIDs and supports fairly high allocation rates -- 10 million per second per
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Drecord.tcl66 foreach e [snack::audio rates] {
H A Dcool.tcl267 foreach e [snack::audio rates] {
H A Dxs.tcl292 set rateList [snack::audio rates]
1063 if {![regexp $v(rate) [snack::audio rates]]} {
1104 foreach e [snack::audio rates] {
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py327 how they're invoked in Tcl, e.g., snack.audio.rates().
341 def rates(self): member in class:AudioControllerSingleton
342 """Returns a list of supported sample rates for the currently
348 """Returns a list of supported sample rates for the currently
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py327 how they're invoked in Tcl, e.g., snack.audio.rates().
341 def rates(self): member in class:AudioControllerSingleton
342 """Returns a list of supported sample rates for the currently
348 """Returns a list of supported sample rates for the currently

Completed in 127 milliseconds