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

  /external/valgrind/VEX/priv/
main_util.c 243 SizeT vex_strlen ( const HChar* str ) function
402 len2 = vex_strlen(str);
414 len2 = vex_strlen(str);
431 len2 = vex_strlen(intbuf);
452 len2 = vex_strlen(intbuf);
464 len2 = vex_strlen(intbuf)+2;
509 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
578 vassert(vex_strlen(buf) == ret);
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 1003 static __attribute__(( noinline)) Int vex_strlen ( const HChar* str ) function
1037 Int len = vex_strlen(str);
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
    [all...]
varinfo6.c 1034 static Int vex_strlen ( const HChar* str ) function
1068 Int len = vex_strlen(str);
    [all...]
  /external/valgrind/perf/
bz2.c 996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
    [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 173 milliseconds