Searched refs:memdata (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test.asm | 18 rot $04, $memdata, 0x0008 29 (rep)cwrite $memdata, [$00 + @PACKET_TABLE_WRITE], 0x0 123 (rep)store $memdata, [$02 + 0x004], 0x4
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 49 rot $04, $memdata, 0x0008 62 (rep)cwrite $memdata, [$00 + @PACKET_TABLE_WRITE], 0x0 183 (rep)store $memdata, [$02 + 0x004], 0x4
|
/third_party/curl/tests/ |
H A D | runner.pm | 533 my @memdata=`$memanalyze "$LOGDIR/$MEMDUMP"`; 535 for(@memdata) { 544 logmsg @memdata;
|
H A D | runtests.pl | 1638 my @memdata=`$memanalyze "$logdir/$MEMDUMP"`; 1640 for(@memdata) { 1649 logmsg @memdata;
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 59 char *memdata, *fullfile = NULL; in compare_with_file() local 110 len = BIO_get_mem_data(membio, &memdata); in compare_with_file() 116 stripcr(memdata, &slen); in compare_with_file() 120 if (!TEST_mem_eq(memdata, slen, buf, readbytes)) in compare_with_file()
|
Completed in 9 milliseconds