Searched refs:VALGRIND_GET_VBITS (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | valgrind.c | 51 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()
|
D | README | 20 (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/ |
D | sh-mem-random.c | 56 (void)VALGRIND_GET_VBITS(&res, &shres, 8); in build() 76 (void)VALGRIND_GET_VBITS(arr, shadow, n); in check()
|
D | sh-mem.c | 57 (void)VALGRIND_GET_VBITS(&res, &shres, 8); in build() 74 (void)VALGRIND_GET_VBITS(a, sh, sizeof(a)); in check_all()
|
D | metadata.c | 27 res = VALGRIND_GET_VBITS(a, v, 10*sizeof(int) ); in main()
|
D | pdb-realloc2.c | 66 r = VALGRIND_GET_VBITS(p,v, size+100); in do_test()
|
/external/valgrind/memcheck/tests/amd64/ |
D | bug279698.c | 18 VALGRIND_GET_VBITS( data, vbits, 32 ); in main()
|
/external/valgrind/memcheck/tests/common/ |
D | sh-mem-vec128.tmpl.c | 77 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/ |
D | memcheck.h | 266 #define VALGRIND_GET_VBITS(zza,zzvbits,zznbytes) \ macro
|
/external/valgrind/ |
D | NEWS.old | 186 - The behaviour of Memcheck's client requests VALGRIND_GET_VBITS and
|