OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vex_strlen
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/priv/
main_util.c
238
Int
vex_strlen
( const HChar* str )
function
387
len2 =
vex_strlen
(str);
399
len2 =
vex_strlen
(str);
415
len2 =
vex_strlen
(intbuf);
434
len2 =
vex_strlen
(intbuf);
446
len2 =
vex_strlen
(intbuf)+2;
491
(*vex_log_bytes)( myprintf_buf,
vex_strlen
(myprintf_buf) );
540
vassert(
vex_strlen
(buf) == ret);
/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 1221 milliseconds