Searched refs:ndx (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 117 void nonFilteredCheck(const std::any& value, const size_t ndx) in nonFilteredCheck() argument 120 ASSERT_EQ(std::any_cast<T>(value), Values<T>::get(ndx)); in nonFilteredCheck() 235 void filteredCheck(const std::any& value, const size_t ndx) in filteredCheck() argument 237 ASSERT_EQ(value.has_value(), FilteredValues<T>::expected(ndx).has_value()); in filteredCheck() 241 std::any_cast<T>(FilteredValues<T>::expected(ndx))); in filteredCheck() 259 auto ndx = static_cast<size_t>(0); in testStart() local 290 serviceResponse[p] = Values<T>::get(ndx); in testStart() 291 ++ndx; in testStart() 300 ndx = 0; in testStart() 303 checkState(std::get<valueIndex>(s), ndx); in testStart() [all …]
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | mcba_usb.c | 66 u32 ndx; member 170 priv->tx_context[i].ndx = MCBA_CTX_FREE; in mcba_init_ctx() 184 if (priv->tx_context[i].ndx == MCBA_CTX_FREE) { in mcba_usb_get_free_ctx() 186 ctx->ndx = i; in mcba_usb_get_free_ctx() 213 ctx->ndx = MCBA_CTX_FREE; in mcba_usb_free_ctx() 237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback() 354 can_put_echo_skb(skb, priv->netdev, ctx->ndx, 0); in mcba_usb_start_xmit() 363 can_free_echo_skb(priv->netdev, ctx->ndx, NULL); in mcba_usb_start_xmit()
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 2366 unsigned int ndx; in layout_and_allocate() local 2388 ndx = find_sec(info, ".data..ro_after_init"); in layout_and_allocate() 2389 if (ndx) in layout_and_allocate() 2390 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate() 2397 ndx = find_sec(info, "__jump_table"); in layout_and_allocate() 2398 if (ndx) in layout_and_allocate() 2399 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 490 ndx = i.file_name.rfind('/') 491 if ndx < 0: 492 ndx = 0; 493 f = i.file_name[ndx + 1:]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 335 if (default_elf_add_plt_entry(proc, lte, a_name, rela, ndx,
|