Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-11-stable/contrib/expat/tests/
HDchardata.c54 CharData_Init(CharData *storage) { in CharData_Init()
60 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) { in CharData_AppendXMLChars()
80 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) { in CharData_CheckXMLChars()
HDstructdata.c69 StructData_Init(StructData *storage) { in StructData_Init()
77 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, in StructData_AddItem()
105 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()
145 StructData_Dispose(StructData *storage) { in StructData_Dispose()
HDruntests.c579 CharData *storage = (CharData *)userData; in accumulate_attribute() local
595 CharData storage; in _run_character_check() local
612 CharData storage; in _run_attribute_check() local
629 CharData *storage; member
641 CharData *const storage = (CharData *)malloc(sizeof(CharData)); in _run_ext_character_check() local
845 CharData storage; in START_TEST() local
1091 StructData *storage = (StructData *)userData; in start_element_event_handler2() local
1099 StructData *storage = (StructData *)userData; in end_element_event_handler2() local
1121 StructData storage; in START_TEST() local
1266 CharData *storage = (CharData *)userData; in end_element_event_handler() local
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_ring_buffer.h93 void Init(void *storage, uptr size) { in Init()
109 CompactRingBuffer(void *storage, uptr size) { in CompactRingBuffer()
114 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { in CompactRingBuffer()
/freebsd-11-stable/crypto/openssl/crypto/bn/
HDrsaz_exp.c87 unsigned char storage[320 * 3 + 32 * 9 * 16 + 64]; /* 5.5KB */ in RSAZ_1024_mod_exp_avx2() local
287 unsigned char storage[16 * 8 * 8 + 64 * 2 + 64]; /* 1.2KB */ in RSAZ_512_mod_exp() local
HDbn_mod.c166 BN_ULONG storage[1024 / BN_BITS2]; in bn_mod_add_fixed_top() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_thread_list.cpp9 void InitThreadList(uptr storage, uptr size) { in InitThreadList()
HDhwasan_thread_list.h110 HwasanThreadList(uptr storage, uptr size) in HwasanThreadList()
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_util.h52 VCHIQ_HEADER_T **storage; member
/freebsd-11-stable/sys/ddb/
HDdb_break.c161 #define BKPT_WRITE(addr, storage) \ argument
169 #define BKPT_CLEAR(addr, storage) \ argument
/freebsd-11-stable/crypto/openssl/crypto/
HDex_data.c424 CRYPTO_EX_DATA_FUNCS **storage = NULL; in int_new_ex_data() local
463 CRYPTO_EX_DATA_FUNCS **storage = NULL; in int_dup_ex_data() local
516 CRYPTO_EX_DATA_FUNCS **storage = NULL; in int_free_ex_data() local
/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_svcout.c302 write_programs(const char *storage) in write_programs()
387 write_program(definition *def, const char *storage) in write_program()
/freebsd-11-stable/sys/dev/isp/
HDisp_target.c576 uint8_t storage[QENTRY_LEN]; in isp_target_async() local
741 char storage[QENTRY_LEN]; in isp_notify_ack() local
820 char storage[QENTRY_LEN]; in isp_acknak_abts() local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_kevent.c84 int s[2], storage, status, kq; in ATF_TC_BODY() local
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
HDt_socket.c90 int rfd, fd[2], storage; in ATF_TC_BODY() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
HDClangHighlighter.cpp231 StreamString storage; in Highlight() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h170 llvm::SmallString<32> storage; variable
/freebsd-11-stable/usr.bin/m4/
HDlook.c73 void *storage = xcalloc(n, s, "hash alloc"); in hash_calloc() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.h236 clang::StorageClass storage = clang::SC_None; member
/freebsd-11-stable/stand/uboot/lib/
HDapi_public.h148 } storage; member
/freebsd-11-stable/contrib/wpa/src/utils/
HDtrace.c100 long storage, symcount; in read_syms() local
/freebsd-11-stable/contrib/binutils/binutils/
HDcoffgrok.c725 long storage; in coff_grok() local
/freebsd-11-stable/contrib/unbound/libunbound/
HDlibunbound.c925 struct sockaddr_storage storage; in ub_ctx_set_fwd() local
1028 struct sockaddr_storage storage; in ub_ctx_set_stub() local
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
HDrcopy.c52 struct sockaddr_storage storage; member
/freebsd-11-stable/contrib/binutils/bfd/
HDsyms.c785 long storage; in _bfd_generic_read_minisymbols() local

123