/sof-3.4.0/tools/testbench/ |
D | testbench.c | 114 printf("Usage: %s <options> -i <input_file> ", executable); in print_usage() 115 printf("-o <output_file1,output_file2,...>\n\n"); in print_usage() 116 printf("Options for processing:\n"); in print_usage() 117 printf(" -t <topology file>\n"); in print_usage() 118 printf(" -a <comp1=comp1_library,comp2=comp2_library>, override default library\n\n"); in print_usage() 119 printf("Options to control test:\n"); in print_usage() 120 printf(" -d Run in debug mode\n"); in print_usage() 121 printf(" -q Run in quiet mode, suppress traces output\n"); in print_usage() 122 printf(" -p <pipeline1,pipeline2,...>\n"); in print_usage() 123 printf(" -s Use real time priorities for threads (needs sudo)\n"); in print_usage() [all …]
|
/sof-3.4.0/tools/topology/topology1/ |
D | get_abi.sh | 24 printf "define(\`SOF_ABI_MAJOR', \`0x%02x')\n" $MAJOR > abi.h 25 printf "define(\`SOF_ABI_MINOR', \`0x%02x')\n" $MINOR >> abi.h 26 printf "define(\`SOF_ABI_PATCH', \`0x%02x')\n" $PATCH >> abi.h 27 printf "define(\`SOF_ABI_VERSION', \`0x%x')\n" $abi_version >> abi.h 28 printf "define(\`SOF_ABI_VERSION_3_9_OR_GRT', \`%d')\n"\ 30 printf "define(\`SOF_ABI_VERSION_3_17_OR_GRT', \`%d')\n"\
|
/sof-3.4.0/tools/topology/topology2/ |
D | get_abi.sh | 19 printf '0x%02x' "$(("$1" & 0xff))" 24 printf '0x%02x,0x%02x' "$(("$1" & 0xff))" "$((("$1" & 0xff00) >> 8))" 27 printf '\t\tbytes\t\"' 33 printf ',' 41 printf '\"\n\t}\n}\n'
|
/sof-3.4.0/scripts/ |
D | fuzz.sh | 89 printf '\n\nSuccessfully aborted fuzzer after %d seconds test duration with DEADLYSIGNAL\n' \ 116 >&2 printf '%s ERROR: ' "$0" 117 # We want die() to be usable exactly like printf 119 >&2 printf "$@" 120 >&2 printf '\n'
|
D | xtensa-build-all.sh | 50 >&2 printf '%s ERROR: ' "$0" 51 # We want die() to be usable exactly like printf 53 >&2 printf "$@" 181 >&2 printf \ 292 >&2 printf 'WARNING: %s 308 printf 'XTENSA_SYSTEM=%s\n' "${XTENSA_SYSTEM}" 319 printf "Build in %s\n" "$BUILD_DIR" 326 printf 'PATH=%s\n' "$PATH"
|
D | qemu-check.sh | 16 >&2 printf '%s ERROR: ' "$0" 17 # We want die() to be usable exactly like printf 19 >&2 printf "$@" 37 printf '%s' "$d"/$xhs;
|
D | test-repro-build.sh | 130 printf '\t%s is EMPTY\n' b0/build_"$p"_?cc/"$f" 183 printf \ 188 printf "\n\n ---- FAIL: differences found between %s/b0/ and b1/ --- \n\n" "$(pwd)" 190 printf "\n\n ---- FAIL: differences found between %s/b0/ and b1/ --- \n\n" "$(pwd)"
|
D | run-mocks.sh | 66 printf 'SKIP alloc test until it is fixed on HOST (passes with xt-run)' 70 printf 'Running %s\n' "${test}"
|
D | sudo-cwd.sh | 32 cwd_uid="$(stat --printf='%u' .)" 47 local cwd_guid; cwd_guid="$(stat --printf='%g' .)"
|
D | rebuild-testbench.sh | 33 printf 'export CC=%s\n' "${SOF_AFL}"
|
D | parse_sparse_output.sh | 19 >&2 printf 'Reminder: to see ALL warnings you must as usual build _from scratch_\n'
|
/sof-3.4.0/.github/workflows/ |
D | checkpatch_list.sh | 15 printf '\n -------------- \n\n' 18 printf '\n -------------- \n\n'
|
D | shallowfetchPRcommits.sh | 34 printf '%s: fetching PR %d for project %s\n' "$0" "$pr_number" "$gh_project" 51 printf 'Found %d commits, SHA1 list is in PR_SHAs.txt\n' "$PRlen"
|
/sof-3.4.0/tools/logger/ |
D | misc.h | 14 __attribute__((format(printf, 1, 2))) 19 __attribute__((format(printf, 1, 2)))
|
/sof-3.4.0/test/ |
D | test-all-defconfigs.sh | 15 printf '\n ========= Building native cmocka tests for %s ======\n\n' "$conf" 38 printf '\n\n ========= Running native cmocka tests in %s ======\n\n' "$d"
|
/sof-3.4.0/test/cmocka/src/math/fft/ |
D | fft.c | 291 printf("%s: peak at point %d\n", __func__, r); in test_math_fft_256() 301 printf("%s: SNR %5.2f dB\n", __func__, snr); in test_math_fft_256() 333 printf("%s: peak at point %d\n", __func__, r); in test_math_fft_512() 343 printf("%s: SNR %5.2f dB\n", __func__, snr); in test_math_fft_512() 375 printf("%s: peak at point %d\n", __func__, r); in test_math_fft_1024() 385 printf("%s: SNR %5.2f dB\n", __func__, snr); in test_math_fft_1024() 426 printf("%s: SNR: %6.2f dB\n", __func__, db); in test_math_fft_1024_ifft() 458 printf("%s: peak for channel 0 at point %d\n", __func__, r); in test_math_fft_512_2ch() 466 printf("%s: peak for channel 1 at point %d\n", __func__, r); in test_math_fft_512_2ch() 651 printf("%s: peak at point %d\n", __func__, r); in test_math_fft_256_16() [all …]
|
/sof-3.4.0/test/cmocka/src/math/arithmetic/ |
D | scalar_power.c | 36 printf("%s: diff for %.16f: base = %.16f", in test_math_arithmetic_power_fixed() 38 printf(", exponent = %.16f, power = %.16f\n", in test_math_arithmetic_power_fixed()
|
/sof-3.4.0/tools/tplg_parser/ |
D | object.c | 44 printf("error: %s no support for IPC major %d\n", __func__, in tplg_create_object() 50 printf("error: %s not enough space, have %zu need %d\n", in tplg_create_object()
|
D | control.c | 74 printf("info: control type %d not supported\n", in tplg_get_single_control() 132 printf("info: control type %d not supported\n", in tplg_create_controls()
|
/sof-3.4.0/test/cmocka/src/math/auditory/ |
D | auditory.c | 117 printf("Max absolute error = %5.2f (max %5.2f), error RMS = %5.2f (max %5.2f)\n", in filterbank_16_test() 220 printf("Max absolute error = %5.2f (max %5.2f), error RMS = %5.2f (max %5.2f)\n", in filterbank_32_test() 269 printf("Max absolute error = %5.2f (max %5.2f), error RMS = %5.2f (max %5.2f)\n", in test_hz_to_mel() 298 printf("Max absolute error = %5.2f (max %5.2f), error RMS = %5.2f (max %5.2f)\n", in test_mel_to_hz()
|
/sof-3.4.0/test/cmocka/src/math/numbers/ |
D | ceil_divide.c | 40 printf("%s: %d / %d = %d (ref: %d)\n", __func__, in test_math_numbers_ceil_divide()
|
/sof-3.4.0/test/cmocka/src/math/trig/ |
D | cos_16b_fixed.c | 36 printf("%s: diff for %d deg = %.10f\n", __func__, in test_math_trig_cos_fixed()
|
D | cos_32b_fixed.c | 36 printf("%s: diff for %d deg = %.10f\n", __func__, in test_math_trig_cos_fixed()
|
D | sin_16b_fixed.c | 36 printf("%s: diff for %d deg = %.10f\n", __func__, in test_math_trig_sin_fixed()
|
D | sin_32b_fixed.c | 36 printf("%s: diff for %d deg = %.10f\n", __func__, in test_math_trig_sin_fixed()
|