Home
last modified time | relevance | path

Searched refs:EQUAL (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/
H A D0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch22 -if(CMAKE_SIZEOF_VOID_P EQUAL 4)
24 -else(CMAKE_SIZEOF_VOID_P EQUAL 4)
26 -endif(CMAKE_SIZEOF_VOID_P EQUAL 4)
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake97 string(COMPARE EQUAL "${hunter_WIKI}" "" have_no_wiki)
115 string(COMPARE EQUAL "${root}" "" is_bad)
120 string(COMPARE EQUAL "${version}" "" is_bad)
125 string(COMPARE EQUAL "${sha1}" "" is_bad)
229 string(COMPARE EQUAL "${dir}" "" is_bad)
234 string(COMPARE EQUAL "${HUNTER_GATE_SHA1}" "" is_bad)
239 string(COMPARE EQUAL "${HUNTER_GATE_URL}" "" is_bad)
308 string(COMPARE EQUAL "${CMAKE_MAKE_PROGRAM}" "" no_make)
329 if(NOT download_result EQUAL 0)
345 if(NOT download_result EQUAL 0)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch20 if (${PYTHON_MAJOR_VERSION} EQUAL 2)
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES95 all other bits are EQUAL TO ZERO and can be set by the _real_access()
117 all other bits are EQUAL TO ZERO and can be set by the _real_access()
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1197 relation = EQUAL if (feed.get_next() == T_EQUAL) else UNEQUAL
1461 if expr[0] == EQUAL:
1552 if (relation == EQUAL and (right == "y" or right == "m")) or \
1570 if expr[0] in (EQUAL, UNEQUAL):
3303 elif expr[0] == EQUAL or expr[0] == UNEQUAL:
3349 expr[0] in (EQUAL, UNEQUAL) or \
3387 if expr[0] in (EQUAL, UNEQUAL):
3536 AND, OR, NOT, EQUAL, UNEQUAL = range(5) variable
3543 OP_TO_STR = {AND: " && ", OR: " || ", EQUAL: " = ", UNEQUAL: " != "}
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c154 #define EQUAL 0 macro
717 (char *)s->window + start, length) != EQUAL) { in check_match()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_chip.h158 #define EQUAL 0x0c /* Search Data end with Equal */ macro
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1147 /* VECTOR COMPARE EQUAL */
1268 /* VECTOR FIND ANY ELEMENT EQUAL */
1270 /* VECTOR FIND ELEMENT EQUAL */
1272 /* VECTOR FIND ELEMENT NOT EQUAL */
1289 /* VECTOR FP COMPARE EQUAL */
1293 /* VECTOR FP COMPARE HIGH OR EQUAL */
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c151 #define EQUAL 0 macro
1276 s->window + start, length) != EQUAL) {
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c673 #define EQUAL BIT(8) macro
4599 WRW_HARPOON(map_addr, (BRH_OP + EQUAL + 0x00)); /*SEL ID OK then Conti. */ in FPT_autoLoadDefaultMap()