Home
last modified time | relevance | path

Searched defs:data4 (Results 1 – 17 of 17) sorted by relevance

/third_party/optimized-routines/string/aarch64/
Dmemcmp.S25 #define data4 x6 macro
/third_party/ffmpeg/libavutil/tests/
Dhmac.c49 static const uint8_t data4[] = "Test Using Larger Than Block-Size Key - Hash Key First"; in main() local
/third_party/libcoap/tests/
Dtest_pdu.c872 uint8_t data4[] = { 0x71, 0x32, 0x31, 0x33, 0xe4, 0x00, 0x15, 0x06, in t_encode_pdu16() local
934 uint8_t data4[] = { 0x74, 0x71, 0x32, 0x31, 0x33, 0xe4, 0x00, 0x15, in t_encode_pdu17() local
1088 uint8_t data4[] = { 0x74, 0xd1, 0x0c, 0x35 }; in t_encode_pdu19() local
1155 uint8_t data4[] = { 0x74, 0xd1, 0xff, 0x35, 0x11, 0x36, 0xd1, 0x44, in t_encode_pdu20() local
1231 uint8_t data4[] = { 0x74, 0xd1, 0x0c, 0x35, 0xff, 0x64, 0x61, 0x74, in t_encode_pdu21() local
1305 uint8_t data4[] = { 0x74, 0xd1, 0xff, 0x35, 0x11, 0x36, 0xd1, 0x44, in t_encode_pdu22() local
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dread_zero_byte_vec.rs28 let mut data4 = vec![]; in test() localVariable
/third_party/pcre2/pcre2/src/
Dpcre2posix_test.c63 static const char *data4[] = { "*badpattern", NULL }; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/
Ddynamic_mem_manager_test.cc461 auto data4 = mem->Malloc(kTestAllocSize2); in TEST_F() local
512 auto data4 = mem->Malloc(kTestAllocSize2 + kTestAllocSize4); in TEST_F() local
/third_party/cares/test/
Dares-test-misc.cc401 std::vector<byte> data4 = {0x12, 0x23, in TEST_F() local
471 std::vector<byte> data4 = {0x03, 'c', 'o', 'm', 0x00, 0x80, 0x00}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/intrinsics/
Dms_simd_avx512_instructions.h174 static const MS_FLOAT512_F32 data4 = {0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, in MS_COS512_F32() local
207 …static const MS_FLOAT512_F32 data4 = {1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, … in MS512_LOG_F32() local
353 …static const MS_FLOAT32X16 data4 = {3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f,… in MS_TANHX16_F32() local
Dms_simd_avx_instructions.h145 static const MS_FLOAT256_F32 data4 = {0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f, 0.5f}; in MS_COS256_F32() local
171 …static const MS_FLOAT256_F32 data4 = {1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3, … in MS256_LOG_F32() local
376 …static const MS_FLOAT32X8 data4 = {3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f, 3150.0f, … in MS_TANHX8_F32() local
Dms_simd_sse_instructions.h189 static const MS_FLOAT128_F32 data4 = {0.5f, 0.5f, 0.5f, 0.5f}; in MS_COS128_F32() local
213 static const MS_FLOAT128_F32 data4 = {1.0f / 3, 1.0f / 3, 1.0f / 3, 1.0f / 3}; in MS128_LOG_F32() local
329 static const MS_FLOAT32X4 data4 = {3150.0f, 3150.0f, 3150.0f, 3150.0f}; in MS_TANHX4_F32() local
Dms_simd_neon_instructions.h269 static const MS_FLOAT32X4 data4 = {3150.0f, 3150.0f, 3150.0f, 3150.0f}; in MS_TANHX4_F32() local
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c456 char data4[] = {13, 14, 15, 16}; in START_TEST() local
961 char data4[] = { 13, 14, 15, 16,17}; in START_TEST() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp755 TestData data4(GL_INT_10_10_10_2_OES, GL_FALSE, Source::IMMEDIATE, packedInput.data(), in TEST_P() local
809 TestData data4(GL_INT_10_10_10_2_OES, GL_TRUE, Source::IMMEDIATE, packedInput.data(), in TEST_P() local
861 TestData data4(GL_UNSIGNED_INT_10_10_10_2_OES, GL_FALSE, Source::IMMEDIATE, packedInput.data(), in TEST_P() local
916 TestData data4(GL_UNSIGNED_INT_10_10_10_2_OES, GL_TRUE, Source::IMMEDIATE, packedInput.data(), in TEST_P() local
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c52 char data4[8]; /* The first two bytes are the third group of four member
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc10223 uint64_t data4 = 0x0123456789abcdef; in TEST() local
10291 uint64_t data4 = 0x0123456789abcdef; in TEST() local
10359 uint32_t data4 = 0x01234567; in TEST() local
10427 uint64_t data4 = 0x0123456789abcdef; in TEST() local
10495 uint64_t data4[] = {0x7766554433221100, 0xffeeddccbbaa9988}; in TEST() local
10600 alignas(kXRegSizeInBytes * 2) uint64_t data4[] = {0x7766554433221100, in TEST() local
10749 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper() local
10815 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper() local
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1160 u8 data4[8]; /* The first two bytes are the third group of four member
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs3359 pub data4: [u8; 8], field