Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/include/qemu/
H A Dseqlock.h27 static inline void seqlock_init(QemuSeqLock *sl) in seqlock_init() argument
29 sl->sequence = 0; in seqlock_init()
33 static inline void seqlock_write_begin(QemuSeqLock *sl) in seqlock_write_begin() argument
35 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_begin()
41 static inline void seqlock_write_end(QemuSeqLock *sl) in seqlock_write_end() argument
46 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_end()
50 static inline void seqlock_write_lock_impl(QemuSeqLock *sl, QemuLockable *lock) in seqlock_write_lock_impl() argument
53 seqlock_write_begin(sl); in seqlock_write_lock_impl()
55 #define seqlock_write_lock(sl, lock) \ argument
56 seqlock_write_lock_impl(sl, QEMU_MAKE_LOCKABLE(lock))
[all …]
/openbmc/qemu/util/
H A Dmodule.c215 const char **sl; in module_load() local
264 for (sl = modinfo->deps; *sl != NULL; sl++) { in module_load()
265 int subrv = module_load("", *sl, errp); in module_load()
272 for (sl = modinfo->deps; *sl != NULL; sl++) { in module_load()
273 if (strcmp(module_name, *sl) == 0) { in module_load()
322 const char **sl; in module_load_qom() local
338 for (sl = modinfo->objs; *sl != NULL; sl++) { in module_load_qom()
339 if (strcmp(type, *sl) == 0) { in module_load_qom()
380 const char **sl; in qemu_load_module_for_opts() local
386 for (sl = modinfo->opts; *sl != NULL; sl++) { in qemu_load_module_for_opts()
[all …]
/openbmc/qemu/backends/
H A Dcryptodev-hmp-cmds.c23 QCryptodevBackendServiceTypeList *sl; in hmp_info_cryptodev() local
32 for (sl = info->service; sl; sl = sl->next) { in hmp_info_cryptodev()
33 const char *service = QCryptodevBackendServiceType_str(sl->value); in hmp_info_cryptodev()
/openbmc/u-boot/lib/
H A Dstring.c472 unsigned long *sl = (unsigned long *) s; in memset() local
480 if ( ((ulong)s & (sizeof(*sl) - 1)) == 0) { in memset()
481 for (i = 0; i < sizeof(*sl); i++) { in memset()
485 while (count >= sizeof(*sl)) { in memset()
486 *sl++ = cl; in memset()
487 count -= sizeof(*sl); in memset()
491 s8 = (char *)sl; in memset()
511 unsigned long *dl = (unsigned long *)dest, *sl = (unsigned long *)src; in memcpy() local
520 *dl++ = *sl++; in memcpy()
526 s8 = (char *)sl; in memcpy()
/openbmc/u-boot/arch/mips/lib/
H A Dcache.c21 unsigned long conf2, sl; in probe_l2() local
45 sl = (conf2 & MIPS_CONF2_SL) >> MIPS_CONF2_SL_SHF; in probe_l2()
46 gd->arch.l2_line_size = sl ? (2 << sl) : 0; in probe_l2()
/openbmc/openbmc/poky/meta/recipes-extended/slang/
H A Dslang_2.3.3.bb62 for f in Makefile sltest runtests.sh *.sl *.inc; do
69 cp ${S}/slsh/lib/require.sl ${D}${PTEST_PATH}/test/
70 sed -i 's/\.\.\/\.\.\/slsh\/lib\/require\.sl/require\.sl/' ${D}${PTEST_PATH}/test/req.sl
73 sed -i 's/\.\.\/\.\.\/doc\/text\/slangfun\.txt/slangfun\.txt/' ${D}${PTEST_PATH}/test/docfun.sl
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch102 + tests="$$tests $$test.sl"; \
115 + if [ ! -e lastrun/$$X.sl ] || [ $$X.sl -nt lastrun/$$X.sl ] ; \
117 + tests="$$tests $$X.sl"; \
122 + if [ ! -e lastrun/$$X.slc ] || [ $$X.sl -nt lastrun/$$X.slc ] ; \
139 + $(MEMCHECK) --log-file=log.$${X} $(RUN_TEST_PGM) $$X.sl; \
141 + $(MEMCHECK) --log-file=log.$${X}_u $(RUN_TEST_PGM) -utf8 $$X.sl; \
H A Darray_test.patch10 --- a/src/test/array.sl
11 +++ b/src/test/array.sl
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
96 (sl) = __x; \
101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
106 (sl) = __x; \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A Dssmtp-bug584162-fix.patch53 + sl = strlen(str);
54 + if(sl >= 1 && str[sl - 1] == '\r') {
55 + str[sl - 1] = (char)NULL;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch94 - int sl = 8 * (4-align);
103 - k = (t >> sr) | (d << sl);
126 - k = (t >> sr) | (d << sl);
149 - case 0: hash ^= (t >> sr) | (d << sl);
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc862 uint64_t dh, dl, rh, rl, sh, sl, uh, ul; /* 128-bit computation */
1012 mul128To256(a->frac_hi, a->frac_lo, rh, rl, &sh, &sl, &discard, &discard);
1013 mul128To256(sh, sl, rh, rl, &dh, &dl, &discard, &discard);
1015 mul128To256(uh, ul, sh, sl, &sh, &sl, &discard, &discard); /* 3.125 */
1018 sub128(sh, sl, 0, 4, &sh, &sl);
1019 shift128Right(sh, sl, 13, &sh, &sl); /* 16.112 */
1023 mul64To128(sl, sl, &d0h, &d0l);
1024 d0h += 2 * sh * sl;
1026 sub128(sh, sl, d0h, d0l, &d1h, &d1l);
1027 add128(sh, sl, 0, 1, &d2h, &d2l);
[all …]
/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h33 unsigned long sl; member
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A Dpolkit-gnome-authentication-agent-1.desktop33 Name[sl]=PolicyKit program overjanja
73 Comment[sl]=PolicyKit program overjanja
/openbmc/u-boot/common/
H A Dcommand.c301 int sl = sep != NULL ? strlen(sep) : 0; in print_argv() local
311 len = strlen(*argv) + sl; in print_argv()
316 i = ll - sl; in print_argv()
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build59 install_data(['sl', 'sv'], install_dir: qemu_datadir / 'keymaps')
H A Dsl1 # generated from XKB map sl
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch719 nms_adpcm_encode_sample (struct nms_adpcm_state *s, int16_t sl)
726 - sl = (sl * 0x1fdf) / 0x7fff ;
727 + sl = ((int_fast32_t) sl * 0x1fdf) / 0x7fff ;
731 @@ -407,7 +406,7 @@ nms_adpcm_encode_sample (struct nms_adpcm_state *s, int16_t sl)
735 -{ int sl ;
736 +{ int_fast32_t sl ;
739 sl = nms_adpcm_reconstruct_sample (s, I) ;
/openbmc/qemu/target/sparc/
H A Dvis_helper.c69 #define VIS_SL64(n) sl[1 - (n)]
78 #define VIS_SL64(n) sl[n]
89 int32_t sl[2]; member
/openbmc/u-boot/drivers/video/
H A Dmx3fb.c271 u32 sl:14; member
319 u32 sl:14; member
467 params->pp.sl = stride - 1; in ipu_ch_param_set_size()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb62 LICENSE:dictionaries/sl = "GPL-2.0-only"
125 file://dictionaries/sl/license;md5=4965d53062ea2045837facf483475ac7 \
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c46 int64_t sl[1]; member
1122 dt.sl[0] = rt; \
1128 return dt.sl[0]; \
1202 ds.sl[0] = rs; \
1203 dt.sl[0] = rt; \
1209 return ds.sl[0]; \
1224 ds.sl[0] = rs; \
1225 dt.sl[0] = rt; \
1231 return ds.sl[0]; \
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c460 VFP_CONV_FIX(sl, d, 64, float64, 64, int32)
466 VFP_CONV_FIX(sl, s, 32, float32, 32, int32)
472 VFP_CONV_FIX(sl, h, 16, dh_ctype_f16, 32, int32)
/openbmc/qemu/hw/audio/
H A Dfmopl.c430 int sl = v>>4; in set_sl_rr() local
433 SLOT->SL = SL_TABLE[sl]; in set_sl_rr()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt348 /etc/sysconfig/network-scripts/ifdown-sl -> $(SEC_CRIT) ;
361 /etc/sysconfig/network-scripts/ifup-sl -> $(SEC_CRIT) ;

12