Searched refs:m_size (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp346 m_size = extractor.GetU32_unchecked(&cursor);
437 ivar.m_offset_ptr, ivar.m_size))
H A DAppleObjCRuntimeV2.cpp633 ivar.m_size, ivar.m_offset);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h122 uint64_t m_size; member in struct:lldb_private::ObjCLanguageRuntime::ObjCRuntimeVersions::ClassDescriptor::iVarDescriptor
H A DObjCLanguageRuntime.cpp336 sizeof_max = ivar.m_size;
/freebsd-13-stable/usr.bin/mail/
H A Dcmd1.c197 sprintf(wcount, "%3ld/%-5ld", mp->m_lines, mp->m_size);
H A Dsend.c77 count = mp->m_size;
H A Dcmd3.c338 printf("%d: %ld/%ld\n", mesg, mp->m_lines, mp->m_size);
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma.c602 *size = map->m_size;
H A Dbcma_erom.c1025 map->m_size = spr.size;
/freebsd-13-stable/usr.sbin/ppp/
H A Dhdlc.c157 if (last->m_size - last->m_offset - last->m_len >= 2) {
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c178 bhnd_size_t m_size; /**< mapped size */ member in struct:bhndb_pci_probe
1561 probe->m_size = size;
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp592 size_type m_size = 0; member in class:Catch::StringRef
601 m_size( size ) function in class:Catch::StringRef
606 m_size( stdString.size() ) function in class:Catch::StringRef
610 return std::string(m_start, m_size);
620 assert(index < m_size);
626 return m_size == 0;
629 return m_size;
646 return m_start[m_size] == '\0';
651 constexpr const_iterator end() const { return m_start + m_size; }
13687 if (start < m_size) {
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_indata.c5494 unsigned int i, fwd_sz, m_size; local
5505 m_size = (stcb->asoc.mapping_array_size << 3);
5521 if (gap >= m_size) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp359 jit_vars->m_size = size;

Completed in 301 milliseconds

12