| /NextBSD/lib/libclang_rt/asan/ |
| HD | Makefile | 13 SRCS= asan_preinit.cc\ 14 asan_allocator.cc\ 15 asan_activation.cc\ 16 asan_debugging.cc\ 17 asan_fake_stack.cc\ 18 asan_flags.cc\ 19 asan_globals.cc\ 20 asan_interceptors.cc\ 21 asan_linux.cc\ 22 asan_mac.cc\ [all …]
|
| /NextBSD/lib/libclang_rt/ubsan_standalone/ |
| HD | Makefile | 10 SRCS= sanitizer_allocator.cc\ 11 sanitizer_common.cc\ 12 sanitizer_deadlock_detector1.cc\ 13 sanitizer_deadlock_detector2.cc\ 14 sanitizer_flags.cc\ 15 sanitizer_flag_parser.cc\ 16 sanitizer_libc.cc\ 17 sanitizer_libignore.cc\ 18 sanitizer_linux.cc\ 19 sanitizer_mac.cc\ [all …]
|
| /NextBSD/lib/libclang_rt/safestack/ |
| HD | Makefile | 11 SRCS= interception_linux.cc\ 12 interception_mac.cc\ 13 interception_win.cc\ 14 interception_type_test.cc\ 15 sanitizer_allocator.cc\ 16 sanitizer_common.cc\ 17 sanitizer_deadlock_detector1.cc\ 18 sanitizer_deadlock_detector2.cc\ 19 sanitizer_flags.cc\ 20 sanitizer_flag_parser.cc\ [all …]
|
| /NextBSD/contrib/libstdc++/src/ |
| D | Makefile.am | 77 atomicity.cc \ 78 codecvt_members.cc \ 79 collate_members.cc \ 80 ctype_members.cc \ 81 messages_members.cc \ 82 monetary_members.cc \ 83 numeric_members.cc \ 84 time_members.cc 86 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC) 89 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC) [all …]
|
| D | Makefile.in | 64 am__libstdc___la_SOURCES_DIST = bitmap_allocator.cc pool_allocator.cc \ 65 mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \ 66 ctype.cc debug.cc debug_list.cc functexcept.cc globals_io.cc \ 67 ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \ 68 list.cc locale.cc locale_init.cc locale_facets.cc \ 69 localename.cc stdexcept.cc strstream.cc tree.cc \ 70 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \ 71 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \ 72 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \ 73 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \ [all …]
|
| /NextBSD/sys/kern/ |
| HD | kern_timeout.c | 171 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr argument 172 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain argument 173 #define cc_exec_next(cc) cc->cc_next argument 174 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel argument 175 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting argument 177 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func argument 178 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg argument 179 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu argument 180 #define cc_migration_time(cc, dir) cc->cc_exec_entity[dir].ce_migration_time argument 181 #define cc_migration_prec(cc, dir) cc->cc_exec_entity[dir].ce_migration_prec argument [all …]
|
| /NextBSD/contrib/compiler-rt/lib/tsan/go/ |
| HD | build.bat | 1 …cc ..\rtl\tsan_interface_atomic.cc ..\rtl\tsan_clock.cc ..\rtl\tsan_flags.cc ..\rtl\tsan_md5.cc ..… 3 gcc -c -o race_windows_amd64.syso gotsan.cc -I..\rtl -I..\.. -I..\..\sanitizer_common -I..\..\..\in…
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2003 | 10 * testsuite/22_locale/num_get/get/char/11.cc: Add tests. 11 * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise. 19 * testsuite/22_locale/num_get/get/char/13.cc: New. 20 * testsuite/22_locale/num_get/get/wchar_t/13.cc: Ditto. 52 * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: XFAIL for 54 * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Likewise. 55 * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Likewise. 56 * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Likewise. 57 * testsuite/27_io/basic_istream/readsome/char/6476-2.cc: Likewise. 58 * testsuite/27_io/objects/char/9.cc: Likewise. [all …]
|
| D | ChangeLog-2004 | 7 is_member_pointer/is_member_pointer.cc: Uncomment "XFAILed" tests; 10 is_scalar/is_scalar.cc: Uncomment "XFAILed" tests. 12 is_enum/is_enum.cc: Likewise. 14 is_member_function_pointer/is_member_function_pointer.cc: Likewise; 17 is_member_object_pointer/is_member_object_pointer.cc: Likewise. 19 has_nothrow_assign/has_nothrow_assign.cc: Uncomment "XFAILed" tests. 21 has_nothrow_constructor/has_nothrow_constructor.cc: Likewise. 23 has_nothrow_copy/has_nothrow_copy.cc: Likewise. 25 has_trivial_assign/has_trivial_assign.cc: Likewise. 27 has_trivial_constructor/has_trivial_constructor.cc: Likewise. [all …]
|
| D | ChangeLog-2005 | 14 * testsuite/25_algorithms/heap/heap.cc (test01): Always enable 16 * testsuite/18_support/numeric_limits/specialization.cc: Avoid 18 * testsuite/18_support/numeric_limits/traps.cc: Acoid unused variable 20 * testsuite/ext/malloc_allocator/deallocate_global.cc: Fix format 22 * testsuite/ext/malloc_allocator/deallocate_local.cc: Likewise. 23 * testsuite/ext/array_allocator/2.cc: Remove unused variable. 24 * testsuite/tr1/3_function_objects/mem_fn.cc: Avoid unused variable 26 * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Just 28 * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise. 29 * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Likewise. [all …]
|
| D | ChangeLog-2002 | 29 * config/locale/gnu/ctype_members.cc 31 * config/locale/gnu/monetary_members.cc 35 * config/locale/gnu/numeric_members.cc 47 * libsupc++/tinfo.cc: Likewise. 64 * testsuite/23_containers/bitset_members.cc (test03): New test. 65 * testsuite/23_containers/bitset_shift.cc (test02): New test. 69 * libsupc++/vterminate.cc (writestr): Use __builtin_strlen. 73 * libsupc++/eh_term_handler.cc: Add comment about embedded systems. 82 * src/vterminate.cc: Move to... 83 * libsupc++/vterminate.cc: ...here. New file. Replace fprintf with [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | cipher.c | 263 cipher_init(CipherContext *cc, const Cipher *cipher, in cipher_init() argument 285 cc->plaintext = (cipher->number == SSH_CIPHER_NONE); in cipher_init() 286 cc->encrypt = do_encrypt; in cipher_init() 294 cc->cipher = cipher; in cipher_init() 296 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_init() 297 chachapoly_init(&cc->cp_ctx, key, keylen); in cipher_init() 301 EVP_CIPHER_CTX_init(&cc->evp); in cipher_init() 308 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv, in cipher_init() 311 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv, in cipher_init() 316 !EVP_CIPHER_CTX_ctrl(&cc->evp, EVP_CTRL_GCM_SET_IV_FIXED, in cipher_init() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/api/ |
| HD | cc_data.c | 49 struct ccdata *cc; in cc_create() local 51 cc = CCMALLOC(sizeof(*cc)); in cc_create() 52 if (cc == NULL) in cc_create() 55 LIST_INIT(&cc->user_list); in cc_create() 56 TAILQ_INIT(&cc->port_list); in cc_create() 57 LIST_INIT(&cc->orphaned_conns); in cc_create() 58 TAILQ_INIT(&cc->sigs); in cc_create() 59 TAILQ_INIT(&cc->def_sigs); in cc_create() 60 TAILQ_INIT(&cc->free_sigs); in cc_create() 61 cc->funcs = vtab; in cc_create() [all …]
|
| HD | cc_sig.c | 90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, in sig_alloc() argument 95 if ((s = TAILQ_FIRST(&cc->free_sigs)) == NULL) { in sig_alloc() 98 cc_log(cc, "signal %u/%u lost - ENOMEM", type, sig); in sig_alloc() 102 TAILQ_REMOVE(&cc->free_sigs, s, link); in sig_alloc() 122 s = sig_alloc(user->cc, SIG_USER, user, 0, sig, arg1, arg2); in cc_user_sig() 125 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link); in cc_user_sig() 126 cc_sig_log(user->cc, "queuing sig %s to user %p", cc_user_sigtab[sig], in cc_user_sig() 137 s = sig_alloc(user->cc, SIG_USER, user, msg != NULL, sig, msg, 0); in cc_user_sig_msg() 140 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link); in cc_user_sig_msg() 141 cc_sig_log(user->cc, "queuing sig %s to user %p", cc_user_sigtab[sig], in cc_user_sig_msg() [all …]
|
| /NextBSD/gnu/lib/libsupc++/ |
| D | Makefile | 14 SRCS+= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \ 15 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_globals.cc \ 16 eh_personality.cc eh_term_handler.cc eh_terminate.cc eh_throw.cc \ 17 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \ 18 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \ 19 vec.cc vterminate.cc
|
| /NextBSD/contrib/libstdc++/libsupc++/ |
| D | Makefile.am | 44 del_op.cc \ 45 del_opnt.cc \ 46 del_opv.cc \ 47 del_opvnt.cc \ 48 eh_alloc.cc \ 49 eh_arm.cc \ 50 eh_aux_runtime.cc \ 51 eh_call.cc \ 52 eh_catch.cc \ 53 eh_exception.cc \ [all …]
|
| D | Makefile.in | 68 am__libsupc___la_SOURCES_DIST = del_op.cc del_opnt.cc del_opv.cc \ 69 del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc \ 70 eh_call.cc eh_catch.cc eh_exception.cc eh_globals.cc \ 71 eh_personality.cc eh_term_handler.cc eh_terminate.cc \ 72 eh_throw.cc eh_type.cc eh_unex_handler.cc guard.cc \ 73 new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \ 74 pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc cp-demangle.c 86 am__libsupc__convenience_la_SOURCES_DIST = del_op.cc del_opnt.cc \ 87 del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \ 88 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc \ [all …]
|
| /NextBSD/lib/libc++/ |
| D | Makefile.depend | 20 cxxrt_auxhelper.o: cxxrt_auxhelper.cc 21 cxxrt_auxhelper.po: cxxrt_auxhelper.cc 22 cxxrt_dynamic_cast.o: cxxrt_dynamic_cast.cc 23 cxxrt_dynamic_cast.po: cxxrt_dynamic_cast.cc 24 cxxrt_exception.o: cxxrt_exception.cc 25 cxxrt_exception.po: cxxrt_exception.cc 26 cxxrt_guard.o: cxxrt_guard.cc 27 cxxrt_guard.po: cxxrt_guard.cc 30 cxxrt_memory.o: cxxrt_memory.cc 31 cxxrt_memory.po: cxxrt_memory.cc [all …]
|
| /NextBSD/sys/powerpc/fpu/ |
| HD | fpu_compare.c | 81 int cc; in fpu_compare() local 93 cc = FPSCR_FU; in fpu_compare() 95 cc |= FPSCR_VXSNAN; in fpu_compare() 98 cc |= FPSCR_VXVC; in fpu_compare() 108 cc = FPSCR_FE; in fpu_compare() 113 cc = FPSCR_FL; in fpu_compare() 118 cc = FPSCR_FG; in fpu_compare() 138 #define opposite_cc(cc) ((cc) == FPSCR_FL ? FPSCR_FG : FPSCR_FL) in fpu_compare() argument 141 cc = diff(FPSCR_FL); in fpu_compare() 145 cc = diff(FPSCR_FG); in fpu_compare() [all …]
|
| /NextBSD/gnu/lib/libstdc++/ |
| D | Makefile | 30 SRCS+= bitmap_allocator.cc pool_allocator.cc \ 31 mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \ 32 ctype.cc debug.cc debug_list.cc functexcept.cc globals_io.cc \ 33 ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \ 34 list.cc locale.cc locale_init.cc locale_facets.cc \ 35 localename.cc stdexcept.cc strstream.cc tree.cc \ 36 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \ 37 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \ 38 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \ 39 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \ [all …]
|
| /NextBSD/gnu/usr.bin/gperf/ |
| HD | Makefile | 9 SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \ 10 main.cc options.cc output.cc positions.cc search.cc version.cc \ 11 getline.cc hash.cc
|
| /NextBSD/targets/pseudo/gcc/ |
| HD | Makefile.depend | 6 gnu/usr.bin/cc/cc_tools \ 7 gnu/usr.bin/cc/libiberty \ 8 gnu/usr.bin/cc/libcpp \ 9 gnu/usr.bin/cc/libdecnumber \ 10 gnu/usr.bin/cc/cc_int \ 11 gnu/usr.bin/cc/cc \ 12 gnu/usr.bin/cc/cc1 \ 13 gnu/usr.bin/cc/include \ 14 gnu/usr.bin/cc/cpp \ 15 gnu/usr.bin/cc/cc1plus \ [all …]
|
| /NextBSD/contrib/gperf/src/ |
| HD | Makefile.in | 100 version.$(OBJEXT): version.cc $(VERSION_H) 101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/version.cc 102 positions.$(OBJEXT): positions.cc $(POSITIONS_H) 103 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc 104 options.$(OBJEXT): options.cc $(OPTIONS_H) $(VERSION_H) 105 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/options.cc 106 keyword.$(OBJEXT): keyword.cc $(KEYWORD_H) $(POSITIONS_H) 107 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/keyword.cc 108 keyword-list.$(OBJEXT): keyword-list.cc $(KEYWORD_LIST_H) 109 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/keyword-list.cc [all …]
|
| /NextBSD/sys/dev/firewire/ |
| HD | fwcrom.c | 66 #define CROM_END(cc) ((vm_offset_t)(cc)->stack[0].dir + MAX_ROM - 1) argument 69 crom_init_context(struct crom_context *cc, uint32_t *p) in crom_init_context() argument 76 cc->depth = -1; in crom_init_context() 83 cc->depth = -1; in crom_init_context() 86 cc->depth = 0; in crom_init_context() 87 cc->stack[0].dir = (struct csrdirectory *)p; in crom_init_context() 88 cc->stack[0].index = 0; in crom_init_context() 92 crom_get(struct crom_context *cc) in crom_get() argument 96 ptr = &cc->stack[cc->depth]; in crom_get() 101 crom_next(struct crom_context *cc) in crom_next() argument [all …]
|
| /NextBSD/lib/libc/sparc64/fpu/ |
| HD | fpu_compare.c | 96 int cc; in __fpu_compare() local 110 cc = FSR_CC_UO; in __fpu_compare() 119 cc = FSR_CC_EQ; in __fpu_compare() 124 cc = FSR_CC_LT; in __fpu_compare() 129 cc = FSR_CC_GT; in __fpu_compare() 149 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT) in __fpu_compare() argument 152 cc = diff(FSR_CC_LT); in __fpu_compare() 156 cc = diff(FSR_CC_GT); in __fpu_compare() 161 cc = FSR_CC_EQ; in __fpu_compare() 170 cc = FSR_CC_EQ; in __fpu_compare() [all …]
|