HomeSort by relevance Sort by last modified time
    Searched refs:VG_STREQN (Results 1 - 5 of 5) sorted by null

  /external/valgrind/include/
pub_tool_options.h 53 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
66 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
77 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
101 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
117 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
151 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
178 (VG_STREQN(VG_(strlen)(qq_option)+1, qq_arg, qq_option"=") && \
pub_tool_libcbase.h 79 #define VG_STREQN(n,s1,s2) ( (s1 != NULL && s2 != NULL \
  /external/valgrind/memcheck/tests/
unit_libcbase.c 53 CHECK( ! VG_STREQN(0, NULL, NULL) );
54 CHECK( ! VG_STREQN(5, NULL, NULL) );
55 CHECK( ! VG_STREQN(0, NULL, "ab") );
56 CHECK( ! VG_STREQN(5, NULL, "ab") );
57 CHECK( ! VG_STREQN(0, "ab", NULL) );
58 CHECK( ! VG_STREQN(1, "", "a") );
59 CHECK( ! VG_STREQN(1, "a", "") );
60 CHECK( ! VG_STREQN(4, "abc", "abcd"));
61 CHECK( ! VG_STREQN(4, "abcd", "abc") );
62 CHECK( ! VG_STREQN(1, "Abcd", "abcd"))
    [all...]
  /external/valgrind/callgrind/
clo.c 471 else if VG_STREQN(12, arg, "--ct-verbose") {
486 else if VG_STREQN(10, arg, "--fn-group") {
495 else if VG_STREQN(18, arg, "--separate-callers") {
504 else if VG_STREQN(15, arg, "--separate-recs") {
  /external/valgrind/coregrind/
m_main.c 519 if (VG_STREQN(2, arg, "--") &&
520 VG_STREQN(toolname_len, arg+2, toolname) &&
521 VG_STREQN(1, arg+2+toolname_len, ":"))
551 if VG_STREQN( 7, arg, "--tool=") {}
552 else if VG_STREQN(20, arg, "--command-line-only=") {}
555 else if VG_STREQN(17, arg, "--max-stackframe=") {}
556 else if VG_STREQN(17, arg, "--main-stacksize=") {}
557 else if VG_STREQN(14, arg, "--max-threads=") {}
558 else if VG_STREQN(12, arg, "--sim-hints=") {}
559 else if VG_STREQN(15, arg, "--profile-heap=") {
    [all...]

Completed in 96 milliseconds