Searched defs:buf3 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dxc.c46 char buf3[20] = "0123456789abcdefghij"; local
89 asm volatile ("xc 0(10,%0),0(%0)\n"::"a" (buf3):"memory");
92 dump_field(buf3, 20);
/external/valgrind/main/VEX/test/
H A Dfxsave.c107 unsigned char* buf3 = memalign(16,512); local
113 memset(buf3, 0x55, 512);
127 /* Reload x87/xmm state from buf1 and dump it in buf3. */
129 do_fxsave(buf3);
131 show(buf3, xx);
133 free(buf1); free(buf2); free(buf3);
/external/valgrind/main/memcheck/tests/amd64/
H A Dfxsave-amd64.c153 unsigned char* buf3 = memalign16(512); local
162 memset(buf3, 0x55, 512);
176 /* Reload x87/xmm state from buf1 and dump it in buf3. */
178 do_fxsave(buf3, 0);
180 show(buf3, xx);
186 memset(buf3, 0x55, 512);
200 /* Reload x87/xmm state from buf1 and dump it in buf3. */
202 do_fxsave(buf3, 1);
204 show(buf3, xx);
207 free(buf1); free(buf2); free(buf3);
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dfxsave.c108 unsigned char* buf3 = memalign16(512); local
114 memset(buf3, 0x55, 512);
128 /* Reload x87/xmm state from buf1 and dump it in buf3. */
130 do_fxsave(buf3);
132 show(buf3, xx);
134 free(buf1); free(buf2); free(buf3);
/external/e2fsprogs/e2fsck/
H A Dcrc32.c542 unsigned char buf3[SIZE + 4]; local
553 buf3[j] = buf1[j] ^ buf2[j];
558 crc3 = test_step(INIT1 ^ INIT2, buf3, i);
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dmilenage.c1025 u8 buf[16], buf2[16], buf3[16], buf4[16], buf5[16], opc[16]; local
1054 if (milenage_f2345(opc, t->k, t->rand, buf, buf2, buf3, buf4,
1064 if (memcmp(buf3, t->f4, 16) != 0) {
1102 milenage_generate(t->opc, t->amf, t->k, sqn, _rand, buf, buf2, buf3,
1108 wpa_hexdump(MSG_DEBUG, "CK", buf3, 16);
/external/icu4c/test/cintltst/
H A Dutransts.c298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
317 utrans_getID(t3, buf3, BUF_CAP);
319 if(strcmp(buf1, buf3) != 0 ||
324 utrans_getID(t4, buf3, BUF_CAP);
326 if(strcmp(buf2, buf3) != 0 ||
327 strcmp(buf1, buf3) == 0) {
/external/libselinux/src/
H A Dlabel_file.c282 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; local
283 char *buf_p, *regex = buf1, *type = buf2, *context = buf3;
/external/opencv/cv/src/
H A Dcvshapedescr.cpp517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max ) argument
521 if( (*buf1 == NULL && *buf2 == NULL) || *buf3 == NULL )
533 memcpy( *buf2, *buf3, bb * sizeof( double ));
535 *buf3 = *buf2;
547 memcpy( *buf1, *buf3, bb * sizeof( double ));
549 *buf3 = *buf1;
/external/valgrind/main/cachegrind/
H A Dcg_main.c1460 static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128]; local
1524 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1525 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1529 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1530 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1549 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1550 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1573 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1575 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1592 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c1659 static Char buf1[128], buf2[128], buf3[128], fmt[128]; local
1688 VG_(percentify)(Bi_total_mp, Bi_total_b, 1, l3+1, buf3);
1690 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
H A Dsim.c1506 buf3[RESULTS_BUF_LEN]; local
1549 commify(total[fullOffset(EG_DW)], l3, buf3);
1551 buf1, buf2, buf3);
1555 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1557 buf1, buf2, buf3);
1561 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1563 buf1, buf2, buf3);
1575 total[fullOffset(EG_DW)], p, l3+1, buf3);
1577 buf1, buf2,buf3);
1583 total[fullOffset(EG_DW)], p, l3+1, buf3);
[all...]

Completed in 336 milliseconds