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

  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 114 #define STREQ(a, b) (strcmp((a), (b)) == 0)
134 check(a != NULL && b != NULL && STREQ (a, b), number);
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 26 /* STREQ allows to optimize string comparison with a small literal string.
27 STREQ (s, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
168 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
173 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 89 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
111 (STREQ (string, "alpha") || STREQ (string, "upper") \
112 || STREQ (string, "lower") || STREQ (string, "digit") \
113 || STREQ (string, "alnum") || STREQ (string, "xdigit") \
114 || STREQ (string, "space") || STREQ (string, "print") \
115 || STREQ (string, "punct") || STREQ (string, "graph")
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 42 #define STREQ(a, b) (strcmp((a), (b)) == 0)
62 check(a != NULL && b != NULL && STREQ (a, b), number);
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 122 STREQ = 7 | BINARY_OP_PRECEDENCE(6),

Completed in 3419 milliseconds