HomeSort by relevance Sort by last modified time
    Searched refs:vex_strlen (Results 1 - 8 of 8) 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);
s390_disasm.c 45 vassert(vex_strlen(mnm) <= S390_MAX_MNEMONIC_LEN);
122 vassert(vex_strlen(base) + sizeof suffix[0] <= sizeof buf);
156 vassert(vex_strlen(prefix) + vex_strlen(suffix) +
main_util.h 94 extern SizeT vex_strlen ( const HChar* str );
  /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 562 milliseconds