Home
last modified time | relevance | path

Searched refs:lambda (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/linux/lib/reed_solomon/
H A Ddecode_rs.c106 memset(&lambda[1], 0, nroots * sizeof(lambda[0]));
107 lambda[0] = 1;
118 lambda[j] ^=
126 b[i] = index_of[lambda[i]];
141 index_of[lambda[i]] +
152 t[0] = lambda[0];
155 t[i + 1] = lambda[i + 1] ^
159 t[i + 1] = lambda[i + 1];
184 lambda[i] = index_of[lambda[i]];
185 if (lambda[i] != nn)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A Dmemory-monitor.patch122 - self.assertEventually(lambda: self.last_warning == 100, "'100' low-memory warning not …
123 + self.assertEventually(lambda: self.last_warning == 100, "'100' low-memory warning not …
127 - self.assertEventually(lambda: self.last_warning == 255, "'255' low-memory warning not …
128 + self.assertEventually(lambda: self.last_warning == 255, "'255' low-memory warning not …
214 - self.assertEventually(lambda: self.last_warning == 100, "'100' low-memory warning not …
215 + self.assertEventually(lambda: self.last_warning == 100, "'100' low-memory warning not …
219 - self.assertEventually(lambda: self.last_warning == 255, "'255' low-memory warning not …
220 + self.assertEventually(lambda: self.last_warning == 255, "'255' low-memory warning not …
288 - self.assertEventually(lambda: self.power_saver_enabled == True, "power-saver didn't be…
289 + self.assertEventually(lambda: self.power_saver_enabled == True, "power-saver didn't be…
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_ctypes.test_find-skip-without-tools-sdk.patch28 with unittest.mock.patch("ctypes.util._findSoname_ldconfig", lambda *args: None):
33 with unittest.mock.patch("ctypes.util._findSoname_ldconfig", lambda *args: None), \
34 unittest.mock.patch("ctypes.util._findLib_gcc", lambda *args: None):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0001-Replace-std-bind2nd-with-generic-lambda.patch4 Subject: [PATCH] Replace std::bind2nd with generic lambda
7 with generic lambda from c++14 onwards
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-targets.inc25 return ",".join(filter(lambda i: "-linux-user" in i, get_qemu_target_list(d).split(',')))
28 return ",".join(filter(lambda i: "-linux-user" not in i, get_qemu_target_list(d).split(',')))
/openbmc/boost-dbus/test/
H A DdbusPropertiesServer.cpp98 auto lambda = [&](int32_t x) { in TEST() local
106 dbus::LambdaDbusMethod<decltype(lambda)>("foo", bus, lambda); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/
H A Dwipe_0.24.bb8 HOMEPAGE = "http://lambda-diode.com/software/wipe/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0001-Conceal-imp-warnings-in-Python3.patch28 + new_module = lambda x: types.ModuleType(x)
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako5 m_pmove = method.parameters_as_list(lambda p: f"std::move({p.camelCase})")
6 m_pargs = method.parameters_as_list(lambda p: method.parameter(interface, p))
/openbmc/openbmc/poky/meta/classes/
H A Dbuildstats-summary.bbclass17 built = collections.defaultdict(lambda: [set(), set()])
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-kernel-base.bbclass55 …return " ".join(map(lambda s: "kernel-module-%s%s" % (s.lower().replace('_', '-').replace('@', '+'…
H A Dcargo-update-recipe-crates.bbclass36 … crates_candidates = list(filter(lambda c: 'crates.io' in c.get('source', ''), crates['package']))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A D0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch44 @checking("for host system type", lambda h: h.alias)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/
H A D0001-Replace-std-ptr_fun-for-c-17.patch14 Therefore replace ptr_fun with lambda
/openbmc/linux/sound/soc/codecs/
H A Darizona.c2098 unsigned int lambda; member
2292 cfg->lambda = (ratio * Fref) / gcd_fll; in arizona_calc_fll()
2295 cfg->lambda = 0; in arizona_calc_fll()
2302 while (cfg->lambda >= (1 << 16)) { in arizona_calc_fll()
2304 cfg->lambda >>= 1; in arizona_calc_fll()
2320 cfg->n, cfg->theta, cfg->lambda); in arizona_calc_fll()
2336 ARIZONA_FLL1_LAMBDA_MASK, cfg->lambda); in arizona_apply_fll()
2453 if (fll->sync_src >= 0 && cfg.lambda) in arizona_enable_fll()
2454 cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda; in arizona_enable_fll()
H A Dmadera.c3649 cfg->lambda = (ratio * fref) / gcd_fll; in madera_calc_fll()
3652 cfg->lambda = 0; in madera_calc_fll()
3660 while (cfg->lambda >= (1 << 16)) { in madera_calc_fll()
3662 cfg->lambda >>= 1; in madera_calc_fll()
3706 cfg->n, cfg->theta, cfg->lambda); in madera_calc_fll()
3729 cfg->lambda, &change); in madera_write_fll()
4027 if (have_sync && cfg.lambda) in madera_enable_fll()
4503 lambda = (fref * fbdiv) / fllgcd; in madera_fllhj_apply()
4504 fll_n = num / lambda; in madera_fllhj_apply()
4505 theta = num % lambda; in madera_fllhj_apply()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch26 is_url = lambda location: '://' in location # RFC 3986
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch36 is_url = lambda location: '://' in location # RFC 3986
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-target.inc13 export CGO_LDFLAGS = "${@ ' '.join(filter(lambda f: not f.startswith('-fdebug-prefix-map'), d.getVa…
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c923 int lambda = (go->format == V4L2_PIX_FMT_MJPEG || go->dvd_mode) ? in brctrl_to_package() local
952 0xBF22, go->ipb ? LAMBDA_table[0][lambda / 2 + 50] in brctrl_to_package()
954 0xBF23, go->ipb ? LAMBDA_table[1][lambda] : 32767, in brctrl_to_package()
956 0xBF25, lambda > 99 ? 32767 : LAMBDA_table[3][lambda], in brctrl_to_package()
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc130 rdepends = map(lambda x: multilib_prefix + x, \
140 hook = lambda file,pkg,x,y,z: \
147 hook = lambda file,pkg,x,y,z: \
/openbmc/bmcweb/
H A DCOMMON_ERRORS.md333 ## 14. Very long lambda callbacks
351 or a lambda that is less than 10 lines of code to handle an error inline. In
353 sdbusplus::asio::connection::async_method_call, keep the lambda length less than
368 …/isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f11-use-an-unnamed-lambda-if-you-need-a-simp…
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass16 GITVER = "${@get_git_pv(d, tagadjust=lambda version:${GIT_TAGADJUST})}"
/openbmc/phosphor-bmc-code-mgmt/
H A D.clang-tidy18 bugprone-lambda-function-name,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-Fix-return-type-errors.patch17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu…

123