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

  /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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbrtowc.c 30 # include "streq.h"
130 if (STREQ (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
187 if (STREQ (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
210 if (STREQ (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
211 || STREQ (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
212 || STREQ (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
223 if (STREQ (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
241 if (STREQ (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
274 if (STREQ (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0))
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) \
  /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);
  /external/bison/src/
system.h 45 #define STREQ(L, R) (strcmp(L, R) == 0)
46 #define STRNEQ(L, R) (!STREQ(L, R))
print_graph.c 48 if (previous_rule && STREQ (previous_rule->lhs->tag, r->lhs->tag))
muscle-tab.c 419 if (STREQ (conversion[i].obsolete, variable))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 180 STREQ zero,[pDstMVCurMB]
182 STREQ zero,[pDstMVCurMB,#4]
184 STREQ zero,[pDstMVCurMB,#4]
187 STREQ zero,[pDstMVCurMB,#4]
348 STREQ temp,[pDstMVCurMB,#4]
350 STREQ temp,[pDstMVCurMB,#8]
351 STREQ temp,[pDstMVCurMB,#12]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 180 STREQ zero,[pDstMVCurMB]
182 STREQ zero,[pDstMVCurMB,#4]
184 STREQ zero,[pDstMVCurMB,#4]
187 STREQ zero,[pDstMVCurMB,#4]
348 STREQ temp,[pDstMVCurMB,#4]
350 STREQ temp,[pDstMVCurMB,#8]
351 STREQ temp,[pDstMVCurMB,#12]
  /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/bison/
maint.mk 360 # Use STREQ rather than comparing strcmp == 0, or != 0.
365 halt='replace strcmp calls above with STREQ/STRNEQ' \
707 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
    [all...]

Completed in 3013 milliseconds