Home
last modified time | relevance | path

Searched refs:buf9 (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net/mosquitto/mosquitto-2.0.13/test/unit/
H A Dmisc_trim_test.c75 char buf9[20] = "mixed \t"; in TEST_rtrim() local
88 rtrim_helper("mixed", buf9); in TEST_rtrim()
105 char buf9[20] = "\t mixed"; in TEST_ltrim() local
118 ltrim_helper("mixed", buf9); in TEST_ltrim()
135 char buf9[20] = "\t mixed \t"; in TEST_btrim() local
148 ltrim_helper("mixed", buf9); in TEST_btrim()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/test/unit/
H A Dmisc_trim_test.c75 char buf9[20] = "mixed \t"; in TEST_rtrim() local
88 rtrim_helper("mixed", buf9); in TEST_rtrim()
105 char buf9[20] = "\t mixed"; in TEST_ltrim() local
118 ltrim_helper("mixed", buf9); in TEST_ltrim()
135 char buf9[20] = "\t mixed \t"; in TEST_btrim() local
148 ltrim_helper("mixed", buf9); in TEST_btrim()
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaDegrade.cpp47 buf0 = buf1 = buf2 = buf3 = buf4 = buf5 = buf6 = buf7 = buf8 = buf9 = 0.0f; in mdaDegrade()
194 float b6=buf6, b7=buf7, b8=buf8, b9=buf9; in process()
238 buf8=0.f; buf9=0.f; buf0=0.f; buf5=0.f; } in process()
241 buf8=b8, buf9=b9; buf0=b0; buf5=b5; tcount=t; } in process()
253 float b6=buf6, b7=buf7, b8=buf8, b9=buf9; in processReplacing()
291 buf8=0.f; buf9=0.f; buf0=0.f; buf5=0.f; } in processReplacing()
294 buf8=b8, buf9=b9; buf0=b0; buf5=b5; tcount=t; } in processReplacing()
H A DmdaDegrade.h58 float buf0, buf1, buf2, buf3, buf4, buf5, buf6, buf7, buf8, buf9; variable
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/mda-vst3/source/
H A DmdaDegradeProcessor.cpp77 buf0 = buf1 = buf2 = buf3 = buf4 = buf5 = buf6 = buf7 = buf8 = buf9 = 0.0f; in setActive()
95 float b6=buf6, b7=buf7, b8=buf8, b9=buf9; in doProcessing()
133 buf8=0.f; buf9=0.f; buf0=0.f; buf5=0.f; } in doProcessing()
136 buf8=b8, buf9=b9; buf0=b0; buf5=b5; tcount=t; } in doProcessing()
H A DmdaDegradeProcessor.h49 float buf0, buf1, buf2, buf3, buf4, buf5, buf6, buf7, buf8, buf9;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/mda-vst3/source/
H A DmdaDegradeProcessor.cpp72 buf0 = buf1 = buf2 = buf3 = buf4 = buf5 = buf6 = buf7 = buf8 = buf9 = 0.0f; in setActive()
90 float b6=buf6, b7=buf7, b8=buf8, b9=buf9; in doProcessing()
128 buf8=0.f; buf9=0.f; buf0=0.f; buf5=0.f; } in doProcessing()
131 buf8=b8, buf9=b9; buf0=b0; buf5=b5; tcount=t; } in doProcessing()
H A DmdaDegradeProcessor.h47 float buf0, buf1, buf2, buf3, buf4, buf5, buf6, buf7, buf8, buf9; variable
/dports/audio/fluidsynth/fluidsynth-2.2.4/test/
H A Dtest_sfont_zone.c126 static const unsigned char buf9[] = { GEN_VELRANGE, 0 }; in bad_test_too_short_gen_buffer() local
142 { buf9, sizeof(buf9), buf9 + sizeof(buf9) }, in bad_test_too_short_gen_buffer()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/ntpd/
H A Dnts_client.c217 uint8_t buf9[] = { in TEST() local
221 success = nts_client_process_response_core(buf9, sizeof(buf9), &peer); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmpi-type-mismatch.cpp254 unsigned char buf9; in positiveTests() local
255 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmpi-type-mismatch.cpp253 unsigned char buf9; in positiveTests() local
254 MPI_Send(&buf9, 1, MPI_CHAR, 0, 0, MPI_COMM_WORLD); in positiveTests()

1234