Searched refs:filt (Results 1 - 23 of 23) sorted by relevance

/external/v8/tools/
H A Dmac-nm4 # names demangling, so we're piping its output to c++filt(1) tool which does it.
5 # But c++filt(1) comes with XCode (as a part of GNU binutils), so it doesn't
14 if [ "`which c++filt`" == "" ]; then
17 nm "$@" | c++filt -p -i
H A Dpresubmit.py236 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
237 command = ['cpplint.py', '--filter', filt]
240 command = ['python', local_cpplint, '--filter', filt]
/external/linux-tools-perf/
H A Dbuiltin-timechart.c835 struct process_filter *filt; local
839 filt = malloc(sizeof(struct process_filter));
840 if (!filt)
843 filt->name = strdup(string);
844 filt->pid = pid;
845 filt->next = process_filter;
847 process_filter = filt;
852 struct process_filter *filt; local
856 filt = process_filter;
857 while (filt) {
[all...]
/external/openfst/src/include/fst/
H A Dintersect.h41 F *filt = 0, T *sttable= 0)
42 : ComposeFstOptions<A, M, F, T>(opts, mat1, mat2, filt, sttable) { }
H A Ddifference.h42 F *filt = 0, T *sttable= 0)
43 : ComposeFstOptions<A, M, F, T>(mat1, mat2, filt, sttable) { }
H A Dshortest-distance.h56 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, argument
58 : state_queue(q), arc_filter(filt), source(src), delta(d),
H A Dcompose.h60 F *filt = 0, T *sttable= 0)
62 filter(filt), state_table(sttable) {}
91 F *filt = 0, T *sttable= 0)
93 filter(filt), state_table(sttable) {}
H A Dshortest-path.h56 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, argument
60 : ShortestDistanceOptions<Arc, Queue, ArcFilter>(q, filt, kNoStateId, d),
H A Ddeterminize.h339 F *filt = 0,
342 filter(filt), state_table(table) {}
345 F *filt = 0, T *table = 0)
346 : delta(del), subsequential_label(lab), filter(filt),
/external/ping/
H A Dping.c408 struct icmp_filter filt; local
409 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
415 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
619 struct icmp_filter filt; local
622 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
625 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, argument
44 : state_queue(q), arc_filter(filt), source(src), delta(d) {}
H A Dcompose.h212 : state_id1(s1), state_id2(s2), filt(f) {}
215 int filt; // epsilon filter state member in struct:fst::ComposeStateTable::StateTuple
237 x.filt == y.filt;
250 x.filt * kPrime1);
287 static const int filt = 0; // 'fake' epsilon filter - only needed member in struct:fst::StringDetComposeStateTable::StateTuple
456 int f = tuple.filt;
H A Dshortest-path.h42 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, argument
44 : ShortestDistanceOptions<Arc, Queue, ArcFilter>(q, filt, kNoStateId, d),
/external/dhcpcd/
H A Dipv6rs.c110 struct icmp6_filter filt; local
132 ICMP6_FILTER_SETBLOCKALL(&filt);
133 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filt);
135 &filt, sizeof(filt)) == -1)
/external/icu4c/test/cintltst/
H A Dutransts.c488 UChar filt[128]; local
514 /*u_uastrcpy(filt, DATA[i]);*/
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
516 utrans_setFilter(hex, filt, -1, &status);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c948 struct ieee80211req_set_filter filt; local
951 filt.app_filterype = 0;
953 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
956 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
961 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
964 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
966 if (filt.app_filterype) {
967 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
984 struct ieee80211req_set_filter filt; local
985 filt
[all...]
H A Ddriver_madwifi.c744 struct ieee80211req_set_filter filt; local
747 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ;
749 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c948 struct ieee80211req_set_filter filt; local
951 filt.app_filterype = 0;
953 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
956 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
961 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
964 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
966 if (filt.app_filterype) {
967 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
984 struct ieee80211req_set_filter filt; local
985 filt
[all...]
H A Ddriver_madwifi.c744 struct ieee80211req_set_filter filt; local
747 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ;
749 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c948 struct ieee80211req_set_filter filt; local
951 filt.app_filterype = 0;
953 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
956 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
961 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
964 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
966 if (filt.app_filterype) {
967 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
984 struct ieee80211req_set_filter filt; local
985 filt
[all...]
H A Ddriver_madwifi.c744 struct ieee80211req_set_filter filt; local
747 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ;
749 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
/external/ping6/
H A Dping6.c828 struct icmp6_filter filt; local
830 ICMP6_FILTER_SETBLOCKALL(&filt);
833 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt);
835 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt);
837 ICMP6_FILTER_SETPASSALL(&filt);
839 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
840 sizeof(filt)) < 0)
/external/speex/libspeex/
H A Dmdf.c1264 spx_int32_t *filt = (spx_int32_t *) ptr; local
1276 filt[j*n+i] = PSHR32(MULT16_16(32767,st->wtmp[i]), WEIGHT_SHIFT-NORMALIZE_SCALEDOWN);

Completed in 694 milliseconds