/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_hflip.c | 75 report("hflip_byte"); in checkasm_check_vf_hflip() 78 report("hflip_short"); in checkasm_check_vf_hflip()
|
H A D | huffyuvdsp.c | 76 report("add_int16_rnd_width"); in checkasm_check_huffyuvdsp() 80 report("add_int16_128"); in checkasm_check_huffyuvdsp()
|
H A D | hevc_pel.c | 114 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 D | float_dsp.c | 320 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()
|
H A D | exrdsp.c | 86 report("reorder_pixels"); in checkasm_check_exrdsp() 91 report("predictor"); in checkasm_check_exrdsp()
|
H A D | vf_threshold.c | 82 report("threshold8"); in checkasm_check_vf_threshold() 85 report("threshold16"); in checkasm_check_vf_threshold()
|
H A D | hevc_idct.c | 97 report("idct_dc"); in checkasm_check_hevc_idct() 105 report("idct"); in checkasm_check_hevc_idct()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-i2c.c | 366 struct si476x_rds_status_report report; in si476x_core_drain_rds_fifo() local 369 err = si476x_core_cmd_fm_rds_status(core, true, false, false, &report); in si476x_core_drain_rds_fifo() 371 int i = report.rdsfifoused; in si476x_core_drain_rds_fifo() 376 (i == 1), &report); in si476x_core_drain_rds_fifo() 380 kfifo_in(&core->rds_fifo, report.rds, in si476x_core_drain_rds_fifo() 381 sizeof(report.rds)); in si476x_core_drain_rds_fifo() 383 (int)sizeof(report.rds), report.rds); in si476x_core_drain_rds_fifo()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-picolcd_fb.c | 187 struct hid_report *report = picolcd_out_report(REPORT_LCD_CMD, data->hdev); in picolcd_fb_reset() local 193 if (!report || report->maxfield != 1) in picolcd_fb_reset() 198 for (j = 0; j < report->field[0]->maxusage; j++) in picolcd_fb_reset() 200 hid_set_field(report->field[0], j, i << 2); in picolcd_fb_reset() 202 hid_set_field(report->field[0], j, mapcmd[j]); in picolcd_fb_reset() 204 hid_set_field(report->field[0], j, 0); in picolcd_fb_reset() 205 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_fb_reset()
|
H A D | hid-zydacron.c | 24 * Zydacron remote control has an invalid HID report descriptor, 35 "fixing up zydacron remote control report descriptor\n"); in zc_report_fixup() 60 /* report 2 */ in zc_input_mapping() 70 /* report 3 */ in zc_input_mapping() 74 /* report 4 */ in zc_input_mapping() 109 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, in zc_raw_event() argument 117 if (report->id == data[0]) { in zc_raw_event() 129 switch (report->id) { in zc_raw_event()
|
H A D | wacom_sys.c | 91 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...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-i2c.c | 366 struct si476x_rds_status_report report; in si476x_core_drain_rds_fifo() local 369 err = si476x_core_cmd_fm_rds_status(core, true, false, false, &report); in si476x_core_drain_rds_fifo() 371 int i = report.rdsfifoused; in si476x_core_drain_rds_fifo() 376 (i == 1), &report); in si476x_core_drain_rds_fifo() 380 kfifo_in(&core->rds_fifo, report.rds, in si476x_core_drain_rds_fifo() 381 sizeof(report.rds)); in si476x_core_drain_rds_fifo() 383 (int)sizeof(report.rds), report.rds); in si476x_core_drain_rds_fifo()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-picolcd_fb.c | 187 struct hid_report *report = picolcd_out_report(REPORT_LCD_CMD, data->hdev); in picolcd_fb_reset() local 193 if (!report || report->maxfield != 1) in picolcd_fb_reset() 198 for (j = 0; j < report->field[0]->maxusage; j++) in picolcd_fb_reset() 200 hid_set_field(report->field[0], j, i << 2); in picolcd_fb_reset() 202 hid_set_field(report->field[0], j, mapcmd[j]); in picolcd_fb_reset() 204 hid_set_field(report->field[0], j, 0); in picolcd_fb_reset() 205 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT); in picolcd_fb_reset()
|
H A D | hid-zydacron.c | 24 * Zydacron remote control has an invalid HID report descriptor, 35 "fixing up zydacron remote control report descriptor\n"); in zc_report_fixup() 60 /* report 2 */ in zc_input_mapping() 70 /* report 3 */ in zc_input_mapping() 74 /* report 4 */ in zc_input_mapping() 109 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, in zc_raw_event() argument 117 if (report->id == data[0]) { in zc_raw_event() 129 switch (report->id) { in zc_raw_event()
|
H A D | wacom_sys.c | 86 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...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | djpeg.c | 100 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 D | i915_perf.c | 124 * 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/arch/s390/pci/ |
H A D | pci_sysfs.c | 119 struct zpci_report_error_header *report = (void *) buf; in report_error_write() local 125 if (off || (count < sizeof(*report))) in report_error_write() 128 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
|
/third_party/node/lib/internal/process/ |
H A D | execution.js | 126 process.report.reportOnUncaughtException = exceptionHandlerState.reportFlag; 138 process.report.reportOnUncaughtException === true; 139 process.report.reportOnUncaughtException = false;
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_grep.py | 123 def report(self, pat): member in Grep_itTest 133 lines = self.report(pat) 141 lines = self.report(pat)
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | twl6040.c | 48 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 D | twl6040.c | 48 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/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1207 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"
|
/third_party/libabigail/include/ |
H A D | abg-comparison.h | 1080 /// 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...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | record_offcpu.sh | 54 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 | \
|