HomeSort by relevance Sort by last modified time
    Searched refs:vex_log_bytes (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/VEX/priv/
main_globals.c 53 void (*vex_log_bytes) ( HChar*, Int nbytes ) = NULL; variable
main_globals.h 54 extern void (*vex_log_bytes) ( HChar*, Int nbytes );
main_util.c 491 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
508 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
main_main.c 112 vex_log_bytes = log_bytes;
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 980 static void vex_log_bytes ( char* p, int n ) function
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 973 static void vex_log_bytes ( char* p, int n ) function
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) )
    [all...]
varinfo6.c 1011 static void vex_log_bytes ( char* p, int n ) function
    [all...]
  /external/valgrind/main/perf/
bz2.c 973 static void vex_log_bytes ( char* p, int n ) function
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) )
    [all...]
test_input_for_tinycc.c 1226 static void vex_log_bytes ( char* p, int n ) function
1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) );
    [all...]

Completed in 121 milliseconds