Searched defs:size (Results 351 - 375 of 3878) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.h59 size_t size; member in struct:slabhash
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_xar.c40 size_t size; local
/freebsd-11-stable/usr.bin/diff/
H A Dxmalloc.c29 xmalloc(size_t size) argument
42 xcalloc(size_t nmemb, size_t size) argument
53 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmain.c66 static size_t size = 256; local
/freebsd-11-stable/contrib/xz/src/liblzma/simple/
H A Dpowerpc.c18 powerpc_code(void *simple lzma_attribute((__unused__)), uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size) argument
H A Darmthumb.c18 armthumb_code(void *simple lzma_attribute((__unused__)), uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size) argument
H A Darm.c18 arm_code(void *simple lzma_attribute((__unused__)), uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h66 size_type size() const { return Records.size(); } function in class:llvm::xray::Trace
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h64 unsigned size() const { return ValuePtrs.size(); } function in class:llvm::BitcodeReaderValueList
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h51 unsigned size() const { return Pool.size(); } function in class:llvm::DwarfStringPool
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp58 uint32_t TypeTableCollection::size() { return Records.size(); } function in class:TypeTableCollection
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h79 FastPoisonShadowPartialRightRedzone( uptr aligned_addr, uptr size, uptr redzone_size, u8 value) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_poisoning.cpp22 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag) { argument
46 uptr TagMemory(uptr p, uptr size, tag_t tag) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h34 inline void *PersistentAllocator::tryAlloc(uptr size) { argument
46 inline void *PersistentAllocator::alloc(uptr size) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.h32 u32 size; member in struct:__sanitizer::StatModule
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h44 unsigned size() const { return WorklistMap.size(); } function in class:llvm::GISelWorkList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h33 uint32_t size() const { return InjectedSourceTable.size(); } function in class:llvm::pdb::InjectedSourceStream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h65 size_t size(BasicBlock *BB) const { return GetNumPreds(BB); } function in class:llvm::PredIteratorCache
H A DValueSymbolTable.h81 inline unsigned size() const { return unsigned(vmap.size()); } function in class:llvm::ValueSymbolTable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecyclingAllocator.h62 inline void *operator new(size_t size, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp41 const uint32_t size = m_map.GetSize(); local
54 const uint32_t size = m_map.GetSize(); local
64 const uint32_t size = m_map.GetSize(); local
73 const uint32_t size = other.m_map.GetSize(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h77 typename StorageT::size_type size() const { function in class:llvm::IndexedMap
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp54 std::size_t size = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp15 const size_t size = Key.size() + 1 /*=*/ + Value.size() + 1 /*\0*/; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp21 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) argument
33 const size_t size = m_packets.size(); local
51 const size_t size = m_packets.size(); local
66 const uint32_t size local
85 const uint32_t size = GetNumPacketsInHistory(); local
[all...]

Completed in 384 milliseconds

<<11121314151617181920>>