/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.c | 207 SET(a, b, c, d, 0, 7, T1); in md5_process() 208 SET(d, a, b, c, 1, 12, T2); in md5_process() 209 SET(c, d, a, b, 2, 17, T3); in md5_process() 210 SET(b, c, d, a, 3, 22, T4); in md5_process() 211 SET(a, b, c, d, 4, 7, T5); in md5_process() 212 SET(d, a, b, c, 5, 12, T6); in md5_process() 213 SET(c, d, a, b, 6, 17, T7); in md5_process() 223 #undef SET in md5_process() 249 #undef SET in md5_process() 275 #undef SET in md5_process() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | kprobe_multi.c | 47 #define SET(__var, __addr, __cookie) ({ \ in kprobe_multi_check() macro 54 SET(kretprobe_test1_result, &bpf_fentry_test1, 8); in kprobe_multi_check() 63 SET(kprobe_test1_result, &bpf_fentry_test1, 1); in kprobe_multi_check() 64 SET(kprobe_test2_result, &bpf_fentry_test2, 7); in kprobe_multi_check() 65 SET(kprobe_test3_result, &bpf_fentry_test3, 2); in kprobe_multi_check() 66 SET(kprobe_test4_result, &bpf_fentry_test4, 3); in kprobe_multi_check() 67 SET(kprobe_test5_result, &bpf_fentry_test5, 4); in kprobe_multi_check() 68 SET(kprobe_test6_result, &bpf_fentry_test6, 5); in kprobe_multi_check() 69 SET(kprobe_test7_result, &bpf_fentry_test7, 6); in kprobe_multi_check() 70 SET(kprobe_test8_result, &bpf_fentry_test8, 8); in kprobe_multi_check() [all …]
|
H A D | uprobe_multi.c | 47 #define SET(__var, __addr, __cookie) ({ \ in uprobe_multi_check() macro 54 SET(uretprobe_multi_func_1_result, uprobe_multi_func_1_addr, 2); in uprobe_multi_check() 55 SET(uretprobe_multi_func_2_result, uprobe_multi_func_2_addr, 3); in uprobe_multi_check() 56 SET(uretprobe_multi_func_3_result, uprobe_multi_func_3_addr, 1); in uprobe_multi_check() 58 SET(uprobe_multi_func_1_result, uprobe_multi_func_1_addr, 3); in uprobe_multi_check() 59 SET(uprobe_multi_func_2_result, uprobe_multi_func_2_addr, 1); in uprobe_multi_check() 60 SET(uprobe_multi_func_3_result, uprobe_multi_func_3_addr, 2); in uprobe_multi_check() 63 #undef SET in uprobe_multi_check()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/ |
H A D | 0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch | 24 - SET(CMAKE_CXX_FLAGS "-O3 -fwrapv") 25 + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -fwrapv") 27 SET(CMAKE_CXX_FLAGS_DEBUG "--coverage -g -fwrapv") 28 SET(CMAKE_C_FLAGS_DEBUG "--coverage -g") 29 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "--coverage -g") 32 - SET(CMAKE_CXX_FLAGS "-O3 -fwrapv") 33 + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -fwrapv") 38 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "-fprofile-arcs -ftest-coverage") 41 - SET(CMAKE_CXX_FLAGS "-O3 -no-prec-div -xHOST -ipo -fwrapv") 44 SET(CMAKE_CXX_FLAGS_DEBUG "-g -O0 -Wall -fwrapv") [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0001-Dont-use-isystem.patch | 21 SET(PCHSupport_FOUND TRUE) 24 + SET(CMAKE_INCLUDE_SYSTEM_FLAG_C "-I") 25 + SET(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-I") 26 SET(_PCH_include_prefix "-I") 27 SET(_PCH_isystem_prefix "-isystem") 28 SET(_PCH_define_prefix "-D")
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | pkcs7.asn1 | 31 daSet SET OF DigestAlgorithmIdentifier, 43 ExtendedCertificatesAndCertificates ::= SET OF ExtendedCertificateOrCertificate 54 CertificateRevocationLists ::= SET OF CertificateList 66 siSet SET OF SignerInfo, 86 uaSet [1] IMPLICIT SET OF UnauthenticatedAttribute, 106 SetOfAuthenticatedAttribute ::= SET OF AuthenticatedAttribute 110 values SET OF ANY ({ pkcs7_sig_note_authenticated_attr }) 115 values SET OF ANY 130 RelativeDistinguishedName ::= SET OF AttributeValueAssertion
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/ |
H A D | 0001-support-cross-compiling.patch | 24 -SET(CMAKE_C_FLAGS "-pipe -W -Wall -D_FORTIFY_SOURCE=2") 25 +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -W -Wall -D_FORTIFY_SOURCE=2") 26 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") 27 -SET(CMAKE_C_FLAGS_RELEASE "-O2") 28 +SET(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") 29 SET(CMAKE_C_FLAGS_DEBUG "-O0 -g -DDEBUG")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/ |
H A D | 0001-Adjust-the-cmake-files.patch | 58 +# SET( LibJsonSpirit_USE_STATIC_LIBS OFF ) 88 + SET( _ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) 89 + SET(CMAKE_FIND_LIBRARY_SUFFIXES .a ) 106 +SET(LibJsonSpirit_FOUND ${LIBJSONSPIRIT_FOUND}) 107 +SET(LibJsonSpirit_LIBRARIES ${LIBJSONSPIRIT_LIBRARY}) 116 + SET(CMAKE_FIND_LIBRARY_SUFFIXES ${_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES} ) 127 +SET(JSONSPIRIT_SOVERSION_MAJOR "4") 128 +SET(JSONSPIRIT_SOVERSION_MINOR "0") 129 +SET(JSONSPIRIT_SOVERSION_PATCH "8")
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch | 20 -SET( SYSCONFDIR /etc) 21 -SET( SYSTEMD_DIR /usr/lib/systemd/system) 22 +SET( SYSCONFDIR ${CMAKE_INSTALL_SYSCONFDIR}) 23 +SET( SYSTEMD_DIR $ENV{systemd_system_unitdir})
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_awg_utils.c | 17 SET, enumerator 69 opcode = SET; in awg_generate_instr() 97 case SET: in awg_generate_instr() 138 ret |= awg_generate_instr((timing->trailing_pixels > 0) ? SET : RPLSET, in awg_generate_line_signal() 148 ret |= awg_generate_instr(SET, val, 0, 0, fwparams); in awg_generate_line_signal()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
H A D | 0001-Link-with-libm-for-floor-function.patch | 24 SET(HAVE_LIBDL 0) 31 + SET(M_LIBRARIES ${HAVE_LIBM}) 32 + SET(HAVE_LIBM 1) 34 + SET(HAVE_LIBM 0)
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-get-features.rst | 77 .. _LIRC-CAN-SET-SEND-CARRIER: 84 .. _LIRC-CAN-SET-SEND-DUTY-CYCLE: 91 .. _LIRC-CAN-SET-TRANSMITTER-MASK: 98 .. _LIRC-CAN-SET-REC-CARRIER: 105 .. _LIRC-CAN-SET-REC-CARRIER-RANGE: 119 .. _LIRC-CAN-SET-REC-TIMEOUT:
|
/openbmc/qemu/docs/spin/ |
H A D | win32-qemu-event.promela | 27 #define SET RAW_SET 31 * primitives. SET/RESET/WAIT have exactly the same semantics as 41 #define SET if :: state != EV_SET -> \ 97 SET;
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-pfd.c | 32 #define SET 0x4 macro 49 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + SET); in clk_pfd_disable() 101 writel_relaxed(frac << (pfd->idx * 8), pfd->reg + SET); in clk_pfd_set_rate()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/ |
H A D | 0001-Remove-buggy-test-confusing-host-and-target.patch | 24 - SET(PYTHON_PKG_DIR "dist-packages") 29 SET(PYTHON_PKG_DIR "site-packages")
|
/openbmc/linux/Documentation/input/devices/ |
H A D | atarikbd.rst | 240 SET MOUSE BUTTON ACTION 291 SET MOUSE KEYCODE MODE 307 SET MOUSE THRESHOLD 321 SET MOUSE SCALE 374 SET Y=0 AT BOTTOM 386 SET Y=0 AT TOP 419 valid mouse mode commands are SET RELATIVE MOUSE POSITION REPORTING, SET 483 SET JOYSTICK MONITORING 560 joystick mode commands are SET JOYSTICK EVENT REPORTING, SET JOYSTICK 561 INTERROGATION MODE, SET JOYSTICK MONITORING, SET FIRE BUTTON MONITORING, and [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | taglib-2.patch | 21 #define SET( accessor, meta ) \ 30 #define SET( keyName, metaName ) \ 48 #undef SET
|
/openbmc/linux/drivers/clk/mxs/ |
H A D | clk-pll.c | 36 writel_relaxed(1 << pll->power, pll->base + SET); in clk_pll_prepare() 63 writel_relaxed(1 << 31, pll->base + SET); in clk_pll_disable()
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
H A D | 0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch | 35 +SET(HAVE_EXT2FS_EXT2_FS_H 0) 36 +SET(HAVE_WORKING_EXT2_IOC_GETFLAGS 0)
|
/openbmc/linux/arch/mips/mm/ |
H A D | uasm-mips.c | 88 [insn_dmfc0] = {M(cop0_op, dmfc_op, 0, 0, 0, 0), RT | RD | SET}, 91 [insn_dmtc0] = {M(cop0_op, dmtc_op, 0, 0, 0, 0), RT | RD | SET}, 139 [insn_mfc0] = {M(cop0_op, mfc_op, 0, 0, 0, 0), RT | RD | SET}, 140 [insn_mfhc0] = {M(cop0_op, mfhc0_op, 0, 0, 0, 0), RT | RD | SET}, 147 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET}, 148 [insn_mthc0] = {M(cop0_op, mthc0_op, 0, 0, 0, 0), RT | RD | SET}, 265 if (ip->fields & SET) in build_insn()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | head-sharpsl.S | 131 bic r3, r3, #0x11 @ SET NCE 132 orr r3, r3, #0x0a @ SET CLR + FLWP 137 orr r3, r3, #4 @ SET ALE
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/ |
H A D | 0002-flex-Remove-line-directives.patch | 21 SET(_outc ${CMAKE_CURRENT_BINARY_DIR}/${_basename}.c) 22 SET(_outh ${CMAKE_CURRENT_BINARY_DIR}/${_basename}_lex.h)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Use-relative-install-paths-for-CMake.patch | 28 SET( INSTALL_DOC_DIR "${DOC_DIR}" ) 31 - SET( var "INSTALL_${p}_DIR" ) 33 - SET( ${var}_PREFIX "${YPREFIX}/${${var}}" )
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-mmio.yaml | 45 This register may also be used to drive GPIOs if the SET register is 48 Register to SET the value of the GPIO lines. Setting a bit in this 53 the SET register will be used to clear the GPIO lines as well, by
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-mxs.c | 17 #define SET 0x4 macro 108 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_apply()
|