Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 25 of 106) sorted by relevance

12345

/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_dec_bcj.c57 size_t filtered; member
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
381 filtered = bcj_sparc(s, buf, size); in bcj_apply()
386 filtered = 0; in bcj_apply()
390 *pos += filtered; in bcj_apply()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dcompaction-times.py119 filtered = 0
122 filtered = head.is_filtered()
125 filtered = cls.fobj.filter(pid, comm)
126 head = cls.heads[pid] = chead(comm, pid, filtered)
128 if not filtered:
159 def __init__(self, comm, pid, filtered): argument
164 self.filtered = filtered
198 return self.filtered
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dps.c83 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local
88 filtered[i] = 0; in wl1271_ps_filter_frames()
90 filtered[i]++; in wl1271_ps_filter_frames()
104 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
106 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcolor.py41 filtered = filter_color(input_string)
42 self.assertEqual(filtered, "~~~~~~~~~~~~^~~~~~~~")
46 filtered, code_count = filter_color_n(input_string)
47 self.assertEqual(filtered, "~~~~~~~~~~~~^~~~~~~~")
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0002-cmd-go-make-content-based-hash-generation-less-pedan.patch141 +func (b *Builder) ccExe(filtered bool) []string {
142 + return b.compilerExe(origCC, cfg.DefaultCC(cfg.Goos, cfg.Goarch), filtered)
148 +func (b *Builder) cxxExe(filtered bool) []string {
149 + return b.compilerExe(origCXX, cfg.DefaultCXX(cfg.Goos, cfg.Goarch), filtered)
155 +func (b *Builder) fcExe(filtered bool) []string {
156 + return b.compilerExe(os.Getenv("FC"), "gfortran", filtered)
180 +func (b *Builder) compilerExe(envValue string, def string, filtered bool) []string {
186 + if filtered {
198 +func (b *Builder) CFlags(p *load.Package, filtered bool) (cppflags, cflags, cxxflags, fflags, ldfl…
206 + if filtered {
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.c249 if (!n->filtered) in hists__output_recalc_col_len()
330 if (!he->filtered) in hists__decay_entry()
369 if (!he->filtered) in hists__delete_entry()
575 if (!he->filtered) in hist_entry__add_callchain_period()
724 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
859 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
946 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
1000 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1055 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1404 if (!(he->filtered & (1 << type))) { in hist_entry__check_and_remove_filter()
[all …]
H A Devent.c544 al->filtered = 0; in thread__find_map()
570 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map()
574 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map()
649 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
672 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
677 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
696 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddebian.bbclass99 filtered = []
102 filtered.append(s)
103 if len(filtered) == 1:
104 soname = filtered[0]
105 elif len(filtered) > 1:
106 … bb.note("Multiple matches (%s) for LEAD_SONAME '%s'" % (", ".join(filtered), lead))
H A Dcrosssdk.bbclass15filtered = set(bb.utils.filter("DISTRO_FEATURES", d.getVar("DISTRO_FEATURES_FILTER_NATIVESDK"), d)…
16 d.setVar("DISTRO_FEATURES", " ".join(sorted(features | filtered)))
H A Dnativesdk.bbclass83filtered = set(bb.utils.filter("DISTRO_FEATURES", d.getVar("DISTRO_FEATURES_FILTER_NATIVESDK"), d)…
84 d.setVar("DISTRO_FEATURES", " ".join(sorted(features | filtered)))
H A Dnative.bbclass127filtered = set(bb.utils.filter("DISTRO_FEATURES", d.getVar("DISTRO_FEATURES_FILTER_NATIVE"), d).sp…
128 d.setVar("DISTRO_FEATURES", " ".join(sorted(features | filtered)))
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-fread.rst35 This system call returns filtered data, which might be section or Packetized
36 Elementary Stream (PES) data. The filtered data is transferred from
65 - The filtered data was not read from the buffer in due time,
H A Ddmx-add-pid.rst29 PID number to be filtered.
H A Ddmx-set-buffer-size.rst35 filtered data. The default size is two maximum sized sections, i.e. if
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Drestapi.py296 filtered = []
300 filtered.append(getattr(index, objects)[obj]._data)
305 filtered.append(getattr(index, objects)[obj]._data)
308 filtered.append(obj)
309 return filtered
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_common.c181 if (!he->filtered) { in print_hists_in()
208 if (!he->filtered) { in print_hists_out()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0046-docs-Document-the-cutmem-command.patch29 @@ -4051,6 +4052,8 @@ this page is to be filtered. This syntax makes it easy to represent patterns
50 +be filtered out. This remains in effect after a payload kernel has been loaded
H A D0040-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch26 @@ -4051,6 +4051,10 @@ this page is to be filtered. This syntax makes it easy to represent patterns
/OK3568_Linux_fs/kernel/net/ipv6/
H A Draw.c182 int filtered; in ipv6_raw_deliver() local
187 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver()
202 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver()
207 filtered = 0; in ipv6_raw_deliver()
211 if (filtered < 0) in ipv6_raw_deliver()
213 if (filtered == 0) { in ipv6_raw_deliver()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/diffstat/diffstat/
H A Davoid-check-user-break-cc.patch10 be included in CC. And then CC will be wrongly filtered.
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190928.patch.gz1# ncurses 6.1 - patch 20190928 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-valgrind-filter_xml_frames-do-not-filter-usr.patch10 and if these frames are filtered out, then the 'drd' tests fail
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-diff.txt120 Determine how to display the overhead percentage of filtered entries.
123 "relative" means it's relative to filtered entries only so that the
258 relative to how entries are filtered. Use --percentage=absolute to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c.txt59 Width of spikes which can be filtered by digital filter
65 be filtered out. Only lower frequency will pass (this is applicable to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from

12345