| /src/sys/arch/i386/stand/lib/ |
| getsecs.c | 27 satime_t sec; local 32 sec = bcd2dec(t & 0xff); 33 sec *= 60; 35 sec += bcd2dec(t & 0xff); 36 sec *= 60; 38 sec += bcd2dec(t & 0xff); 40 return sec;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| cpu_time.c | 30 __cpu_time_1 (long *sec, long *usec) 35 *sec = user_sec + system_sec; 40 *sec = -1; 51 long sec, usec; local 52 __cpu_time_1 (&sec, &usec); 53 *time = sec + usec * GFC_REAL_4_LITERAL(1.e-6); 62 long sec, usec; local 63 __cpu_time_1 (&sec, &usec); 64 *time = sec + usec * GFC_REAL_8_LITERAL(1.e-6); 73 long sec, usec local 85 long sec, usec; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| cpu_time.c | 30 __cpu_time_1 (long *sec, long *usec) 35 *sec = user_sec + system_sec; 40 *sec = -1; 51 long sec, usec; local 52 __cpu_time_1 (&sec, &usec); 53 *time = sec + usec * GFC_REAL_4_LITERAL(1.e-6); 62 long sec, usec; local 63 __cpu_time_1 (&sec, &usec); 64 *time = sec + usec * GFC_REAL_8_LITERAL(1.e-6); 73 long sec, usec local 85 long sec, usec; local [all...] |
| /src/share/man/tools/ |
| cknames | 10 for sec in $DIRLST 12 /bin/ls $MANDIR/man$sec > $TMPDIR/man${sec}$$ 15 for sec in $DIRLST 17 cd $MANDIR/man$sec 19 echo "$dt\n" > $TMPDIR/not.one.line$sec 20 echo "$dt\n" > $TMPDIR/name.order$sec 21 echo "$dt\n" > $TMPDIR/file.match$sec 22 echo "$dt\n" > $TMPDIR/no.TH$sec 23 echo "$dt\n" > $TMPDIR/no.NAME$sec [all...] |
| /src/crypto/external/apache2/openssl/lib/libcrypto/man/ |
| Makefile | 15 for sec in 1 3 5 7; do \ 16 for i in ${OPENSSLDIST}/doc/man$$sec/*.pod; do \ 21 case $$sec in \ 23 dst=$$fn.$$sec; \ 26 openssl*) dst=$$fn.$$sec;; \ 27 *) dst=openssl-$$fn.$$sec;; \ 30 *) dst=$$fn.$$sec;; \ 33 pod2man --section=$$sec --center=OpenSSL --release=${VERSION} \
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/man/ |
| Makefile | 15 for sec in 1 3 5 7; do \ 16 for i in ${OPENSSLDIST}/doc/man$$sec/*.pod; do \ 21 case $$sec in \ 23 dst=$$fn.$$sec; \ 26 openssl*) dst=$$fn.$$sec;; \ 27 *) dst=openssl-$$fn.$$sec;; \ 30 *) dst=$$fn.$$sec;; \ 33 pod2man --section=$$sec --center=OpenSSL --release=${VERSION} \
|
| /src/sys/arch/x68k/stand/common/ |
| exec_sub.c | 19 const struct execkern_section *sec); 24 DPRINT_SEC(const char *ident, const struct execkern_section *sec) 29 sec->sec_image, sec->sec_size, sec->sec_pad); 35 #define DPRINT_SEC(ident, sec) /**/ 42 * sec->sec_image = (image); 43 * sec->sec_size = (size); 44 * sec->sec_pad = (pad); 45 * DPRINT_SEC((ident), sec); 82 struct execkern_section *sec; local 120 struct execkern_section *sec; local [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/man/ |
| Makefile | 13 for sec in 1 3 5 7; do \ 14 for i in ${OPENSSLSRC}/doc/man$$sec/*.pod; do \ 19 case $$sec in \ 21 dst=$$fn.$$sec; \ 23 dst=openssl_$$fn.$$sec; \ 25 *) dst=$$fn.$$sec;; \ 28 pod2man --section=$$sec --center=OpenSSL --release=${VERSION} \
|
| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 144 (bfd *abfd, bfd_byte *contents, asection *sec); 147 Set the compression header at CONTENTS of SEC in ABFD and update 153 asection *sec) 165 struct bfd_elf_section_data * esd = elf_section_data (sec); 171 elf_section_flags (sec) |= SHF_COMPRESSED; 177 bfd_put_32 (abfd, sec->size, &echdr->ch_size); 178 bfd_put_32 (abfd, 1u << sec->alignment_power, 181 bfd_set_section_alignment (sec, 2); 189 bfd_put_64 (abfd, sec->size, &echdr->ch_size); 190 bfd_put_64 (abfd, UINT64_C (1) << sec->alignment_power [all...] |
| aix5ppc-core.c | 58 asection *sec; local 127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags); 128 if (NULL == sec) 131 sec->size = core.c_size; 132 sec->vma = core.c_stackorg; 133 sec->filepos = core.c_stack; 137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags); 138 if (NULL == sec) 141 sec->size = sizeof (struct __context64); 142 sec->vma = 0 [all...] |
| coff-bfd.h | 62 #define coff_section_data(abfd, sec) \ 63 ((struct coff_section_tdata *) (sec)->used_by_bfd) 65 #define bfd_coff_get_comdat_section(abfd, sec) \ 67 && coff_section_data (abfd, sec) != NULL) \ 68 ? coff_section_data (abfd, sec)->comdat : NULL)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 142 (bfd *abfd, bfd_byte *contents, asection *sec); 145 Set the compression header at CONTENTS of SEC in ABFD and update 151 asection *sec) 162 struct bfd_elf_section_data * esd = elf_section_data (sec); 168 elf_section_flags (sec) |= SHF_COMPRESSED; 174 bfd_put_32 (abfd, sec->size, &echdr->ch_size); 175 bfd_put_32 (abfd, 1u << sec->alignment_power, 178 bfd_set_section_alignment (sec, 2); 186 bfd_put_64 (abfd, sec->size, &echdr->ch_size); 187 bfd_put_64 (abfd, UINT64_C (1) << sec->alignment_power [all...] |
| aix5ppc-core.c | 58 asection *sec; local 127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags); 128 if (NULL == sec) 131 sec->size = core.c_size; 132 sec->vma = core.c_stackorg; 133 sec->filepos = core.c_stack; 137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags); 138 if (NULL == sec) 141 sec->size = sizeof (struct __context64); 142 sec->vma = 0 [all...] |
| coff-bfd.h | 64 #define coff_section_data(abfd, sec) \ 65 ((struct coff_section_tdata *) (sec)->used_by_bfd) 67 #define bfd_coff_get_comdat_section(abfd, sec) \ 69 && coff_section_data (abfd, sec) != NULL) \ 70 ? coff_section_data (abfd, sec)->comdat : NULL)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 142 (bfd *abfd, bfd_byte *contents, asection *sec); 145 Set the compression header at CONTENTS of SEC in ABFD and update 151 asection *sec) 162 struct bfd_elf_section_data * esd = elf_section_data (sec); 168 elf_section_flags (sec) |= SHF_COMPRESSED; 174 bfd_put_32 (abfd, sec->size, &echdr->ch_size); 175 bfd_put_32 (abfd, 1u << sec->alignment_power, 178 bfd_set_section_alignment (sec, 2); 186 bfd_put_64 (abfd, sec->size, &echdr->ch_size); 187 bfd_put_64 (abfd, UINT64_C (1) << sec->alignment_power [all...] |
| aix5ppc-core.c | 58 asection *sec; local 127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags); 128 if (NULL == sec) 131 sec->size = core.c_size; 132 sec->vma = core.c_stackorg; 133 sec->filepos = core.c_stack; 137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags); 138 if (NULL == sec) 141 sec->size = sizeof (struct __context64); 142 sec->vma = 0 [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 142 (bfd *abfd, bfd_byte *contents, asection *sec); 145 Set the compression header at CONTENTS of SEC in ABFD and update 151 asection *sec) 162 struct bfd_elf_section_data * esd = elf_section_data (sec); 168 elf_section_flags (sec) |= SHF_COMPRESSED; 174 bfd_put_32 (abfd, sec->size, &echdr->ch_size); 175 bfd_put_32 (abfd, 1u << sec->alignment_power, 178 bfd_set_section_alignment (sec, 2); 186 bfd_put_64 (abfd, sec->size, &echdr->ch_size); 187 bfd_put_64 (abfd, UINT64_C (1) << sec->alignment_power [all...] |
| aix5ppc-core.c | 58 asection *sec; local 126 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags); 127 if (NULL == sec) 130 sec->size = core.c_size; 131 sec->vma = core.c_stackorg; 132 sec->filepos = core.c_stack; 136 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags); 137 if (NULL == sec) 140 sec->size = sizeof (struct __context64); 141 sec->vma = 0 [all...] |
| /src/external/bsd/mdocml/dist/ |
| mandoc_xr.h | 20 char *sec; member in struct:mandoc_xr
|
| /src/external/bsd/jemalloc/dist/src/ |
| sec.c | 4 #include "jemalloc/internal/sec.h" 24 sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, 39 sec->shards = shard_cur; 68 sec->fallback = fallback; 71 sec->opts = *opts; 72 sec->npsizes = npsizes; 75 * Initialize these last so that an improper use of an SEC whose 78 sec->pai.alloc = &sec_alloc; 79 sec->pai.alloc_batch = &pai_alloc_batch_default; 80 sec->pai.expand = &sec_expand 226 sec_t *sec = (sec_t *)self; local 267 sec_t *sec = (sec_t *)self; local 275 sec_t *sec = (sec_t *)self; local 339 sec_t *sec = (sec_t *)self; local [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| format_tv.c | 11 /* VSTRING *format_tv(buffer, sec, usec, sig_dig, max_dig) 13 /* long sec; 30 /* .IP sec 67 VSTRING *format_tv(VSTRING *buf, long sec, long usec, 81 if (sec < 0 || usec < 0 || usec > MILLION) 82 msg_panic("format_tv: bad time %lds %ldus", sec, usec); 92 if (sec > 0) { 93 for (n = 1; sec >= n && n <= wid / 10; n *= 10) 108 sec += 1; 116 vstring_sprintf_append(buf, "%ld", sec); 139 int sec; local [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| sec.h | 36 * underlying allocator to fill extra items, as well. We drop the SEC 71 * A SEC may need to be shut down (i.e. flushed of its contents and 97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, 99 void sec_flush(tsdn_t *tsdn, sec_t *sec); 100 void sec_disable(tsdn_t *tsdn, sec_t *sec); 108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats); 109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec, 116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec); 117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec); 118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec); [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| sec.h | 36 * underlying allocator to fill extra items, as well. We drop the SEC 71 * A SEC may need to be shut down (i.e. flushed of its contents and 97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, 99 void sec_flush(tsdn_t *tsdn, sec_t *sec); 100 void sec_disable(tsdn_t *tsdn, sec_t *sec); 108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats); 109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec, 116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec); 117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec); 118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec); [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| bss_load.c | 20 unsigned int *sec, unsigned int *usec) 35 *sec = ((update_timeout / 1000) * 1024) / 1000; 45 unsigned int sec, usec; local 60 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0) 78 eloop_register_timeout(sec, usec, update_channel_utilization, hapd, 85 unsigned int sec, usec; local 87 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0) 90 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
|
| /src/sys/arch/cobalt/stand/boot/ |
| clock.c | 69 u_int sec; local 75 sec = bcdtobin(*mcclock_data); 77 sec += bcdtobin(*mcclock_data) * 60; 79 sec += bcdtobin(*mcclock_data) * 60 * 60; 81 return (satime_t)sec;
|