Searched refs:sccs (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | ddg.c | 766 g->sccs = (ddg_scc_ptr *) xrealloc (g->sccs, size); in add_scc_to_ddg() 767 g->sccs[g->num_sccs++] = scc; in add_scc_to_ddg() 836 qsort (g->sccs, g->num_sccs, sizeof (ddg_scc_ptr), in order_sccs() 850 ddg_all_sccs_ptr sccs = (ddg_all_sccs_ptr) in create_ddg_all_sccs() local 853 sccs->ddg = g; in create_ddg_all_sccs() 854 sccs->sccs = NULL; in create_ddg_all_sccs() 855 sccs->num_sccs = 0; in create_ddg_all_sccs() 876 add_scc_to_ddg (sccs, scc); in create_ddg_all_sccs() 879 order_sccs (sccs); in create_ddg_all_sccs() 883 return sccs; in create_ddg_all_sccs() [all …]
|
| D | ddg.h | 162 ddg_scc_ptr *sccs; member
|
| D | modulo-sched.c | 1687 ddg_all_sccs_ptr sccs = create_ddg_all_sccs (g); in sms_order_nodes() local 1691 order_nodes_of_sccs (sccs, node_order); in sms_order_nodes() 1693 if (sccs->num_sccs > 0) in sms_order_nodes() 1695 rec_mii = sccs->sccs[0]->recurrence_length; in sms_order_nodes() 1705 free_ddg_all_sccs (sccs); in sms_order_nodes() 1729 ddg_scc_ptr scc = all_sccs->sccs[i]; in order_nodes_of_sccs()
|
| D | ChangeLog-2000 | 23557 the strings and function names on the fly. Take the #sccs
|
| D | ChangeLog-2005 | 18944 * doc/cpp.texi: Document that #sccs is a synonym for #ident.
|
| D | ChangeLog-2002 | 13072 * cpplib.c (do_sccs): Handle #sccs on all systems.
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | sccs | 3 # $File: sccs,v 1.8 2020/06/20 21:32:52 christos Exp $ 4 # sccs: file(1) magic for SCCS archives
|
| /freebsd-12-stable/sys/conf/ |
| D | newvers.sh | 304 char sccs[sizeof(SCCSSTR) > 128 ? sizeof(SCCSSTR) : 128] = SCCSSTR;
|
| /freebsd-12-stable/contrib/file/magic/ |
| D | Makefile.am | 271 $(MAGIC_FRAGMENT_DIR)/sccs \
|
| D | Makefile.in | 548 $(MAGIC_FRAGMENT_DIR)/sccs \
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | IdentifierTable.cpp | 333 CASE( 4, 's', 'c', sccs); in getPPKeywordID()
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | directives.c | 155 D(sccs, T_SCCS, EXTENSION, IN_I) /* 0 SVR4? */
|
| D | ChangeLog | 355 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | TokenKinds.def | 129 PPKEYWORD(sccs)
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | complete.tcsh | 287 complete sccs \
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | cpp.texi | 3414 @findex #sccs 3418 @samp{#sccs} directive is a synonym for @samp{#ident}.
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | NEWS | 4571 change not happened - that's the "missing" sccs version id).
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 10638 OLD_FILES+=usr/bin/sccs
|