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

  /external/compiler-rt/make/test/
test-util.mk 18 strneq_t7 = $(call strneq,,)
20 strneq_t8 = $(call strneq,b,)
22 strneq_t9 = $(call strneq,,b)
24 strneq_t10 = $(call strneq,b,b)
26 strneq_t11 = $(call strneq,bb,b)
28 strneq_t12 = $(call strneq,b,bb)
30 strneq_t13 = $(call strneq,bb,bb)
  /external/compiler-rt/make/
lib_platforms.mk 42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config))),\
62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\
66 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config).$$(arch))),\
subdir.mk 49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
lib_info.mk 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
38 $(if $(call strneq,,$($(key).OnlyConfigs)),,\
util.mk 13 # Function: strneq LHS RHS
16 strneq = $(if $(call streq,$(1),$(2)),,true) macro
44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 29 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
38 || (strneq (style, "0x", 2)))
53 if (strneq (style, "0x", 2))
135 else if (strneq (style, "0x", 2))
  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.h 58 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
57 #define strneq macro
readelf.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cr16.c 909 if (strneq (input_line_pointer, "@c", 2))
912 if (strneq (input_line_pointer, "@l", 2)
913 || strneq (input_line_pointer, ":l", 2))
916 if (strneq (input_line_pointer, "@m", 2)
917 || strneq (input_line_pointer, ":m", 2))
920 if (strneq (input_line_pointer, "@s", 2)
921 || strneq (input_line_pointer, ":s", 2))
924 if (strneq (input_line_pointer, "@cGOT", 5)
925 || strneq (input_line_pointer, "@cgot", 5))
932 else if (strneq (input_line_pointer, "@GOT", 4
    [all...]
obj-coff.c 37 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
1076 return strneq (name, weak_altprefix, sizeof (weak_altprefix) - 1);
    [all...]
tc-crx.c 46 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cr16.h 431 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
  /external/libvterm/src/
state.c 6 #define strneq(a,b,n) (strncmp(a,b,n)==0) macro
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
score-dis.c 484 #ifndef strneq macro
485 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
    [all...]
score7-dis.c 40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]
cr16-dis.c 820 if (strneq (instruction->mnemonic, "cinv", 4))
arm-dis.c 40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]
  /external/dtc/
dtc.h 70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
checks.c 699 if (!strneq(node->name, "pci", node->basenamelen) &&
700 !strneq(node->name, "pcie", node->basenamelen))
831 if (strneq(str, compat, end - str))
flattree.c 734 if (!strneq(ppath, cpath, plen))
livetree.c 504 strneq(path, child->name, p-path))
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 48 #define strneq(a, b, n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]

Completed in 1090 milliseconds