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

  /external/valgrind/main/VEX/priv/
main_util.h 78 extern Int vex_strlen ( const HChar* str );
main_util.c 238 Int vex_strlen ( const HChar* str ) function
378 len2 = vex_strlen(str);
390 len2 = vex_strlen(str);
406 len2 = vex_strlen(intbuf);
425 len2 = vex_strlen(intbuf);
437 len2 = vex_strlen(intbuf)+2;
482 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
531 vassert(vex_strlen(buf) == ret);
host_s390_disasm.c 142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf);
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 1003 static Int vex_strlen ( const HChar* str ) function
1037 Int len = vex_strlen(str);
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) )
    [all...]
varinfo6.c 1034 static Int vex_strlen ( const HChar* str ) function
1068 Int len = vex_strlen(str);
    [all...]
  /external/valgrind/main/perf/
bz2.c 996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) )
    [all...]
test_input_for_tinycc.c 1244 static Int vex_strlen ( const HChar* str ) function
1270 Int len = vex_strlen(str);
1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) );
    [all...]

Completed in 107 milliseconds