Home
last modified time | relevance | path

Searched refs:arg_ptr (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c1259 unsigned int * arg_ptr = (unsigned int *)&spec_sp_fargs[i]; in _do_store_test() local
1260 memcpy(vecA_void_ptr, arg_ptr, sizeof(unsigned int)); in _do_store_test()
1261 printf(" %08x ==> ", *arg_ptr); in _do_store_test()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c1259 unsigned int * arg_ptr = (unsigned int *)&spec_sp_fargs[i]; in _do_store_test() local
1260 memcpy(vecA_void_ptr, arg_ptr, sizeof(unsigned int)); in _do_store_test()
1261 printf(" %08x ==> ", *arg_ptr); in _do_store_test()
/external/valgrind/drd/
Ddrd_pthread_intercepts.c348 DrdPosixThreadArgs* arg_ptr; in DRD_() local
351 arg_ptr = (DrdPosixThreadArgs*)arg; in DRD_()
352 arg_copy = *arg_ptr; in DRD_()