Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dtuple_size.h26 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dtuple.h30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp105 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp96 const uint32_t tuple_size = m_header.addr_size << 1; extract() local
/freebsd/sys/dev/fdt/
H A Dfdt_common.c78 int err, i, len, tuple_size, tuples; in fdt_get_range_by_busaddr() local
452 int i, res_len, rv, tuple_size, tuples; in fdt_get_reserved_regions() local
551 int i, reg_len, rv, tuple_size, tuples; in fdt_get_mem_regions() local
/freebsd/sys/arm/mv/
H A Dmv_armv7_machdep.c161 int tuple_size, rv, pins, i, j; in platform_mpp_init() local
H A Dmv_common.c2521 int len, tuple_size, tuples_count; in fdt_get_ranges() local
2561 int i, entry_size, err, t, tuple_size, tuples; in win_cpu_from_dt() local
2818 int len, tuple_size, tuples_count; in fdt_fixup_ranges() local
H A Dmv_pci.c122 int tuple_size, tuples, i, rv, offset_cells, len; in mv_pci_ranges_decode() local
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c373 int tuple_size, tuples; in fdt_lbc_reg_decode() local
457 int tuple_size, tuples; in lbc_attach() local
/freebsd/sys/dev/xdma/
H A Dxdma.c364 int i, reg_len, ret, tuple_size, tuples; in xdma_handle_mem_node() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h356 constexpr size_t tuple_size = in addClauseSymsToMap() local
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c711 int cells_in_tuple, i, tuples, tuple_size; in fdt_reg_valid() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp588 PythonTuple::PythonTuple(int tuple_size) { in PythonTuple()