/openbmc/linux/lib/xz/ |
H A D | xz_dec_bcj.c | 56 /* Amount of already filtered data in the beginning of buf */ 57 size_t filtered; member 63 * Buffer to hold a mix of filtered and unfiltered data. This 339 * of data that got filtered. 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() [all …]
|
/openbmc/linux/lib/kunit/ |
H A D | executor.c | 42 "Changes behavior of filtered tests using attributes, valid values are:\n" 43 "<none>: do not run filtered tests as normal\n" 44 "'skip': skip all filtered tests instead so tests will appear in output\n"); 105 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local 120 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_glob_tests() 121 if (!filtered) { in kunit_filter_glob_tests() 129 filtered[n++] = *test_case; in kunit_filter_glob_tests() 132 copy->test_cases = filtered; in kunit_filter_glob_tests() 148 * Filter and reallocate test suites. Must return the filtered test suites set 161 struct kunit_suite_set filtered = {NULL, NULL}; in kunit_filter_suites() local [all …]
|
H A D | attributes.c | 341 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local 353 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_attr_tests() 354 if (!filtered) { in kunit_filter_attr_tests() 397 filtered[n++] = *test_case; in kunit_filter_attr_tests() 400 filtered[n++] = *test_case; in kunit_filter_attr_tests() 407 kfree(filtered); in kunit_filter_attr_tests() 411 copy->test_cases = filtered; in kunit_filter_attr_tests()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 119 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
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | debian.bbclass | 90 filtered = [] 93 filtered.append(s) 94 if len(filtered) == 1: 95 soname = filtered[0] 96 elif len(filtered) > 1: 97 … bb.note("Multiple matches (%s) for LEAD_SONAME '%s'" % (", ".join(filtered), lead))
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 83 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()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | filter.hpp | 28 bool filtered = predicate_(m); in offer() local 29 if (filtered) queue_.push(m); in offer() 30 return filtered; in offer()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-fread.rst | 35 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,
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | event-no-pid.tc | 81 fail "Filtered out task has events" 108 fail "Filtered out task has events" 113 fail "Child of filtered out taskhas events"
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | filters.hpp | 38 * time it changes to determine if that property value should be filtered 64 // Property value should be filtered in operator ()() 76 // Property value should not be filtered in operator ()()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.c | 263 if (!n->filtered) in hists__output_recalc_col_len() 340 if (!he->filtered) in hists__decay_entry() 379 if (!he->filtered) in hists__delete_entry() 587 if (!he->filtered) in hist_entry__add_callchain_period() 742 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 884 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 973 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 1027 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1086 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1427 /* if it's filtered by own fmt, it has to have filter bits */ in hist_entry__check_and_remove_filter() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | color.py | 41 filtered = filter_color(input_string) 42 self.assertEqual(filtered, "~~~~~~~~~~~~^~~~~~~~") 46 filtered, code_count = filter_color_n(input_string) 47 self.assertEqual(filtered, "~~~~~~~~~~~~^~~~~~~~")
|
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_rx.h | 100 /* Filtered DMAC0 packets */ 103 /* Filtered DMAC0 octets */ 115 /* Filtered DMAC1 packets */ 118 /* Filtered DMAC1 octets */
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-cache.json | 63 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 72 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 81 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 90 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 99 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 916 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 925 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 934 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 943 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 952 …equired. These result in writes to the memory controller. This can be filtered by directory sets… [all …]
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 209 [@filtered](https://bootstrap-vue.org/docs/components/table#filter-events) event 211 total filtered items count. 224 count and total filtered items count. 226 Add the `:empty-filtered-text` prop to the table to show the translated message 247 :filtered-items-count="filteredItemsCount" 258 :empty-filtered-text="$t('global.table.emptySearchMessage')" 259 @filtered="onFiltered" 387 prop will usually match the filtered by table column key. The `values` prop 393 from the TableFilterMixin to show the filtered table data.
|
/openbmc/linux/include/media/ |
H A D | demux.h | 144 * @check_crc: If non-zero, check the CRC values of filtered sections. 192 * @buffer1: Pointer to the start of the filtered TS packets. 194 * @buffer2: Pointer to the tail of the filtered TS packets, or NULL. 207 * buffer. The filtered TS packets are delivered to the client using this 259 * @buffer1: Pointer to the start of the filtered section, e.g. 261 * @buffer1_len: Length of the filtered section data in @buffer1, 263 * @buffer2: Pointer to the tail of the filtered section data, 266 * @buffer2_len: Length of the filtered section data in @buffer2, 310 * the MPEG-TS to be filtered comes from userspace, 410 * receive filtered data via the Demux callback API (see 0). The function [all …]
|
H A D | dvb_demux.h | 115 * @pid: PID to be filtered. 190 * that will be filtered. 191 * @pids: list of filtered program IDs. 285 * @buf: buffer with data to be filtered 303 * @buf: buffer with data to be filtered 321 * @buf: buffer with data to be filtered
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu13_driver_if_v13_0_4.h | 209 uint16_t AverageDRAMReads; //Filtered DF Bandwidth::DRAM Reads 210 uint16_t AverageDRAMWrites; //Filtered DF Bandwidth::DRAM Writes 211 uint16_t AverageSocketPower; //Filtered value of CurrentSocketPower 212 uint16_t AverageCorePower; //Filtered of [sum of CorePower[8]]) 213 uint16_t AverageCoreC0Residency[8]; //Filtered of [average C0 residency % per core]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 110.out | 14 image: json:{ /* filtered */ } 25 image: json:{ /* filtered */ }
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | restapi.py | 220 # Load all of the layerItems (these can not be easily filtered) 296 filtered = [] 300 filtered.append(getattr(index, objects)[obj]._data) 305 filtered.append(getattr(index, objects)[obj]._data) 308 filtered.append(obj) 309 return filtered
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | crosssdk.bbclass | 21 …filtered = set(bb.utils.filter("DISTRO_FEATURES", d.getVar("DISTRO_FEATURES_FILTER_NATIVESDK"), d)… 22 d.setVar("DISTRO_FEATURES", " ".join(sorted(features | filtered)))
|
/openbmc/qemu/tests/qtest/ |
H A D | test-x86-cpuid-compat.c | 106 * in "feature-words" and "filtered-features" properties. 148 QList *present, *filtered; in test_feature_flag() local 154 filtered = qobject_to(QList, qom_get(path, "filtered-features")); in test_feature_flag() 156 value |= get_feature_word(filtered, args->in_eax, args->in_ecx, args->reg); in test_feature_flag() 162 qobject_unref(filtered); in test_feature_flag() 168 * either "feature-words" or "filtered-features", when running QEMU
|
/openbmc/openbmc/meta-google/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 7 file://host-console-filtered.sh \ 36 install -m0755 ${UNPACKDIR}/host-console-filtered.sh ${D}${bindir}/
|
/openbmc/qemu/include/hw/misc/ |
H A D | nrf51_rng.h | 23 * + Generation of unfiltered and filtered random values take at least the 71 /* Time between generation of successive filtered values in us */
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 423 * At least one of DATA, METADATA, FILTERED, or COW must be set for 433 * Filter node has exactly one FILTERED|PRIMARY child, and may have other 439 * For most filters, the filtered child is linked in bs->file, bs->backing is 450 * Only has one child, linked in bs->file. Its role is either FILTERED|PRIMARY 455 * Don't have any FILTERED children. 484 * Any node may have at most one filtered child at a time. 493 * FILTERED.
|