Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/qemu/target/riscv/
H A Dm128_helper.c25 target_ulong ul, target_ulong uh, in HELPER()
35 q = int128_divu(int128_make128(ul, uh), int128_make128(vl, vh)); in HELPER()
45 target_ulong ul, target_ulong uh, in HELPER()
52 rl = ul; in HELPER()
55 r = int128_remu(int128_make128(ul, uh), int128_make128(vl, vh)); in HELPER()
65 target_ulong ul, target_ulong uh, in HELPER()
74 } else if (uh == (1ULL << (TARGET_LONG_BITS - 1)) && ul == 0 && in HELPER()
77 ql = ul; in HELPER()
80 q = int128_divs(int128_make128(ul, uh), int128_make128(vl, vh)); in HELPER()
90 target_ulong ul, target_ulong uh, in HELPER()
[all …]
/openbmc/u-boot/include/asm-generic/bitops/
H A D__fls.h17 if (!(word & (~0ul << 32))) { in __fls()
22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
30 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
34 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
38 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Fix-build-when-compiling-with-std-c23.patch11 open-vm-tools/lib/lock/ul.c | 2 +-
14 diff --git a/open-vm-tools/lib/lock/ul.c b/open-vm-tools/lib/lock/ul.c
16 --- a/open-vm-tools/lib/lock/ul.c
17 +++ b/open-vm-tools/lib/lock/ul.c
/openbmc/u-boot/drivers/usb/gadget/
H A Dcore.c429 void urb_link_init (urb_link * ul) in urb_link_init() argument
431 if (ul) { in urb_link_init()
432 ul->prev = ul->next = ul; in urb_link_init()
445 urb_link *ul = &urb->link; in urb_detach() local
446 ul->next->prev = ul->prev; in urb_detach()
447 ul->prev->next = ul->next; in urb_detach()
448 urb_link_init (ul); in urb_detach()
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppNavigation.spec.js.snap11 <ul
100 <ul
103 tag="ul"
148 </ul>
217 <ul
220 tag="ul"
252 </ul>
303 <ul
306 tag="ul"
416 </ul>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Fix-type-mismatch-on-32bit-arches.patch15 return std::max(socketIds.size(), 1ul);
29 - return std::max(socketIds.size(), 1ul);
30 + return std::max(static_cast<unsigned long>(socketIds.size()), 1ul);
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css23 ul.configuration-list {
110 .modal-body ul.list-unstyled {
189 .popover-content > ul {
226 .jumbotron ul {
232 .jumbotron ul > li {
H A Ddefault.css150 ul.lead { margin-top: 20px; }
151 ul.lead > li { line-height: 38px; }
152 ul.lead .glyphicon-trash,
153 ul.lead .glyphicon-trash { font-size: 16px; margin-left: 7px; }
156 #no-layers-in-project ul { margin-top: 10px; }
H A Dfont-awesome.min.css33ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*…
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareAlertServerPower.vue15 <ul class="m-0">
22 </ul>
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue13 <ul v-if="resetType == 'resetBios'" class="ps-3 mb-4">
20 </ul>
21 <ul v-else-if="resetType == 'resetToDefaults'" class="ps-3 mb-4">
34 </ul>
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_hdmi.c38 .mpixelclock = ~0ul,
69 .mpixelclock = ~0ul,
/openbmc/rest-dbus/resources/
H A Djstree.style.css1ul{display:block;margin:0;padding:0;list-style-type:none;list-style-image:none}.jstree-node{white-…
H A Dstyle.css25 #method-call-ui th, #method-call-ul td {
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py811 for i,ul in index.items():
812 if not ul.users:
817 if len(ul.definitions) == 0:
827 if len(ul.definitions) > 1:
828 ul.definitions[1].warn("%s defined twice", i.name)
829 ul.definitions[0].warn("previously defined here")
833 assert len(ul.definitions) == 1
834 definition = ul.definitions[0]
836 earliest = min(ul.users, key=lambda u: u.start())
/openbmc/u-boot/Documentation/sphinx-static/
H A Dtheme_overrides.css72 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m4169 #if (32767 >= 4294967295ul) || (65535u >= 4294967295ul)
212 #if (32767 >= 4294967295ul) || (65535u >= 4294967295ul)
220 #define MFX_0xffffffffL 4294967295ul
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c99 static abi_ulong h2g_ulong_sat(u_long ul) in h2g_ulong_sat() argument
101 return MIN(ul, UINT32_MAX); in h2g_ulong_sat()
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1420 end.w6 = xive_set_field32(END_W6_NVT_BLOCK, 0ul, nvt_blk) | in h_int_set_queue_config()
1421 xive_set_field32(END_W6_NVT_INDEX, 0ul, nvt_idx); in h_int_set_queue_config()
1422 end.w7 = xive_set_field32(END_W7_F0_PRIORITY, 0ul, priority); in h_int_set_queue_config()
1435 xive_set_field32(END_W1_PAGE_OFF, 0ul, 0ul); in h_int_set_queue_config()
H A Dspapr_xive_kvm.c400 end->w1 = xive_set_field32(END_W1_GENERATION, 0ul, kvm_eq.qtoggle) | in kvmppc_xive_get_queue_config()
401 xive_set_field32(END_W1_PAGE_OFF, 0ul, kvm_eq.qindex); in kvmppc_xive_get_queue_config()
/openbmc/u-boot/include/linux/
H A Dkernel.h42 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
/openbmc/u-boot/board/rockchip/evb_rk3399/
H A DREADME122 > rkdeveloptool ul rkbin/rk33/rk3399_loader_v1.08.106.bin
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c402 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
413 for (i = 0; hdmi->phy_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c463 VFP_CONV_FIX(ul, d, 64, float64, 64, uint32)
469 VFP_CONV_FIX(ul, s, 32, float32, 32, uint32)
475 VFP_CONV_FIX(ul, h, 16, dh_ctype_f16, 32, uint32)
/openbmc/u-boot/include/
H A Dusbdevice.h626 void urb_link_init (urb_link * ul);

12