Home
last modified time | relevance | path

Searched defs:tuple_size (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__tuple/
HDtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__fwd/
HDtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugArangeSet.cpp105 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugArangeSet.cpp97 const uint32_t tuple_size = m_header.addr_size << 1; in extract() local
/freebsd-13-stable/sys/dev/fdt/
HDfdt_common.c79 int err, i, len, tuple_size, tuples; in fdt_get_range_by_busaddr() local
453 int i, res_len, rv, tuple_size, tuples; in fdt_get_reserved_regions() local
552 int i, reg_len, rv, tuple_size, tuples; in fdt_get_mem_regions() local
/freebsd-13-stable/sys/arm/mv/
HDmv_localbus.c167 int tuple_size, tuples; in fdt_localbus_reg_decode() local
387 uint32_t tuple_size, bank; in fdt_localbus_devmap() local
HDmv_armv7_machdep.c161 int tuple_size, rv, pins, i, j; in platform_mpp_init() local
HDmv_common.c2522 int len, tuple_size, tuples_count; in fdt_get_ranges() local
2562 int i, entry_size, err, t, tuple_size, tuples; in win_cpu_from_dt() local
2819 int len, tuple_size, tuples_count; in fdt_fixup_ranges() local
HDmv_pci.c123 int tuple_size, tuples, i, rv, offset_cells, len; in mv_pci_ranges_decode() local
/freebsd-13-stable/sys/powerpc/mpc85xx/
HDlbc.c367 int tuple_size, tuples; in fdt_lbc_reg_decode() local
451 int tuple_size, tuples; in lbc_attach() local
/freebsd-13-stable/sys/dev/xdma/
HDxdma.c368 int i, reg_len, ret, tuple_size, tuples; in xdma_handle_mem_node() local
/freebsd-13-stable/sys/mips/mediatek/
HDmtk_pcie.c121 int tuple_size, tuples, i, rv, len; in mtk_pci_ranges_decode() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDConstructDecompositionT.h356 constexpr size_t tuple_size = in addClauseSymsToMap() local
/freebsd-13-stable/stand/fdt/
HDfdt_loader_cmd.c712 int cells_in_tuple, i, tuples, tuple_size; in fdt_reg_valid() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.cpp588 PythonTuple::PythonTuple(int tuple_size) { in PythonTuple()