Searched defs:storage (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lld/Common/
H A DMemory.cpp21 void *storage = context().bAlloc.Allocate(size, align); local
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h52 VCHIQ_HEADER_T **storage; member in struct:__anon10768
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp13 void InitThreadList(uptr storage, uptr size) { argument
H A Dhwasan_thread_list.h76 HwasanThreadList(uptr storage, uptr size) argument
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c84 int s[2], storage, status, kq; local
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h37 static SpecificAllocBase *create(void *storage) { argument
/freebsd-current/contrib/expat/tests/
H A Dchardata.c61 CharData_Init(CharData *storage) { argument
67 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) { argument
87 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) argument
[all...]
H A Dcommon.h135 CharData *storage; member in struct:ExtTest
H A Dstructdata.c72 StructData_Init(StructData *storage) { argument
80 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, argument
108 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, int count) argument
148 StructData_Dispose(StructData *storage) argument
[all...]
H A Dns_tests.c123 CharData storage; local
598 CharData storage; local
621 CharData storage; local
651 CharData storage; local
[all...]
H A Dalloc_tests.c468 CharData storage; local
1253 CharData storage; local
1293 CharData storage; local
[all...]
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_socket.c90 int rfd, fd[2], storage; local
/freebsd-current/usr.bin/m4/
H A Dlook.c73 void *storage = xcalloc(n, s, "hash alloc"); local
/freebsd-current/usr.bin/indent/
H A Dindent_codes.h71 #define storage 34 macro
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp233 StreamString storage; local
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mod.c57 BN_ULONG storage[1024 / BN_BITS2]; local
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp439 SmallVector<InputSection *, 0> storage; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h98 void Init(void *storage, uptr size) { argument
116 CompactRingBuffer(void *storage, uptr size) { argument
121 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { argument
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dtrace.c100 long storage, symcount; local
/freebsd-current/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; local
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.h120 SmallVector<InputSection *, 0> storage; member in class:lld::elf::final
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c130 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; local
H A Dcipher_aes_cbc_hmac_sha256_hw.c134 unsigned char storage[sizeof(SHA256_MB_CTX) + 32]; local
H A Dcipher_chacha20_poly1305_hw.c125 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; local
/freebsd-current/crypto/openssl/crypto/
H A Dex_data.c218 EX_CALLBACK **storage = NULL; local
275 EX_CALLBACK **storage = NULL; local
372 struct ex_callback_entry *storage = NULL; local
[all...]

Completed in 204 milliseconds

123