Searched refs:filt (Results 26 - 44 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c146 so->filt = filter_mode(cso) | 0x00002000;
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff;
256 so->filt = fmt->filter;
279 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST |
H A Dnv30_fragtex.c53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
/external/libxaac/decoder/
H A Dixheaacd_pns_js_thumb.c254 WORD win, filt, start, stop, size, scale_spec; local
312 for (filt = 0; filt < n_filt; filt++) {
313 ia_filter_info_struct *filter = &ptr_tns_info->str_filter[win][filt];
H A Dixheaacd_channel.c931 WORD filt; local
937 for (filt = 0; filt < n_filt; filt++) {
940 &ptr_tns_info->str_filter[win_size][filt];
/external/iputils/
H A Dping.c471 struct icmp_filter filt; local
472 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
478 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
682 struct icmp_filter filt; local
685 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
688 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c955 struct ieee80211req_set_filter filt; local
958 filt.app_filterype = 0;
960 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
963 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
968 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
971 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
973 if (filt.app_filterype) {
974 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
991 struct ieee80211req_set_filter filt; local
992 filt
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c955 struct ieee80211req_set_filter filt; local
958 filt.app_filterype = 0;
960 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
963 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
968 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
971 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
973 if (filt.app_filterype) {
974 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
991 struct ieee80211req_set_filter filt; local
992 filt
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c955 struct ieee80211req_set_filter filt; local
958 filt.app_filterype = 0;
960 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
963 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
968 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
971 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
973 if (filt.app_filterype) {
974 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
991 struct ieee80211req_set_filter filt; local
992 filt
[all...]
/external/dhcpcd-6.8.2/
H A Dipv6nd.c162 struct icmp6_filter filt; local
207 ICMP6_FILTER_SETBLOCKALL(&filt);
208 ICMP6_FILTER_SETPASS(ND_NEIGHBOR_ADVERT, &filt);
209 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filt);
211 &filt, sizeof(filt)) == -1)
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c496 UChar filt[128]; local
522 /*u_uastrcpy(filt, DATA[i]);*/
523 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
524 utrans_setFilter(hex, filt, -1, &status);
/external/python/cpython2/Lib/xml/dom/
H A Dexpatbuilder.py382 filt = self._filter.startContainer(node)
383 if filt == FILTER_REJECT:
386 elif filt == FILTER_SKIP:
/external/python/cpython3/Lib/xml/dom/
H A Dexpatbuilder.py375 filt = self._filter.startContainer(node)
376 if filt == FILTER_REJECT:
379 elif filt == FILTER_SKIP:
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py597 for filt in filters.split(','):
598 clean_filt = filt.strip()
601 for filt in self.filters:
602 if not (filt.startswith('+') or filt.startswith('-')):
604 ' (%s does not)' % filt)
/external/libvpx/libvpx/tools/
H A Dcpplint.py722 for filt in filters.split(','):
723 clean_filt = filt.strip()
726 for filt in self.filters:
727 if not (filt.startswith('+') or filt.startswith('-')):
729 ' (%s does not)' % filt)
/external/aac/libAACdec/src/
H A Dusacdec_lpd.cpp126 const FIXP_SGL *filt, INT stop, int len) {
131 tmp = fMultDiv2(noise[i], filt[0]); // Filt in Q-1.16
133 tmp += fMultDiv2((noise[i - j] + noise[i + j]), filt[j]);
125 filtLP(const FIXP_DBL *syn, FIXP_PCM *syn_out, FIXP_DBL *noise, const FIXP_SGL *filt, INT stop, int len) argument
/external/google-styleguide/cpplint/
H A Dcpplint.py915 for filt in filters.split(','):
916 clean_filt = filt.strip()
919 for filt in self.filters:
920 if not (filt.startswith('+') or filt.startswith('-')):
922 ' (%s does not)' % filt)
H A Dcpplint_unittest.py3833 filt = '-,+whitespace,-whitespace/indent'
3835 cpplint.ParseArguments(['--filter='+filt, 'foo.h']))
/external/mesa3d/src/intel/isl/
H A Disl_format.c46 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, ccs_e, sf) \
47 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, ccs_e},
67 * filt - Sampling Engine Filtering
89 /* smpl filt shad CK RT AB VB SO color ccs_e */
137 /* smpl filt shad CK RT AB VB SO color ccs_e */
176 /* smpl filt shad CK RT AB VB SO color ccs_e */
214 /* smpl filt shad CK RT AB VB SO color ccs_e */
266 /* smpl filt shad CK RT AB VB SO color ccs_e */
/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 2534 milliseconds

12