Home
last modified time | relevance | path

Searched refs:test_u32 (Results 1 – 25 of 125) sorted by relevance

12345

/dports/dns/knot3/knot-3.1.5/tests/contrib/
H A Dtest_strtonum.c48 static void test_u32(const char *in, uint32_t expected, int errcode) in test_u32() function
110 test_u32("-1", 0, KNOT_EINVAL); in main()
111 test_u32("4294967296", 0, KNOT_ERANGE); in main()
112 test_u32("0x1", 0, KNOT_EINVAL); in main()
113 test_u32(" 1", 0, KNOT_EINVAL); in main()
114 test_u32("1 ", 0, KNOT_EINVAL); in main()
115 test_u32("0", 0, KNOT_EOK); in main()
116 test_u32("65280", 65280, KNOT_EOK); in main()
117 test_u32("+256", 256, KNOT_EOK); in main()
118 test_u32("4294967295", UINT32_MAX, KNOT_EOK); in main()
/dports/dns/knot3-lib/knot-3.1.5/tests/contrib/
H A Dtest_strtonum.c48 static void test_u32(const char *in, uint32_t expected, int errcode) in test_u32() function
110 test_u32("-1", 0, KNOT_EINVAL); in main()
111 test_u32("4294967296", 0, KNOT_ERANGE); in main()
112 test_u32("0x1", 0, KNOT_EINVAL); in main()
113 test_u32(" 1", 0, KNOT_EINVAL); in main()
114 test_u32("1 ", 0, KNOT_EINVAL); in main()
115 test_u32("0", 0, KNOT_EOK); in main()
116 test_u32("65280", 65280, KNOT_EOK); in main()
117 test_u32("+256", 256, KNOT_EOK); in main()
118 test_u32("4294967295", UINT32_MAX, KNOT_EOK); in main()
/dports/devel/openocd/openocd-0.11.0/contrib/libdcc/
H A Dexample.c43 unsigned long test_u32 = 0x01234567; in main() local
44 dbg_write_u32(&test_u32, 1); in main()
/dports/misc/clpbar/bar-1.11.1/
H A Dtest-types.c36 void test_u32(void) in test_u32() function
70 test_u32(); in main()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/stable_hasher/
H A Dtests.rs15 let test_u32 = 0x445577AA_u32; in test_hash_integers() localVariable
30 test_u32.hash(&mut h); in test_hash_integers()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/stable_hasher/
H A Dtests.rs15 let test_u32 = 0x445577AA_u32; in test_hash_integers() localVariable
30 test_u32.hash(&mut h); in test_hash_integers()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/stable_hasher/
H A Dtests.rs15 let test_u32 = 0x445577AA_u32; in test_hash_integers() localVariable
30 test_u32.hash(&mut h); in test_hash_integers()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/stable_hasher/
H A Dtests.rs15 let test_u32 = 0x445577AA_u32; in test_hash_integers() localVariable
30 test_u32.hash(&mut h); in test_hash_integers()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/sip128/
H A Dtests.rs404 let test_u32 = 0x22334455_u32; in test_short_write_works() localVariable
421 h1.write_u32(test_u32); in test_short_write_works()
437 h2.write(&test_u32.to_ne_bytes()); in test_short_write_works()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/sip128/
H A Dtests.rs404 let test_u32 = 0x22334455_u32; in test_short_write_works() localVariable
421 h1.write_u32(test_u32); in test_short_write_works()
437 h2.write(&test_u32.to_ne_bytes()); in test_short_write_works()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/sip128/
H A Dtests.rs404 let test_u32 = 0x22334455_u32; in test_short_write_works() localVariable
421 h1.write_u32(test_u32); in test_short_write_works()
437 h2.write(&test_u32.to_ne_bytes()); in test_short_write_works()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/sip128/
H A Dtests.rs404 let test_u32 = 0x22334455_u32; in test_short_write_works() localVariable
421 h1.write_u32(test_u32); in test_short_write_works()
437 h2.write(&test_u32.to_ne_bytes()); in test_short_write_works()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dtest-kstrtox.c395 DECLARE_TEST_OK(u32, struct test_u32); in test_kstrtou32_ok()
396 static DEFINE_TEST_OK(struct test_u32, test_u32_ok) = { in test_kstrtou32_ok()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dtest-kstrtox.c395 DECLARE_TEST_OK(u32, struct test_u32); in test_kstrtou32_ok()
396 static DEFINE_TEST_OK(struct test_u32, test_u32_ok) = { in test_kstrtou32_ok()
/dports/math/libdivide/libdivide-5.0/test/
H A Dtest_c99.c77 void test_u32() { in test_u32() function
111 test_u32(); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dtest-kstrtox.c395 DECLARE_TEST_OK(u32, struct test_u32); in test_kstrtou32_ok()
396 static DEFINE_TEST_OK(struct test_u32, test_u32_ok) = { in test_kstrtou32_ok()
/dports/devel/grex/grex-1.3.0/cargo-crates/rstest-0.11.0/tests/resources/fixture/
H A Dresolve.rs35 fn test_u32(fu32: u32) { in test_u32() function
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rstest-0.11.0/tests/resources/fixture/
H A Dresolve.rs35 fn test_u32(fu32: u32) { in test_u32() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm-cde-reinterpret.c46 uint32x4_t test_u32(uint8x16_t x) { in test_u32() function

12345