Home
last modified time | relevance | path

Searched refs:VALGRIND_GET_VBITS (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dvalgrind.c51 rc = VALGRIND_GET_VBITS(&opnd->value, &actual.bits, num_bytes); in valgrind_set_vbits()
67 rc = VALGRIND_GET_VBITS(&opnd->value, &opnd->vbits.bits, num_bytes); in valgrind_get_vbits()
DREADME20 (3) use VALGRIND_GET_VBITS to obtain the V-bits of the result
72 (3) obtain the V-bits of the result using the VALGRIND_GET_VBITS mechanism.
/external/valgrind/memcheck/tests/
Dsh-mem-random.c56 (void)VALGRIND_GET_VBITS(&res, &shres, 8); in build()
76 (void)VALGRIND_GET_VBITS(arr, shadow, n); in check()
Dsh-mem.c57 (void)VALGRIND_GET_VBITS(&res, &shres, 8); in build()
74 (void)VALGRIND_GET_VBITS(a, sh, sizeof(a)); in check_all()
Dmetadata.c27 res = VALGRIND_GET_VBITS(a, v, 10*sizeof(int) ); in main()
Dpdb-realloc2.c66 r = VALGRIND_GET_VBITS(p,v, size+100); in do_test()
/external/valgrind/memcheck/tests/amd64/
Dbug279698.c18 VALGRIND_GET_VBITS( data, vbits, 32 ); in main()
/external/valgrind/memcheck/tests/common/
Dsh-mem-vec128.tmpl.c77 U4 r = VALGRIND_GET_VBITS(&x, &res, 1); in get_shadow()
190 U4 r = VALGRIND_GET_VBITS(&dst[0], &dst_vbits[0], VECTOR_BYTES); in do_partial_load_case()
/external/valgrind/memcheck/
Dmemcheck.h266 #define VALGRIND_GET_VBITS(zza,zzvbits,zznbytes) \ macro
/external/valgrind/
DNEWS.old186 - The behaviour of Memcheck's client requests VALGRIND_GET_VBITS and