Home
last modified time | relevance | path

Searched refs:report (Results 301 - 325 of 994) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Ddjpeg.c100 static boolean report; /* for -report switch */ variable
180 fprintf(stderr, " -report Report decompression progress\n"); in usage()
212 report = FALSE; in parse_switches()
402 } else if (keymatch(arg, "report", 2)) { in parse_switches()
403 report = TRUE; in parse_switches()
642 if (report || max_scans != 0) { in djpeg()
644 progress.report = report; in djpeg()
823 if (report || max_scan in djpeg()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c124 * and while we could pull a report out of the OA buffer we can't
125 * trigger a report from the cpu on demand.
127 * Related to being report based; the OA counters are configured in HW as a
132 * OA unit report format used to capture all counters in a set, or specify a
148 * With the OA unit's report formats, counters are packed together as 32
149 * or 40bit values, with the largest report size being 256 bytes.
173 * ring buffer. To include more than the OA report we'd have to copy the
174 * report into an intermediate larger buffer. I'd been considering allowing a
188 * majority of the OA driver ran in atomic context, including all OA report
239 * by checking for a zeroed report
461 oa_report_id(struct i915_perf_stream *stream, void *report) oa_report_id() argument
466 oa_report_reason(struct i915_perf_stream *stream, void *report) oa_report_reason() argument
474 oa_report_id_clear(struct i915_perf_stream *stream, u32 *report) oa_report_id_clear() argument
482 oa_report_ctx_invalid(struct i915_perf_stream *stream, void *report) oa_report_ctx_invalid() argument
488 oa_timestamp(struct i915_perf_stream *stream, void *report) oa_timestamp() argument
495 oa_timestamp_clear(struct i915_perf_stream *stream, u32 *report) oa_timestamp_clear() argument
503 oa_context_id(struct i915_perf_stream *stream, u32 *report) oa_context_id() argument
510 oa_context_id_squash(struct i915_perf_stream *stream, u32 *report) oa_context_id_squash() argument
590 void *report = stream->oa_buffer.vaddr + tail; oa_buffer_check_unlocked() local
666 append_oa_sample(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset, const u8 *report) append_oa_sample() argument
779 u8 *report = oa_buf_base + head; gen8_append_oa_reports() local
1096 u8 *report = oa_buf_base + head; gen7_append_oa_reports() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dtwl6040.c48 int report; member
271 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_report()
281 snd_soc_jack_report(jack, report, report); in twl6040_hs_jack_report()
283 snd_soc_jack_report(jack, 0, report); in twl6040_hs_jack_report()
289 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_detect()
295 hs_jack->report = report; in twl6040_hs_jack_detect()
297 twl6040_hs_jack_report(component, hs_jack->jack, hs_jack->report); in twl6040_hs_jack_detect()
308 twl6040_hs_jack_report(component, hs_jack->jack, hs_jack->report); in twl6040_accessory_work()
270 twl6040_hs_jack_report(struct snd_soc_component *component, struct snd_soc_jack *jack, int report) twl6040_hs_jack_report() argument
288 twl6040_hs_jack_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, int report) twl6040_hs_jack_detect() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtwl6040.c48 int report; member
271 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_report()
281 snd_soc_jack_report(jack, report, report); in twl6040_hs_jack_report()
283 snd_soc_jack_report(jack, 0, report); in twl6040_hs_jack_report()
289 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_detect()
295 hs_jack->report = report; in twl6040_hs_jack_detect()
297 twl6040_hs_jack_report(component, hs_jack->jack, hs_jack->report); in twl6040_hs_jack_detect()
308 twl6040_hs_jack_report(component, hs_jack->jack, hs_jack->report); in twl6040_accessory_work()
270 twl6040_hs_jack_report(struct snd_soc_component *component, struct snd_soc_jack *jack, int report) twl6040_hs_jack_report() argument
288 twl6040_hs_jack_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, int report) twl6040_hs_jack_detect() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c114 report("qpel"); in checkasm_check_hevc_qpel()
155 report("qpel_uni"); in checkasm_check_hevc_qpel_uni()
203 report("qpel_uni_w"); in checkasm_check_hevc_qpel_uni_w()
247 report("qpel_bi"); in checkasm_check_hevc_qpel_bi()
299 report("qpel_bi_w"); in checkasm_check_hevc_qpel_bi_w()
346 report("epel"); in checkasm_check_hevc_epel()
387 report("epel_uni"); in checkasm_check_hevc_epel_uni()
435 report("epel_uni_w"); in checkasm_check_hevc_epel_uni_w()
479 report("epel_bi"); in checkasm_check_hevc_epel_bi()
531 report("epel_bi_ in checkasm_check_hevc_epel_bi_w()
[all...]
H A Dexrdsp.c86 report("reorder_pixels"); in checkasm_check_exrdsp()
91 report("predictor"); in checkasm_check_exrdsp()
H A Dvf_threshold.c82 report("threshold8"); in checkasm_check_vf_threshold()
85 report("threshold16"); in checkasm_check_vf_threshold()
H A Dhevc_idct.c97 report("idct_dc"); in checkasm_check_hevc_idct()
105 report("idct"); in checkasm_check_hevc_idct()
H A Dfloat_dsp.c320 report("vector_fmul"); in checkasm_check_float_dsp()
323 report("vector_fmac"); in checkasm_check_float_dsp()
328 report("vector_dmul"); in checkasm_check_float_dsp()
331 report("vector_dmac"); in checkasm_check_float_dsp()
334 report("butterflies_float"); in checkasm_check_float_dsp()
337 report("scalarproduct_float"); in checkasm_check_float_dsp()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_quality_diag.h93 int32_t add_dns_report(std::shared_ptr<NetsysNative::NetDnsResultReport> report);
95 int32_t ParseReportAddr(uint32_t size, AddrInfo* addrinfo, NetsysNative::NetDnsResultReport &report);
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Drecord_offcpu.sh54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep
81 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
/third_party/mesa3d/.gitlab-ci/
H A Dskqp-runner.sh131 # Remove the empty HTML report to avoid confusion
132 rm -f "${SKQP_RESULTS_DIR}"/unitTest/report.html
139 find "${SKQP_RESULTS_DIR}"/**/report.html -type f > "${REPORT_FILES}"
142 BACKEND_NAME=$(echo "${REPORT}" | sed 's@.*/\([^/]*\)/report.html@\1@')
143 echo "See skqp ${BACKEND_NAME} render tests report at:"
147 # If there is no report available, tell the user that something is wrong.
150 echo "No skqp report available. Probably some fatal error has occured during the skqp execution."
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DPreprocessor.cpp80 // Convert preprocessing tokens to compiler tokens or report in lex()
86 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, token->location, in lex()
90 mImpl->diagnostics->report(Diagnostics::PP_INVALID_CHARACTER, token->location, in lex()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DPreprocessor.cpp87 // Convert preprocessing tokens to compiler tokens or report in lex()
93 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, in lex()
97 mImpl->diagnostics->report(Diagnostics::PP_INVALID_CHARACTER, in lex()
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1207 report("Skipping Parameterized Tests for this Target:IGNORE")
1242 report output if (!allgood && !$verbose) #report failures if not already reporting everything
1250 report " FAIL: No Match For /#{expression.to_s}/"
1261 report " FAIL: Expected #{exp} Matches For /#{expression.to_s}/. Was #{act}"
1289 report "#{testset_name}:PASS"
1291 report "#{testset_name}:FAIL"
/kernel/linux/linux-5.10/drivers/hid/
H A Dwacom_sys.c91 struct hid_report *report, u8 *raw_data, int report_size) in wacom_wac_pen_serial_enforce()
104 for (i = 0; i < report->maxfield; i++) { in wacom_wac_pen_serial_enforce()
105 for (j = 0; j < report->field[i]->maxusage; j++) { in wacom_wac_pen_serial_enforce()
106 struct hid_field *field = report->field[i]; in wacom_wac_pen_serial_enforce()
158 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event() argument
169 if (wacom_wac_pen_serial_enforce(hdev, report, raw_data, size)) in wacom_raw_event()
223 * report to provide the best resolution. in wacom_hid_usage_quirk()
228 wacom->wacom_wac.mode_report = field->report->id; in wacom_hid_usage_quirk()
258 * report serial number information compared to their branded in wacom_hid_usage_quirk()
266 field->index + 2 < field->report in wacom_hid_usage_quirk()
90 wacom_wac_pen_serial_enforce(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int report_size) wacom_wac_pen_serial_enforce() argument
2218 struct hid_report *report; wacom_compute_pktlen() local
[all...]
H A Dhid-kye.c19 /* Original EasyPen i405X report descriptor size */
22 /* Fixed EasyPen i405X report descriptor */
77 /* Original MousePen i608X report descriptor size */
80 /* Fixed MousePen i608X report descriptor */
176 /* Original MousePen i608X v2 report descriptor size */
179 /* Fixed MousePen i608X v2 report descriptor */
275 /* Original EasyPen M610X report descriptor size */
278 /* Fixed EasyPen M610X report descriptor */
353 /* Original PenSketch M912 report descriptor size */
356 /* Fixed PenSketch M912 report descripto
669 struct hid_report *report; kye_tablet_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dwacom_sys.c86 struct hid_report *report, u8 *raw_data, int report_size) in wacom_wac_pen_serial_enforce()
99 for (i = 0; i < report->maxfield; i++) { in wacom_wac_pen_serial_enforce()
100 for (j = 0; j < report->field[i]->maxusage; j++) { in wacom_wac_pen_serial_enforce()
101 struct hid_field *field = report->field[i]; in wacom_wac_pen_serial_enforce()
153 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event() argument
164 if (wacom_wac_pen_serial_enforce(hdev, report, raw_data, size)) in wacom_raw_event()
218 * report to provide the best resolution. in wacom_hid_usage_quirk()
223 wacom->wacom_wac.mode_report = field->report->id; in wacom_hid_usage_quirk()
253 * report serial number information compared to their branded in wacom_hid_usage_quirk()
261 field->index + 2 < field->report in wacom_hid_usage_quirk()
85 wacom_wac_pen_serial_enforce(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int report_size) wacom_wac_pen_serial_enforce() argument
2210 struct hid_report *report; wacom_compute_pktlen() local
[all...]
H A Dhid-kye.c368 * (report ID 3) to a reasonable value in kye_consumer_control_fixup()
377 hid_info(hdev, "fixing up %s report descriptor\n", device_name); in kye_consumer_control_fixup()
388 * - Their Logical Maximum never exceed 32767 (7F FF), though device do report
409 "tablet report size too small, or kye_tablet_rdesc unexpectedly large\n"); in kye_tablet_fixup()
463 * - report size 8 count 1 must be size 1 count 8 for button in kye_report_fixup()
476 "report descriptor\n"); in kye_report_fixup()
519 struct hid_report *report; in kye_tablet_enable() local
524 report = list_entry(head, struct hid_report, list); in kye_tablet_enable()
525 if (report->id == 5) in kye_tablet_enable()
530 hid_err(hdev, "tablet-enabling feature report no in kye_tablet_enable()
[all...]
/third_party/libabigail/include/
H A Dabg-comparison.h1080 /// Pure interface to report the diff in a serialized form that is
1083 /// Note that the serializd report has to leave one empty line at
1086 /// @param out the output stream to serialize the report to.
1090 report(ostream& out, const string& indent = "") const = 0;
1187 report(ostream& out, const string& indent = "") const;
1239 report(ostream& out, const string& indent = "") const;
1293 report(ostream&, const string& indent = "") const;
1350 report(ostream&, const string& indent = "") const;
1407 report(ostream&, const string& indent = "") const;
1464 report(ostrea
[all...]
/third_party/lame/misc/
H A Dath.c583 int report ( const generator_t* const g, const amplitude_t* const a ) in report() function
660 report (g, a); in experiment()
688 report (g, a); in experiment()
704 report (g, a); in experiment()
712 report (g, a); in experiment()
717 report (g, a); in experiment()
723 report (g, a); in experiment()
/third_party/node/benchmark/
H A Dcommon.js185 this.report(result, elapsed);
191 // If forked, report to the parent.
268 this.report(operations && Number.MAX_VALUE, 0n);
274 this.report(rate, elapsed);
277 report(rate, elapsed) {
283 type: 'report',
312 // If forked, report by process send
323 // Otherwise report by stdout
/third_party/python/Tools/scripts/
H A Dfixdiv.py237 report(slashes, "No conclusive evidence")
305 f.report(row, mark="*")
307 def report(slashes, message): function
347 def report(self, first, last=None, mark="*"): member in FileContext
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c62 u8 report, cck_highpwr; in _rtl92de_query_rxphystatus() local
72 report = cck_buf->cck_agc_rpt & 0xc0; in _rtl92de_query_rxphystatus()
73 report = report >> 6; in _rtl92de_query_rxphystatus()
74 switch (report) { in _rtl92de_query_rxphystatus()
90 report = p_drvinfo->cfosho[0] & 0x60; in _rtl92de_query_rxphystatus()
91 report = report >> 5; in _rtl92de_query_rxphystatus()
92 switch (report) { in _rtl92de_query_rxphystatus()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.c151 const struct ath11k_htc_credit_report *report, in ath11k_htc_process_credit_report()
159 if (len % sizeof(*report)) in ath11k_htc_process_credit_report()
160 ath11k_warn(ab, "Uneven credit report len %d", len); in ath11k_htc_process_credit_report()
162 n_reports = len / sizeof(*report); in ath11k_htc_process_credit_report()
165 for (i = 0; i < n_reports; i++, report++) { in ath11k_htc_process_credit_report()
166 if (report->eid >= ATH11K_HTC_EP_COUNT) in ath11k_htc_process_credit_report()
169 ep = &htc->endpoint[report->eid]; in ath11k_htc_process_credit_report()
170 ep->tx_credits += report->credits; in ath11k_htc_process_credit_report()
173 report->eid, report in ath11k_htc_process_credit_report()
150 ath11k_htc_process_credit_report(struct ath11k_htc *htc, const struct ath11k_htc_credit_report *report, int len, enum ath11k_htc_ep_id eid) ath11k_htc_process_credit_report() argument
[all...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...40