Searched refs:vex_strlen (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dmain_util.h78 extern Int vex_strlen ( const HChar* str );
H A Dmain_util.c238 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);
H A Dhost_s390_disasm.c142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1003 static Int vex_strlen ( const HChar* str ) function
1037 Int len = vex_strlen(str);
1284 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
6480 nIn = vex_strlen(inbuf)+1;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
6474 nIn = vex_strlen(inbuf)+1;
H A Dvarinfo6.c1034 static Int vex_strlen ( const HChar* str ) function
1068 Int len = vex_strlen(str);
1313 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
6513 nIn = vex_strlen(inbuf)+1;
/external/valgrind/main/perf/
H A Dbz2.c996 static Int vex_strlen ( const HChar* str ) function
1030 Int len = vex_strlen(str);
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
6472 nIn = vex_strlen(inbuf)+1;
H A Dtest_input_for_tinycc.c1244 static Int vex_strlen ( const HChar* str ) function
1270 Int len = vex_strlen(str);
1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) );
5734 nIn = vex_strlen(inbuf)+1;

Completed in 156 milliseconds