Searched refs:EQUAL (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/ |
H A D | 0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 22 -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 D | HunterGate.cmake | 97 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/fluentbit/fluentbit/ |
H A D | 0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch | 34 @@ -408,7 +408,7 @@ if (WAMR_BUILD_STATIC_PGO EQUAL 1) 38 -if (WAMR_DISABLE_WRITE_GS_BASE EQUAL 1) 39 +if (WAMR_DISABLE_WRITE_GS_BASE EQUAL 1 OR CMAKE_CROSSCOMPILING)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway/ |
H A D | 0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch | 66 + if(RISCV_XLEN EQUAL 64) 69 + elseif(RISCV_XLEN EQUAL 32)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/ |
H A D | 0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch | 20 if (${PYTHON_MAJOR_VERSION} EQUAL 2)
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | CHANGES | 95 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/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/ |
H A D | 0001-add-back-JSON_INTEGER_IS_LONG_LONG-for-cmake.patch | 31 if (HAVE_LONG_LONG_INT AND (LONG_LONG_INT EQUAL 8))
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 1197 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 D | deflate.c | 154 #define EQUAL 0 macro 717 (char *)s->window + start, length) != EQUAL) { in check_match()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_chip.h | 158 #define EQUAL 0x0c /* Search Data end with Equal */ macro
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1147 /* 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 D | deflate.c | 151 #define EQUAL 0 macro 1276 s->window + start, length) != EQUAL) {
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0001-Update-to-C-17-560.patch | 120 if (VSOMEIP_ENABLE_MULTIPLE_ROUTING_MANAGERS EQUAL 0)
|
/openbmc/linux/drivers/scsi/ |
H A D | FlashPoint.c | 673 #define EQUAL BIT(8) macro 4599 WRW_HARPOON(map_addr, (BRH_OP + EQUAL + 0x00)); /*SEL ID OK then Conti. */ in FPT_autoLoadDefaultMap()
|