Home
last modified time | relevance | path

Searched refs:SET (Results 1 – 25 of 123) sorted by relevance

12345

/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c203 #define SET(a, b, c, d, k, s, Ti)\ in md5_process() macro
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()
214 SET(b, c, d, a, 7, 22, T8); in md5_process()
215 SET(a, b, c, d, 8, 7, T9); in md5_process()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c47 #define SET(__var, __addr, __cookie) ({ \ in kprobe_multi_check() macro
54 SET(kretprobe_test1_result, &bpf_fentry_test1, 8); in kprobe_multi_check()
55 SET(kretprobe_test2_result, &bpf_fentry_test2, 2); in kprobe_multi_check()
56 SET(kretprobe_test3_result, &bpf_fentry_test3, 7); in kprobe_multi_check()
57 SET(kretprobe_test4_result, &bpf_fentry_test4, 6); in kprobe_multi_check()
58 SET(kretprobe_test5_result, &bpf_fentry_test5, 5); in kprobe_multi_check()
59 SET(kretprobe_test6_result, &bpf_fentry_test6, 4); in kprobe_multi_check()
60 SET(kretprobe_test7_result, &bpf_fentry_test7, 3); in kprobe_multi_check()
61 SET(kretprobe_test8_result, &bpf_fentry_test8, 1); in kprobe_multi_check()
63 SET(kprobe_test1_result, &bpf_fentry_test1, 1); in kprobe_multi_check()
[all …]
H A Duprobe_multi.c47 #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 D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch24 - 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")
42 + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -no-prec-div -xHOST -ipo -fwrapv")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-Dont-use-isystem.patch21 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 Dpkcs7.asn131 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 D0001-support-cross-compiling.patch24 -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 D0001-Adjust-the-cmake-files.patch58 +# 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 D0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch20 -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 Dsti_awg_utils.c17 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 D0001-Link-with-libm-for-floor-function.patch24 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 Dlirc-get-features.rst77 .. _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 Dwin32-qemu-event.promela27 #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 Dclk-pfd.c32 #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/linux/Documentation/input/devices/
H A Datarikbd.rst240 SET MOUSE BUTTON ACTION
259 SET RELATIVE MOUSE POSITION REPORTING
268 threshold in either axis (see SET MOUSE THRESHOLD). Depending upon the mouse
273 SET ABSOLUTE MOUSE POSITIONING
291 SET MOUSE KEYCODE MODE
307 SET MOUSE THRESHOLD
321 SET MOUSE SCALE
336 or release (see SET MOUSE BUTTON ACTION).
374 SET Y=0 AT BOTTOM
386 SET Y=0 AT TOP
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-Remove-buggy-test-confusing-host-and-target.patch24 - SET(PYTHON_PKG_DIR "dist-packages")
29 SET(PYTHON_PKG_DIR "site-packages")
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A Dtaglib-2.patch21 #define SET( accessor, meta ) \
30 #define SET( keyName, metaName ) \
48 #undef SET
/openbmc/linux/arch/mips/mm/
H A Duasm-mips.c88 [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/drivers/clk/mxs/
H A Dclk-pll.c36 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/linux/arch/arm/boot/compressed/
H A Dhead-sharpsl.S131 bic r3, r3, #0x11 @ SET NCE
132 orr r3, r3, #0x0a @ SET CLR + FLWP
137 orr r3, r3, #4 @ SET ALE
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A D0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch34 +SET(HAVE_EXT2FS_EXT2_FS_H 0)
35 +SET(HAVE_WORKING_EXT2_IOC_GETFLAGS 0)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0002-flex-Remove-line-directives.patch21 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 D0001-Use-relative-install-paths-for-CMake.patch28 SET( INSTALL_DOC_DIR "${DOC_DIR}" )
31 - SET( var "INSTALL_${p}_DIR" )
33 - SET( ${var}_PREFIX "${YPREFIX}/${${var}}" )
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-test-howto.rst156 SET IRQ TYPE TO LEGACY: OKAY
158 SET IRQ TYPE TO MSI: OKAY
191 SET IRQ TYPE TO MSI-X: OKAY
214 SET IRQ TYPE TO MSI: OKAY
/openbmc/linux/drivers/pwm/
H A Dpwm-mxs.c17 #define SET 0x4 macro
108 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_apply()

12345