Home
last modified time | relevance | path

Searched refs:aligned_strlen (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.stderr.exp2 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
13 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
24 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
35 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
46 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
57 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
68 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
79 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
90 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
101 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
[all …]
Dinsn-pcmpistri.c13 int aligned_strlen(const char *const s) in aligned_strlen() function
62 result = aligned_strlen(s_copy); in test_strlen()
/external/valgrind/memcheck/tests/
Dtest-plo.c23 static int aligned_strlen(char *s) in aligned_strlen() function
58 if (aligned_strlen(buf) == 4) in main()
64 if (aligned_strlen(buf) == 0) in main()