| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple-pretty-print.c | 64 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() argument 67 INDENT (spc); in newline_and_indent() 144 print_gimple_stmt (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_stmt() argument 149 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_stmt() 174 print_gimple_expr (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_expr() argument 180 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_expr() 191 dump_gimple_seq (pretty_printer *buffer, gimple_seq seq, int spc, in dump_gimple_seq() argument 199 INDENT (spc); in dump_gimple_seq() 200 pp_gimple_stmt_1 (buffer, gs, spc, flags); in dump_gimple_seq() 211 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq() argument [all …]
|
| HD | tree-pretty-print.c | 322 int spc, dump_flags_t flags) in dump_function_declaration() argument 340 dump_generic_node (pp, TREE_VALUE (arg), spc, flags, false); in dump_function_declaration() 358 dump_array_domain (pretty_printer *pp, tree domain, int spc, dump_flags_t flags) in dump_array_domain() argument 373 dump_generic_node (pp, min, spc, flags, false); in dump_array_domain() 376 dump_generic_node (pp, max, spc, flags, false); in dump_array_domain() 389 dump_omp_clause (pretty_printer *pp, tree clause, int spc, dump_flags_t flags) in dump_omp_clause() argument 435 spc, flags, false); in dump_omp_clause() 448 spc, flags, false); in dump_omp_clause() 469 spc, flags, false); in dump_omp_clause() 476 spc, flags, false); in dump_omp_clause() [all …]
|
| HD | dumpfile.c | 366 gimple *gs, int spc) in dump_gimple_stmt() argument 369 print_gimple_stmt (dump_file, gs, spc, dump_flags | extra_dump_flags); in dump_gimple_stmt() 372 print_gimple_stmt (alt_dump_file, gs, spc, dump_flags | extra_dump_flags); in dump_gimple_stmt() 379 dump_flags_t extra_dump_flags, gimple *gs, int spc) in dump_gimple_stmt_loc() argument 384 print_gimple_stmt (dump_file, gs, spc, dump_flags | extra_dump_flags); in dump_gimple_stmt_loc() 390 print_gimple_stmt (alt_dump_file, gs, spc, dump_flags | extra_dump_flags); in dump_gimple_stmt_loc()
|
| HD | tree-cfg.c | 7954 dump_default_def (FILE *file, tree def, int spc, dump_flags_t flags) in dump_default_def() argument 7956 for (int i = 0; i < spc; ++i) in dump_default_def() 7958 dump_ssaname_info_to_file (file, def, spc); in dump_default_def()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-pretty-print.c | 76 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() argument 79 INDENT (spc); in newline_and_indent() 97 print_gimple_stmt (FILE *file, gimple g, int spc, int flags) in print_gimple_stmt() argument 100 dump_gimple_stmt (&buffer, g, spc, flags); in print_gimple_stmt() 110 print_gimple_expr (FILE *file, gimple g, int spc, int flags) in print_gimple_expr() argument 114 dump_gimple_stmt (&buffer, g, spc, flags); in print_gimple_expr() 122 dump_gimple_seq (pretty_printer *buffer, gimple_seq seq, int spc, int flags) in dump_gimple_seq() argument 129 INDENT (spc); in dump_gimple_seq() 130 dump_gimple_stmt (buffer, gs, spc, flags); in dump_gimple_seq() 141 print_gimple_seq (FILE *file, gimple_seq seq, int spc, int flags) in print_gimple_seq() argument [all …]
|
| HD | tree-pretty-print.c | 227 int spc, int flags) in dump_function_declaration() argument 245 dump_generic_node (buffer, TREE_VALUE (arg), spc, flags, false); in dump_function_declaration() 263 dump_array_domain (pretty_printer *buffer, tree domain, int spc, int flags) in dump_array_domain() argument 278 dump_generic_node (buffer, min, spc, flags, false); in dump_array_domain() 281 dump_generic_node (buffer, max, spc, flags, false); in dump_array_domain() 294 dump_omp_clause (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clause() argument 322 spc, flags, false); in dump_omp_clause() 331 spc, flags, false); in dump_omp_clause() 338 spc, flags, false); in dump_omp_clause() 345 spc, flags, false); in dump_omp_clause() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-ada-spec.c | 858 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() argument 861 INDENT (spc); in newline_and_indent() 1654 bool is_destructor, int spc) in dump_ada_function_declaration() argument 1686 newline_and_indent (buffer, spc + 1); in dump_ada_function_declaration() 1730 dump_ada_node (buffer, TREE_TYPE (arg), node, spc, false, true); in dump_ada_function_declaration() 1736 dump_ada_node (buffer, TREE_VALUE (arg), node, spc, false, true); in dump_ada_function_declaration() 1759 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1768 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1778 dump_ada_node (buffer, type, type, spc, false, true); in dump_ada_function_declaration() 1786 dump_ada_array_domains (pretty_printer *buffer, tree node, int spc) in dump_ada_array_domains() argument [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-ada-spec.c | 738 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() argument 741 INDENT (spc); in newline_and_indent() 1422 int is_destructor, int spc) in dump_ada_function_declaration() argument 1454 newline_and_indent (buffer, spc + 1); in dump_ada_function_declaration() 1498 (buffer, TREE_TYPE (arg), node, NULL, spc, 0, true); in dump_ada_function_declaration() 1505 (buffer, TREE_VALUE (arg), node, NULL, spc, 0, true); in dump_ada_function_declaration() 1523 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1532 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1544 dump_ada_array_domains (pretty_printer *buffer, tree node, int spc) in dump_ada_array_domains() argument 1563 dump_generic_ada_node (buffer, min, NULL_TREE, NULL, spc, 0, true); in dump_ada_array_domains() [all …]
|
| /dragonfly/etc/rc.d/ |
| HD | bootconf | 32 spc="" 41 echo -n "${spc}[${name}]" 43 echo -n "${spc}${name}" 45 spc=" "
|
| /dragonfly/sys/dev/netif/bwn/siba/ |
| HD | siba_core.c | 1908 siba_pcicore_init(struct siba_pci *spc) in siba_pcicore_init() argument 1910 struct siba_dev_softc *sd = spc->spc_dev; in siba_pcicore_init() 1918 KASSERT(spc->spc_hostmode == 0, in siba_pcicore_init() 1921 siba_write_4_sub(spc->spc_dev, SIBA_INTR_MASK, 0); in siba_pcicore_init() 2057 siba_pcicore_setup(struct siba_pci *spc, struct siba_dev_softc *sd) in siba_pcicore_setup() argument 2059 struct siba_dev_softc *psd = spc->spc_dev; in siba_pcicore_setup() 2064 siba_pcicore_write_4(spc, SIBA_PCICORE_SBTOPCI2, in siba_pcicore_setup() 2065 siba_pcicore_read_4(spc, SIBA_PCICORE_SBTOPCI2) | in siba_pcicore_setup() 2087 tmp = siba_pcicore_read_4(spc, SIBA_PCICORE_SBTOPCI2); in siba_pcicore_setup() 2089 siba_pcicore_write_4(spc, SIBA_PCICORE_SBTOPCI2, tmp); in siba_pcicore_setup() [all …]
|
| /dragonfly/stand/lib/ |
| HD | dosfs.c | 72 u_char spc; /* sectors per cluster */ member 459 if (!(fs->spc = bs->bpb.spc) || fs->spc & (fs->spc - 1)) in parsebs() 461 fs->bsize = secbyt(fs->spc); in parsebs() 548 nsec = !clus ? entsec(fs->dirents) : fs->spc; in lookup()
|
| HD | dosfs.h | 100 u_int spc; /* sectors per cluster */ member
|
| /dragonfly/sys/libiconv/ |
| HD | iconv.c | 324 char spc; in iconv_sysctl_drvlist() local 341 spc = 0; in iconv_sysctl_drvlist() 342 error = SYSCTL_OUT(req, &spc, sizeof(spc)); in iconv_sysctl_drvlist()
|
| /dragonfly/contrib/binutils-2.27/gprof/ |
| HD | gmon_io.c | 233 gmon_read_raw_arc (FILE *ifp, bfd_vma *fpc, bfd_vma *spc, unsigned long *cnt) in gmon_read_raw_arc() argument 241 || gmon_io_read_vma (ifp, spc)) in gmon_read_raw_arc() 267 gmon_write_raw_arc (FILE *ofp, bfd_vma fpc, bfd_vma spc, unsigned long cnt) in gmon_write_raw_arc() argument 271 || gmon_io_write_vma (ofp, spc)) in gmon_write_raw_arc()
|
| /dragonfly/contrib/binutils-2.34/gprof/ |
| HD | gmon_io.c | 233 gmon_read_raw_arc (FILE *ifp, bfd_vma *fpc, bfd_vma *spc, unsigned long *cnt) in gmon_read_raw_arc() argument 241 || gmon_io_read_vma (ifp, spc)) in gmon_read_raw_arc() 267 gmon_write_raw_arc (FILE *ofp, bfd_vma fpc, bfd_vma spc, unsigned long cnt) in gmon_write_raw_arc() argument 271 || gmon_io_write_vma (ofp, spc)) in gmon_write_raw_arc()
|
| /dragonfly/usr.bin/dsynth/ |
| HD | subs.c | 192 int spc; in _dlog() local 197 spc = 80 - l1 - l2; in _dlog() 200 buf, spc, spc, "", ptr + 2); in _dlog()
|
| /dragonfly/usr.bin/telnet/ |
| HD | telnet.c | 1079 struct spc { struct 1094 struct spc *spcp; in slc_init() argument 1203 struct spc *spcp; in slc_export() 1227 struct spc *spcp; in slc() 1295 struct spc *spcp; in slc_check() 1367 struct spc *spcp; in slc_update()
|
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_da.h | 412 u_int8_t spc; /* XXX ??? */ member
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-sh64.texi | 124 @samp{tra}, @samp{spc}, @samp{pspc}, @samp{resvec}, @samp{vbr},
|
| HD | c-nds32.texi | 205 @item l.[bh]spc rt5,inc
|
| /dragonfly/usr.sbin/makefs/ |
| HD | ffs.c | 345 int32_t spc, nspf, ncyl, fssize; in ffs_validate() local
|
| /dragonfly/contrib/tcpdump/ |
| HD | CHANGES | 1221 Kennedy (terry@spcvxa.spc.edu) 1229 Kennedy (terry@spcvxa.spc.edu) 1350 - BYTEORDER -> BYTE_ORDER Thanks to Terry Kennedy (terry@spcvxa.spc.edu). 1363 Terry Kennedy (terry@spcvxa.spc.edu).
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | error.c | 3663 newline_and_indent (pretty_printer *pp, int spc) in newline_and_indent() argument 3666 for (int i = 0; i < spc; i++) in newline_and_indent()
|
| /dragonfly/etc/ |
| HD | services | 2373 spc 6111/tcp #HP SoftBench Sub-Process Control 2374 spc 6111/udp #HP SoftBench Sub-Process Control
|
| /dragonfly/contrib/libpcap/ |
| HD | CHANGES | 1057 Kennedy (terry@spcvxa.spc.edu)
|