Home
last modified time | relevance | path

Searched refs:variable_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp618 const uint32_t variable_length = GetVLen(ctf_stype.info); in ParseType() local
647 for (uint32_t i = 0; i < variable_length; ++i) { in ParseType()
657 for (uint32_t i = 0; i < variable_length; ++i) { in ParseType()
668 if (variable_length % 2 == 1) in ParseType()
676 for (uint32_t i = 0; i < variable_length; ++i) { in ParseType()
700 offset += (variable_length * sizeof(uint32_t)); in ParseType()
706 name, kind, variable_length), in ParseType()
775 const uint16_t variable_length = GetVLen(info); in ParseFunctions() local
781 if (kind == TypeKind::eUnknown && variable_length == 0) in ParseFunctions()
789 const uint32_t num_args = variable_length; in ParseFunctions()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c1224 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument
1226 (void) hdr, (void) length_idx, (void) variable_length; in sa_byteswap_cb()