Searched refs:impls (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/bench/ |
H A D | qtree-bench.c | 58 static const struct tree_implementation impls[] = { variable 228 double res[ARRAY_SIZE(benchmarks)][ARRAY_SIZE(impls)][ARRAY_SIZE(sizes)]; in main() 231 for (int j = 0; j < ARRAY_SIZE(impls); j++) { in main() 232 const struct tree_implementation *impl = &impls[j]; in main() 266 for (int j = 0; j < ARRAY_SIZE(impls); j++) { in main() 267 printf("%5s %10s ", impls[j].name, benchmarks[i].name); in main()
|
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 78 for (const auto& [path, impls] : objs) in getVLANID() 84 for (const auto& [service, intfs] : impls) in getVLANID()
|
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 26 '--cfg', 'feature="clone-impls"',
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 226 impls = qemu_drivers.get_implementations(driver) 227 for impl in impls:
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 89 for (const auto& [path, impls] : objs) in maybeGetChannelParams() 95 for (const auto& [service, intfs] : impls) in maybeGetChannelParams() 489 for (const auto& [path, impls] : objs) in deconfigureChannel() 495 for (const auto& [service, intfs] : impls) in deconfigureChannel()
|