Home
last modified time | relevance | path

Searched defs:data2 (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/ntfs-3g/libntfs-3g/
Dcollate.c57 const void *data2, const int data2_len) in ntfs_collate_binary()
87 const void *data2, const int data2_len) in ntfs_collate_ntofs_ulong()
119 const void *data2, const int data2_len) in ntfs_collate_ntofs_ulongs()
167 const void *data2, const int data2_len) in ntfs_collate_ntofs_security_hash()
220 const void *data2, const int data2_len __attribute__((unused))) in ntfs_collate_file_name()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/
Ddynamic_mem_manager_test.cc147 auto data2 = mem->Malloc(kTestAllocSize); in TEST_F() local
169 auto data2 = mem->Malloc(kTestAllocSize); in TEST_F() local
204 auto data2 = mem->Malloc(kTestAllocSize); in TEST_F() local
243 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
278 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
331 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
384 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
437 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
479 auto data2 = mem->Malloc(kTestAllocSize2); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
DallowJscheckJsTypeParameterNoCrash.js18 data2(val) { }, method
38 data2: function (val) { } method
DgenericTypeWithCallableMembers.js17 function C(data, data2) { argument
DtypeConstraintsWithConstructSignatures.js17 function C(data, data2) { argument
/third_party/typescript/tests/cases/compiler/
DgenericTypeWithCallableMembers.ts6 constructor(public data: T, public data2: Constructable) { } property in C
DtypeConstraintsWithConstructSignatures.ts6 constructor(public data: T, public data2: Constructable) { } property in C
/third_party/libcoap/tests/
Dtest_pdu.c866 uint8_t data2[] = { 0x71, 0x32, 0x33, 0x01, 0x23, 0x45, 0xe1, 0x00, in t_encode_pdu16() local
930 uint8_t data2[] = { 0x74, 0x71, 0x32, 0x33, 0x01, 0x23, 0x45, 0xe1, in t_encode_pdu17() local
1084 uint8_t data2[] = { 0x74, 0x71, 0x32, 0xd1, 0x05, 0x35, 0xe1, 0x00, in t_encode_pdu19() local
1148 uint8_t data2[] = { 0x74, 0xc1, 0x33, 0x11, 0x34, 0xd1, 0xf2, 0x35, in t_encode_pdu20() local
1225 uint8_t data2[] = { 0x74, 0x71, 0x32, 0xd1, 0x05, 0x35, 0xe1, 0x00, in t_encode_pdu21() local
1297 uint8_t data2[] = { 0x74, 0xc1, 0x33, 0x11, 0x34, 0xd1, 0xf2, 0x35, in t_encode_pdu22() local
1379 uint8_t data2[] = { 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x71, 0x32, 0x31, in t_encode_pdu23() local
1427 uint8_t data2[][16] = { in t_encode_pdu24() local
/third_party/optimized-routines/string/aarch64/
Dmemcmp.S24 #define data2 x5 macro
Dstrcmp.S27 #define data2 x3 macro
Dstrcmp-mte.S26 #define data2 x3 macro
Dstrncmp.S28 #define data2 x4 macro
Dstrlen.S21 #define data2 x3 macro
Dstrcpy.S30 #define data2 x5 macro
Dstrcpy-mte.S29 #define data2 x7 macro
Dstrncmp-mte.S27 #define data2 x4 macro
/third_party/skia/tests/
DEncodeTest.cpp93 sk_sp<SkData> data2 = dst2.detachAsData(); in test_encode() local
209 sk_sp<SkData> data2 = dst2.detachAsData(); in DEF_TEST() local
323 sk_sp<SkData> data2 = dst2.detachAsData(); in DEF_TEST() local
420 sk_sp<SkData> data2 = dst2.detachAsData(); in DEF_TEST() local
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.h46 int data2; member
/third_party/mindspore/mindspore-src/source/tests/st/nn/
Dtest_Conv3d.py83 def construct(self, data1, data2): argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-map.c72 int *data2; in test_map_userdata() local
/third_party/ffmpeg/libavutil/tests/
Dhmac.c48 static const uint8_t data2[] = "what do ya want for nothing?"; in main() local
Dbase64.c36 uint8_t data2[MAX_DATA_SIZE]; in test_encode_decode() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cse.c134 cmp_func(const void *data1, const void *data2) in cmp_func()
/third_party/mesa3d/src/gallium/tools/trace/
Dpytracediff.py424 data2 = printer.entry_get() variable
426 data2 = [] variable
429 data2 = [] variable
/third_party/openssl/test/
Dparam_build_test.c220 int *data1 = NULL, *data2 = NULL, j; in template_private_test() local
413 static unsigned char data2[] = { 2, 4, 6, 8, 10 }; in builder_merge_test() local

12345