Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsdp_basic.c92 int allocate_ion_buffer(size_t size, int heap_type_id, int verbosity) in allocate_ion_buffer() argument
431 int ion_heap, int rnd_offset, int verbosity) in sdp_basic_test() argument
459 fd = allocate_ion_buffer(sdp_size, ion_heap, verbosity); in sdp_basic_test()
524 bool valid_ref, int verbosity) in invoke_out_of_bounds() argument
574 int sdp_out_of_bounds_memref_test(size_t size, int ion_heap, int verbosity) in sdp_out_of_bounds_memref_test() argument
586 fd = allocate_ion_buffer(size, ion_heap, verbosity); in sdp_out_of_bounds_memref_test()
612 if (verbosity) { in sdp_out_of_bounds_memref_test()
615 true, verbosity); in sdp_out_of_bounds_memref_test()
620 false, verbosity); in sdp_out_of_bounds_memref_test()
624 false, verbosity); in sdp_out_of_bounds_memref_test()
[all …]
H A Dsdp_basic.h22 int allocate_ion_buffer(size_t size, int heap_id, int verbosity);
25 int rnd_offset, int verbosity);
27 int sdp_out_of_bounds_memref_test(size_t size, int ion_heap, int verbosity);
H A Dcrypto_common.h32 if (verbosity >= lvl) { \
45 int random_in, int in_place, int warmup, int verbosity);
50 int warmup, int verbosity);
H A Daes_perf.c35 int allocate_ion_buffer(size_t size, int heap_id, int verbosity);
251 static void alloc_buffers(size_t sz, int in_place, int verbosity) in alloc_buffers() argument
253 (void)verbosity; in alloc_buffers()
259 input_sdp_fd = allocate_ion_buffer(sz, ion_heap, verbosity); in alloc_buffers()
274 output_sdp_fd = allocate_ion_buffer(sz, ion_heap, verbosity); in alloc_buffers()
428 int in_place, int warmup, int verbosity) in aes_perf_run_test() argument
461 alloc_buffers(size, in_place, verbosity); in aes_perf_run_test()
554 int verbosity = CRYPTO_DEF_VERBOSITY; /* Verbosity (-v) */ in aes_perf_runner_cmd_parser() local
652 verbosity++; in aes_perf_runner_cmd_parser()
673 input_data_init, in_place, warmup, verbosity); in aes_perf_runner_cmd_parser()
H A Dsha_perf.c288 int warmup, int verbosity) in sha_perf_run_test() argument
393 int verbosity = CRYPTO_DEF_VERBOSITY; /* Verbosity (-v) */ in sha_perf_runner_cmd_parser() local
443 verbosity++; in sha_perf_runner_cmd_parser()
456 sha_perf_run_test(algo, size, n, l, random_in, offset, warmup, verbosity); in sha_perf_runner_cmd_parser()
/OK3568_Linux_fs/u-boot/include/
H A Dbzlib.h150 int verbosity,
165 int verbosity,
191 int verbosity,
220 int verbosity,
259 int verbosity,
269 int verbosity
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib.c202 int verbosity, in BZ_API()
246 s->verbosity = verbosity; in BZ_API()
545 int verbosity, in BZ_API()
554 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
576 s->verbosity = verbosity; in BZ_API()
855 if (s->verbosity >= 3) in BZ_API()
858 if (s->verbosity >= 2) VPrintf0 ( "]" ); in BZ_API()
873 if (s->verbosity >= 3) in BZ_API()
949 int verbosity, in BZ_API()
960 (verbosity < 0 || verbosity > 4)) in BZ_API()
[all …]
H A Dbzlib_compress.c302 if (s->verbosity >= 3) in sendMTFValues()
343 if (s->verbosity >= 3) in sendMTFValues()
477 if (s->verbosity >= 3) { in sendMTFValues()
554 if (s->verbosity >= 3) in sendMTFValues()
566 if (s->verbosity >= 3) in sendMTFValues()
582 if (s->verbosity >= 3) in sendMTFValues()
637 if (s->verbosity >= 3) in sendMTFValues()
652 if (s->verbosity >= 2) in BZ2_compressBlock()
704 if (s->verbosity >= 2) in BZ2_compressBlock()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_telemetry_core.c52 u32 *verbosity) in telemetry_def_get_trace_verbosity() argument
59 u32 verbosity) in telemetry_def_set_trace_verbosity() argument
295 u32 *verbosity) in telemetry_get_trace_verbosity() argument
298 verbosity); in telemetry_get_trace_verbosity()
310 int telemetry_set_trace_verbosity(enum telemetry_unit telem_unit, u32 verbosity) in telemetry_set_trace_verbosity() argument
313 verbosity); in telemetry_set_trace_verbosity()
H A Dintel_telemetry_debugfs.c669 u32 verbosity; in telem_pss_trc_verb_show() local
672 err = telemetry_get_trace_verbosity(TELEM_PSS, &verbosity); in telem_pss_trc_verb_show()
678 seq_printf(s, "PSS Trace Verbosity %u\n", verbosity); in telem_pss_trc_verb_show()
686 u32 verbosity; in telem_pss_trc_verb_write() local
689 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_pss_trc_verb_write()
693 err = telemetry_set_trace_verbosity(TELEM_PSS, verbosity); in telem_pss_trc_verb_write()
717 u32 verbosity; in telem_ioss_trc_verb_show() local
720 err = telemetry_get_trace_verbosity(TELEM_IOSS, &verbosity); in telem_ioss_trc_verb_show()
726 seq_printf(s, "IOSS Trace Verbosity %u\n", verbosity); in telem_ioss_trc_verb_show()
734 u32 verbosity; in telem_ioss_trc_verb_write() local
[all …]
H A Dintel_telemetry_pltdrv.c986 u32 *verbosity) in telemetry_plt_get_trace_verbosity() argument
991 if (verbosity == NULL) in telemetry_plt_get_trace_verbosity()
1023 TELEM_EXTRACT_VERBOSITY(temp, *verbosity); in telemetry_plt_get_trace_verbosity()
1031 u32 verbosity) in telemetry_plt_set_trace_verbosity() argument
1036 verbosity &= TELEM_TRC_VERBOSITY_MASK; in telemetry_plt_set_trace_verbosity()
1050 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
1071 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dintel_telemetry.h75 u32 *verbosity);
78 u32 verbosity);
134 u32 verbosity);
137 u32 *verbosity);
/OK3568_Linux_fs/buildroot/package/dvbsnoop/
H A D0001-musl-types-h.patch14 u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
15 u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dlogger.h65 virtual void SetVerbosity(int verbosity) { in SetVerbosity() argument
66 verbosity_ = verbosity; in SetVerbosity()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_progs.h43 enum verbosity { enum
66 enum verbosity verbosity; member
/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A DKconfig40 int "Debugging verbosity (0 = quiet, 3 = noisy)"
44 Determines the verbosity level of the MTD NAND debugging messages.
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrinit.c289 int verbosity = atoi(argv[i + 1]); in ddxProcessArgument() local
291 LogSetParameter(XLOG_VERBOSITY, verbosity); in ddxProcessArgument()
292 EPHYR_LOG("set verbosiry to %d\n", verbosity); in ddxProcessArgument()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample3.c35 if (sox_globals.verbosity >= level) { in output_message()
65 sox_globals.verbosity = 1; in main()
H A Dsox.c364 if (is_player && sox_globals.verbosity < 3) { in display_file_info()
442 if (sox_globals.verbosity > 2) in report_file_info()
454 if (show_progress && (sox_globals.verbosity < 3 || in progress_to_next_input_file()
1105 char const * format = sox_globals.verbosity > 3? in add_effects()
1808 if (sox_globals.verbosity > 3) { in display_SoX_version()
1974 if (!(sox_globals.verbosity > 2)) { in usage()
2479 ++sox_globals.verbosity; in parse_gopts_and_fopts()
2482 sox_globals.verbosity = 2; in parse_gopts_and_fopts()
2486 sox_globals.verbosity = (unsigned)i; in parse_gopts_and_fopts()
2751 ++sox_globals.verbosity; in soxi()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlanghooks.h447 const char *(*decl_printable_name) (tree decl, int verbosity);
452 const char *(*dwarf_name) (tree, int verbosity);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlanghooks.h447 const char *(*decl_printable_name) (tree decl, int verbosity);
452 const char *(*dwarf_name) (tree, int verbosity);
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-kallsyms.txt24 Increase verbosity level, showing details about symbol table loading, etc.
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/
H A Dwexitcode.patch25 * For the verbosity level feature to be useful,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c44 bool default_logging, u32 verbosity) in guc_action_control_log() argument
49 (verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) | in guc_action_control_log()
53 GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX); in guc_action_control_log()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop/
H A D0001-Fix-compilation-with-GCC-s-fno-common-flag-fixes-305.patch23 #define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */

1234