/openbmc/linux/ |
H A D | CREDITS | 6 snail-mail address (S). 20 S: (ask for current address) 21 S: Finland 31 S: C. Negri 6, bl. D3 32 S: Iasi 6600 33 S: Romania 43 S: 75 Donald St, Apt 42 44 S: Weymouth, MA 02188 45 S: USA 52 S: Longford, Ireland [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 493 .macro Add_state S argument 494 vadduwm \S+0, \S+0, 16-\S 495 vadduwm \S+4, \S+4, 17-\S 496 vadduwm \S+8, \S+8, 18-\S 497 vadduwm \S+12, \S+12, 19-\S 499 vadduwm \S+1, \S+1, 16-\S 500 vadduwm \S+5, \S+5, 17-\S 501 vadduwm \S+9, \S+9, 18-\S 502 vadduwm \S+13, \S+13, 19-\S 504 vadduwm \S+2, \S+2, 16-\S [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/ |
H A D | nana_git.bb | 13 S = "${WORKDIR}/git" 24 # make distclean but in ${S} 25 rm -rf ${S}/src/*.o ${S}/src/.deps \ 26 ${S}/Makefile ${S}/config.log ${S}/config.status \ 27 ${S}/doc/Makefile ${S}/doc/nana.pdf \ 28 ${S}/emacs/Makefile ${S}/examples/Makefile \ 29 ${S}/gdb/Makefile ${S}/gdb/nana-libtrace ${S}/gdb/nana-trace \ 30 ${S}/man/Makefile ${S}/perf/Makefile \ 31 ${S}/shortform/Makefile ${S}/shortform/nana-sfdir ${S}/shortform/nana-sfg \ 32 ${S}/src/Makefile ${S}/src/libnana.a \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 195 +#define S(x) [(x)-'A'] 200 + S('d') = E(INT), S('i') = E(INT), 201 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT), 202 + S('e') = E(DBL), S('f') = E(DBL), S('g') = E(DBL), S('a') = E(DBL), 203 + S('E') = E(DBL), S('F') = E(DBL), S('G') = E(DBL), S('A') = E(DBL), 204 + S('c') = E(CHAR),S('C') = E(INT), 205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 206 + S('m') = E(NONE), 207 + S('l') = LPRE, S('h') = HPRE, S('L') = BIGLPRE, 208 + S('z') = ZTPRE, S('j') = JPRE, S('t') = ZTPRE [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 210 +#define S(x) [(x)-'A'] 215 + S('d') = E(INT), S('i') = E(INT), 216 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT), 217 + S('e') = E(DBL), S('f') = E(DBL), S('g') = E(DBL), S('a') = E(DBL), 218 + S('E') = E(DBL), S('F') = E(DBL), S('G') = E(DBL), S('A') = E(DBL), 219 + S('c') = E(CHAR),S('C') = E(INT), 220 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 221 + S('m') = E(NONE), 222 + S('l') = LPRE, S('h') = HPRE, S('L') = BIGLPRE, 223 + S('z') = ZTPRE, S('j') = JPRE, S('t') = ZTPRE [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 195 +#define S(x) [(x)-'A'] 200 + S('d') = E(INT), S('i') = E(INT), 201 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT), 202 + S('e') = E(DBL), S('f') = E(DBL), S('g') = E(DBL), S('a') = E(DBL), 203 + S('E') = E(DBL), S('F') = E(DBL), S('G') = E(DBL), S('A') = E(DBL), 204 + S('c') = E(CHAR),S('C') = E(INT), 205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 206 + S('m') = E(NONE), 207 + S('l') = LPRE, S('h') = HPRE, S('L') = BIGLPRE, 208 + S('z') = ZTPRE, S('j') = JPRE, S('t') = ZTPRE [all …]
|
/openbmc/linux/include/math-emu/ |
H A D | single.h | 63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val) 64 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val) 65 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X) 69 _FP_PACK_RAW_1_P(S,val,X); \ 74 _FP_UNPACK_RAW_1(S,X,val); \ 75 _FP_UNPACK_CANONICAL(S,1,X); \ 80 _FP_UNPACK_RAW_1_P(S,X,val); \ 81 _FP_UNPACK_CANONICAL(S,1,X); \ 86 _FP_PACK_CANONICAL(S,1,X); \ 87 _FP_PACK_RAW_1(S,val,X); \ [all …]
|
/openbmc/u-boot/board/sunxi/ |
H A D | MAINTAINERS | 3 S: Maintained 81 S: Maintained 86 S: Maintained 91 S: Maintained 96 S: Maintained 101 S: Maintained 106 S: Maintained 111 S: Maintained 116 S: Maintained 121 S: Maintained [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/s-suite/ |
H A D | s-suite_git.bb | 7 SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" 13 S = "${WORKDIR}/git" 15 # installing in /opt/S-suite since the package has 18 install -d ${D}/opt/S-suite 19 for i in $(find ${S}/* -type d); do 20 install -d ${D}/opt/S-suite/$(basename $i) 21 install -m0755 -p ${S}/$(basename $i)/* ${D}/opt/S-suite/$(basename $i) 24 install -m0755 ${S}/def_config.sh ${D}/opt/S-suite 25 install -m0755 ${S}/config_params.sh ${D}/opt/S-suite 26 install -m0755 ${S}/create_config.sh ${D}/opt/S-suite [all …]
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_arc4.c | 23 ctx->S[i] = i; in cifs_arc4_setkey() 26 u32 a = ctx->S[i]; in cifs_arc4_setkey() 29 ctx->S[i] = ctx->S[j]; in cifs_arc4_setkey() 30 ctx->S[j] = a; in cifs_arc4_setkey() 41 u32 *const S = ctx->S; in cifs_arc4_crypt() local 51 a = S[x]; in cifs_arc4_crypt() 53 b = S[y]; in cifs_arc4_crypt() 56 S[y] = a; in cifs_arc4_crypt() 58 S[x] = b; in cifs_arc4_crypt() 60 ta = S[x]; in cifs_arc4_crypt() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | arc4.c | 21 ctx->S[i] = i; in arc4_setkey() 24 u32 a = ctx->S[i]; in arc4_setkey() 27 ctx->S[i] = ctx->S[j]; in arc4_setkey() 28 ctx->S[j] = a; in arc4_setkey() 39 u32 *const S = ctx->S; in arc4_crypt() local 49 a = S[x]; in arc4_crypt() 51 b = S[y]; in arc4_crypt() 54 S[y] = a; in arc4_crypt() 56 S[x] = b; in arc4_crypt() 58 ta = S[x]; in arc4_crypt() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/ |
H A D | initscripts_1.0.bb | 38 S = "${WORKDIR}/sources" 39 UNPACKDIR = "${S}" 65 sed -i -e "s:SED_HALTARGS:${HALTARGS}:g" ${S}/halt 66 sed -i -e "s:SED_HALTARGS:${HALTARGS}:g" ${S}/reboot 67 sed -i -e "s:SED_VARLIBMOUNTARGS:${VARLIBMOUNTARGS}:g" ${S}/read-only-rootfs-hook.sh 88 install -m 0644 ${S}/functions ${D}${sysconfdir}/init.d 89 install -m 0755 ${S}/bootmisc.sh ${D}${sysconfdir}/init.d 90 install -m 0755 ${S}/checkroot.sh ${D}${sysconfdir}/init.d 91 install -m 0755 ${S}/halt ${D}${sysconfdir}/init.d 92 install -m 0755 ${S}/hostname.sh ${D}${sysconfdir}/init.d [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
H A D | 0001-cpuburn-a8.S-Remove-.func-.endfunc.patch | 4 Subject: [PATCH] cpuburn*.S: Remove .func/.endfunc 14 cpuburn-a7.S | 2 -- 15 cpuburn-a8.S | 2 -- 16 cpuburn-a9.S | 2 -- 19 diff --git a/cpuburn-a7.S b/cpuburn-a7.S 21 --- a/cpuburn-a7.S 22 +++ b/cpuburn-a7.S 36 diff --git a/cpuburn-a8.S b/cpuburn-a8.S 38 --- a/cpuburn-a8.S 39 +++ b/cpuburn-a8.S [all …]
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 17 def S(*regexps) -> str: function 23 s = S(*regexps) 59 OPTIONAL_PARS = lambda R: OR(S(r'\(\s*', R, r'\s*\)'), R) 89 RE_INCLUDEPATH = OR(S(r'\"', RE_PATH, r'\"'), 90 S(r'<', RE_PATH, r'>')) 92 RE_INCLUDE = S(r'^[ \t]*#[ \t]*include[ \t]+', NAMED('includepath', RE_INCLUDEPATH), r'[ \t]*\n') 93 RE_SIMPLEDEFINE = S(r'^[ \t]*#[ \t]*define[ \t]+', RE_IDENTIFIER, r'[ \t]*\n') 95 RE_STRUCT_TYPE = S(r'struct\s+', RE_IDENTIFIER) 98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}') 102 RE_FUN_CALL = S(RE_IDENTIFIER, r'\s*\(\s*', RE_SIMPLE_VALUE, r'\s*\)') [all …]
|
/openbmc/qemu/hw/net/ |
H A D | pcnet.c | 65 #define CSR_INIT(S) !!(((S)->csr[0])&0x0001) argument 66 #define CSR_STRT(S) !!(((S)->csr[0])&0x0002) argument 67 #define CSR_STOP(S) !!(((S)->csr[0])&0x0004) argument 68 #define CSR_TDMD(S) !!(((S)->csr[0])&0x0008) argument 69 #define CSR_TXON(S) !!(((S)->csr[0])&0x0010) argument 70 #define CSR_RXON(S) !!(((S)->csr[0])&0x0020) argument 71 #define CSR_INEA(S) !!(((S)->csr[0])&0x0040) argument 72 #define CSR_BSWP(S) !!(((S)->csr[3])&0x0004) argument 73 #define CSR_LAPPEN(S) !!(((S)->csr[3])&0x0020) argument 74 #define CSR_DXSUFLO(S) !!(((S)->csr[3])&0x0040) argument [all …]
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/ |
H A D | redhat-security_1.0.bb | 21 S = "${WORKDIR}/sources" 22 UNPACKDIR = "${S}" 26 install -m 0755 ${S}/find-chroot-py.sh ${D}${bindir} 27 install -m 0755 ${S}/find-chroot.sh ${D}${bindir} 28 install -m 0755 ${S}/find-elf4tmp.sh ${D}${bindir} 29 install -m 0755 ${S}/find-execstack.sh ${D}${bindir} 30 install -m 0755 ${S}/find-hidden-exec.sh ${D}${bindir} 31 install -m 0755 ${S}/find-nodrop-groups.sh ${D}${bindir} 32 install -m 0755 ${S}/find-sh4errors.sh ${D}${bindir} 33 install -m 0755 ${S}/find-sh4tmp.sh ${D}${bindir} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl2-image_2.8.4.bb | 12 S = "${WORKDIR}/SDL2_image-${PV}" 21 touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog 23 rm -f ${S}/acinclude/libtool.m4 24 rm -f ${S}/acinclude/sdl2.m4 25 rm -f ${S}/acinclude/pkg.m4 26 rm -f ${S}/acinclude/lt~obsolete.m4 27 rm -f ${S}/acinclude/ltoptions.m4 28 rm -f ${S}/acinclude/ltsugar.m4 29 rm -f ${S}/acinclude/ltversion.m4
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | Fix-building-on-x86_64-with-binutils-2.41.patch | 23 purgatory/arch/i386/entry32-16-debug.S | 2 +- 24 purgatory/arch/i386/entry32-16.S | 2 +- 25 purgatory/arch/i386/entry32.S | 2 +- 26 purgatory/arch/i386/setup-x86.S | 2 +- 29 diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S 31 --- a/purgatory/arch/i386/entry32-16-debug.S 32 +++ b/purgatory/arch/i386/entry32-16-debug.S 45 diff --git a/purgatory/arch/i386/entry32-16.S b/purgatory/arch/i386/entry32-16.S 47 --- a/purgatory/arch/i386/entry32-16.S 48 +++ b/purgatory/arch/i386/entry32-16.S [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE 268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6)) 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 291 |--WHERE T=S*S. 296 fmulx %fp0,%fp0 | ...FP0 IS S 304 fmovex %fp0,X(%a6) | ...X IS S 311 eorl %d0,X(%a6) | ...X IS NOW S'= SGN*S 446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N [all …]
|
H A D | setox.S | 137 | p = [ R + R*S*(A2 + S*A4) ] + 138 | [ S*(A1 + S*(A3 + S*A5)) ] 139 | where S = R*R. 514 |--TO FULLY UTILIZE THE PIPELINE, WE COMPUTE S = R*R 515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))] 518 fmulx %fp1,%fp1 | ...fp1 IS S = R*R 523 fmulx %fp1,%fp2 | ...fp2 IS S*A5 525 fmuls #0x3C088895,%fp3 | ...fp3 IS S*A4 527 faddd EXPA3,%fp2 | ...fp2 IS A3+S*A5 528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4 [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 19 EXTRA_SOURCES := validate.c ../harness.c stubs.S 24 $(OUTPUT)/copyuser_64_t%: copyuser_64.S $(EXTRA_SOURCES) 30 $(OUTPUT)/copyuser_p7_t%: copyuser_power7.S $(EXTRA_SOURCES) 37 $(OUTPUT)/memcpy_64_t%: memcpy_64.S $(EXTRA_SOURCES) 43 $(OUTPUT)/memcpy_p7_t%: memcpy_power7.S $(EXTRA_SOURCES) 49 $(OUTPUT)/copy_mc_64: copy_mc_64.S $(EXTRA_SOURCES) 54 $(OUTPUT)/copyuser_64_exc_t%: copyuser_64.S exc_validate.c ../harness.c \ 55 copy_tofrom_user_reference.S stubs.S 61 $(OUTPUT)/memmove_64: mem_64.S memcpy_64.S memmove_validate.c ../harness.c \ 62 memcpy_stubs.S
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | use_after_iter.cocci | 36 statement S; 88 list_for_each_entry(c,...) S 90 list_for_each_entry_reverse(c,...) S 92 list_for_each_entry_continue(c,...) S 94 list_for_each_entry_continue_reverse(c,...) S 96 list_for_each_entry_from(c,...) S 98 list_for_each_entry_safe(c,...) S 100 list_for_each_entry_safe(x,c,...) S 102 list_for_each_entry_safe_continue(c,...) S 104 list_for_each_entry_safe_continue(x,c,...) S [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/ |
H A D | mozjs-128_128.5.2.bb | 25 S = "${WORKDIR}/firefox-${PV}" 35 export PYTHONPATH = "${S}/build:\ 36 ${S}/third_party/python/PyYAML/lib3:\ 37 ${S}/testing/mozbase/mozfile:\ 38 ${S}/python/mozboot:\ 39 ${S}/third_party/python/distro:\ 40 ${S}/testing/mozbase/mozinfo:\ 41 ${S}/config:\ 42 ${S}/testing/mozbase/manifestparser:\ 43 ${S}/third_party/python/pytoml:\ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/ |
H A D | netcat-openbsd_1.195.bb | 27 cd ${S} 29 if [ -d ${S}/.pc-netcat ]; then 30 rm -rf ${S}/.pc 31 mv ${S}/.pc-netcat ${S}/.pc 32 QUILT_PATCHES=${S}/debian/patches quilt pop -a 33 rm -rf ${S}/.pc 35 QUILT_PATCHES=${S}/debian/patches quilt push -a 36 mv ${S}/.pc ${S}/.pc-netcat 39 do_unpack[cleandirs] += "${S}" 47 cd ${S} [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/perf/ |
H A D | perf.bb | 69 S = "${WORKDIR}/${BP}" 87 -C ${S}/tools/perf \ 96 EXTRA_CFLAGS="-ldw -I${S}" \ 157 test -e ${S}/tools/lib/traceevent/plugins/Makefile && \ 158 …ir)/traceevent/plugins|\$(libdir)/traceevent_${KERNEL_VERSION}/plugins|g' ${S}/tools/lib/traceeven… 159 test -e ${S}/tools/perf/Makefile.config && \ 160 …ir)/traceevent/plugins|\$(libdir)/traceevent_${KERNEL_VERSION}/plugins|g' ${S}/tools/perf/Makefile… 169 …KAGECONFIG', 'python', 'true', 'false', d)} && grep -q install-python_ext ${S}/tools/perf/Makefile… 181 dest_dir = d.getVar("S") 211 if [ -e "${S}/tools/perf/config/Makefile" ]; then [all …]
|