Home
last modified time | relevance | path

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

123

/freebsd/contrib/expat/tests/
H A Dchardata.c61 CharData_Init(CharData *storage) { in CharData_Init()
67 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) { in CharData_AppendXMLChars()
87 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) { in CharData_CheckXMLChars()
H A Dstructdata.c72 StructData_Init(StructData *storage) { in StructData_Init()
80 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, in StructData_AddItem()
108 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()
148 StructData_Dispose(StructData *storage) { in StructData_Dispose()
H A Dbasic_tests.c394 CharData storage; in START_TEST() local
654 StructData storage; in START_TEST() local
795 CharData storage; in START_TEST() local
1467 CharData storage; START_TEST() local
1509 CharData storage; START_TEST() local
1536 CharData storage; START_TEST() local
1606 CharData storage; START_TEST() local
1650 CharData storage; START_TEST() local
1893 struct handler_record_list storage; START_TEST() local
1923 struct handler_record_list storage; START_TEST() local
1951 struct handler_record_list storage; START_TEST() local
1987 struct handler_record_list storage; START_TEST() local
2024 struct handler_record_list storage; START_TEST() local
2060 struct handler_record_list storage; START_TEST() local
2433 CharData storage; START_TEST() local
3093 CharData storage; START_TEST() local
3153 CharData storage; START_TEST() local
3180 CharData storage; START_TEST() local
3207 CharData storage; START_TEST() local
3497 CharData storage; START_TEST() local
3735 CharData storage; START_TEST() local
3848 CharData storage; START_TEST() local
4074 CharData storage; START_TEST() local
4090 CharData storage; START_TEST() local
4106 CharData storage; START_TEST() local
4121 CharData storage; START_TEST() local
4136 CharData storage; START_TEST() local
4162 CharData storage; START_TEST() local
4188 CharData storage; START_TEST() local
4208 CharData storage; START_TEST() local
4227 CharData storage; START_TEST() local
4315 CharData storage; START_TEST() local
4337 CharData storage; START_TEST() local
4450 CharData storage; START_TEST() local
4481 CharData storage; START_TEST() local
4516 CharData storage; START_TEST() local
4547 CharData storage; START_TEST() local
4576 CharData storage; START_TEST() local
4605 CharData storage; START_TEST() local
4656 CharData storage; START_TEST() local
4806 CharData storage; START_TEST() local
4827 CharData storage; START_TEST() local
4847 CharData storage; START_TEST() local
4889 CharData storage; START_TEST() local
5033 CharData storage; START_TEST() local
5055 CharData storage; START_TEST() local
5084 CharData storage; START_TEST() local
5116 CharData storage; START_TEST() local
5257 CharData storage; START_TEST() local
5281 CharData storage; START_TEST() local
5405 CharData storage; START_TEST() local
5602 CharData storage; START_TEST() local
5724 CharData storage; START_TEST() local
5858 CharData storage; START_TEST() local
[all...]
H A Dcommon.c235 CharData *storage = (CharData *)userData; accumulate_attribute() local
251 CharData storage; _run_character_check() local
265 CharData storage; _run_attribute_check() local
285 CharData *const storage = (CharData *)malloc(sizeof(CharData)); _run_ext_character_check() local
[all...]
H A Dhandlers.h335 CharData *storage; global() member
505 handler_record_get(storage,index) global() argument
508 assert_record_handler_called(storage,index,expected_name,expected_arg) global() argument
585 CharData *storage; global() member
H A Dns_tests.c123 CharData storage; in run_ns_tagname_overwrite_test() local
598 CharData storage; in START_TEST() local
621 CharData storage; in START_TEST() local
651 CharData storage; in START_TEST() local
H A Dhandlers.c82 CharData *storage = (CharData *)userData; in end_element_event_handler() local
90 StructData *storage = (StructData *)userData; in start_element_event_handler2() local
98 StructData *storage = (StructData *)userData; in end_element_event_handler2() local
219 CharData *storage = (CharData *)userData; overwrite_start_checker() local
232 CharData *storage = (CharData *)userData; overwrite_end_checker() local
763 CharData storage; external_entity_good_cdata_ascii() local
1711 CharData *storage = (CharData *)userData; record_element_end_handler() local
1718 _handler_record_get(const struct handler_record_list * storage,int index,const char * file,int line) _handler_record_get() argument
1846 CharData *storage = (CharData *)userData; accumulate_pi_characters() local
1856 CharData *storage = (CharData *)userData; accumulate_comment() local
1867 CharData *storage = (CharData *)userData; accumulate_entity_decl() local
1885 CharData *const storage = (CharData *)userData; accumulate_char_data() local
1892 CharData *const storage = (CharData *)userData; accumulate_start_element() local
[all...]
H A Dmisc_tests.c272 CharData storage; in START_TEST() local
441 CharData storage; START_TEST() local
H A Dcommon.h135 CharData *storage; global() member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp189 Storage &storage = GetUpdatedStorage(); in GetLiveThreadBinaryDataSize() local
195 Storage &storage = GetUpdatedStorage(); in GetLiveCpuBinaryDataSize() local
201 Storage &storage = GetUpdatedStorage(); in GetLiveProcessBinaryDataSize() local
376 Storage &storage = GetUpdatedStorage(); in GetPostMortemThreadDataFile() local
389 Storage &storage = GetUpdatedStorage(); in GetPostMortemCpuDataFile() local
402 Storage &storage = GetUpdatedStorage(); in SetPostMortemThreadDataFile() local
408 Storage &storage = GetUpdatedStorage(); in SetPostMortemCpuDataFile() local
424 Storage &storage = GetUpdatedStorage(); in OnLiveCpuBinaryDataRead() local
484 Storage &storage = GetUpdatedStorage(); in OnAllCpusBinaryDataRead() local
514 Storage &storage = GetUpdatedStorage(); in GetTracedCpus() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h96 Init(void * storage,uptr size) Init() argument
114 CompactRingBuffer(void * storage,uptr size) CompactRingBuffer() argument
119 CompactRingBuffer(const CompactRingBuffer & other,void * storage) CompactRingBuffer() argument
[all...]
/freebsd/contrib/llvm-project/lld/Common/
H A DMemory.cpp21 void *storage = context().bAlloc.Allocate(size, align); in getOrCreate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp14 void InitThreadList(uptr storage, uptr size) { in InitThreadList()
H A Dhwasan_thread_list.h78 HwasanThreadList(uptr storage, uptr size) in HwasanThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp182 Storage &storage = GetUpdatedStorage(); in Decode() local
193 Storage &storage = GetUpdatedStorage(); in FindBeginningOfTimeNanos() local
244 Storage &storage = GetUpdatedStorage(); DumpTraceInfo() local
355 Storage &storage = GetUpdatedStorage(); DumpTraceInfoAsJson() local
598 Storage &storage = GetUpdatedStorage(); IsTraced() local
[all...]
/freebsd/sys/ddb/
H A Ddb_break.c160 BKPT_WRITE(addr,storage) global() argument
168 BKPT_CLEAR(addr,storage) global() argument
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h52 VCHIQ_HEADER_T **storage; member
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c331 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_getvar_direct() local
1066 union bhnd_nvram_sprom_storage *storage, bhnd_nvram_val *val) in bhnd_nvram_sprom_read_var()
1278 union bhnd_nvram_sprom_storage *storage, bhnd_nvram_val *val) in bhnd_nvram_sprom_getvar_common()
1321 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_getvar() local
1342 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_copy_val() local
/freebsd/crypto/openssl/crypto/
H A Dex_data.c218 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex() local
275 EX_CALLBACK **storage = NULL; in CRYPTO_dup_ex_data() local
372 struct ex_callback_entry *storage = NULL; in CRYPTO_free_ex_data() local
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c292 write_programs(const char *storage) in write_programs()
377 write_program(definition *def, const char *storage) in write_program()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c84 int s[2], storage, status, kq; in ATF_TC_BODY() local
/freebsd/usr.bin/indent/
H A Dindent_codes.h71 #define storage 34 macro
/freebsd/contrib/netbsd-tests/include/sys/
H A Dt_socket.c90 int rfd, fd[2], storage; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp233 StreamString storage; in Highlight() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h160 llvm::SmallString<32> storage; variable

123