Searched refs:SEC (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuz_time.h32 #define SEC(x) ((x)->tv_sec) macro
35 #define timespec2dtime(s) ((double)SEC(s) + \
/freebsd-10-stable/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl34 $SEC = 1;
35 $MIN = 60 * $SEC;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-s390.h77 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)
H A Dobj-ecoff.h71 #define obj_sec_sym_ok_for_reloc(SEC) 1
H A Dtc-mep.h56 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
H A Dobj-aout.h64 #define obj_sec_sym_ok_for_reloc(SEC) 1
H A Dobj-elf.h176 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0)
H A Dtc-ppc.h227 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)
H A Dobj-coff.h207 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0)
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dtime.h34 #define SEC 1 macro
43 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
44 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/freebsd-10-stable/usr.bin/calendar/
H A Dsunpos.c192 #define SEC(h) 0 macro
313 sunpos(year, 6, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
343 sunpos(year, 12, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
382 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec);
389 HOUR(h), MIN(h), SEC(h),
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsection.c539 .#define bfd_is_const_section(SEC) \
540 . ( ((SEC) == bfd_abs_section_ptr) \
541 . || ((SEC) == bfd_und_section_ptr) \
542 . || ((SEC) == bfd_com_section_ptr) \
543 . || ((SEC) == bfd_ind_section_ptr))
635 .#define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
652 . 0, (struct bfd_section *) &SEC, 0, \
667 . (struct bfd_symbol *) SYM, &SEC.symbol, \
698 #define STD_SECTION(SEC, FLAGS, NAME, IDX) \
699 asection SEC
[all...]
H A Dbfd-in2.h359 /* Find the address one past the end of SEC. */
1544 #define bfd_is_const_section(SEC) \
1545 ( ((SEC) == bfd_abs_section_ptr) \
1546 || ((SEC) == bfd_und_section_ptr) \
1547 || ((SEC) == bfd_com_section_ptr) \
1548 || ((SEC) == bfd_ind_section_ptr))
1640 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1657 0, (struct bfd_section *) &SEC, 0, \
1672 (struct bfd_symbol *) SYM, &SEC.symbol, \
5329 /* Check if SEC ha
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c214 { "s", NANOSEC / SEC },
215 { "sec", NANOSEC / SEC },
/freebsd-10-stable/contrib/binutils/gas/
H A Dsubsegs.c211 #define obj_sec_sym_ok_for_reloc(SEC) 0
271 /* Return non zero if SEC has at least one byte of data. It is
H A Dwrite.c93 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
623 #define dump_section_relocs(ABFD,SEC,STREAM) ((void) 0)
/freebsd-10-stable/sys/cddl/dev/profile/
H A Dprofile.c368 { "s", NANOSEC / SEC },
369 { "sec", NANOSEC / SEC },
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h365 /* Find the address one past the end of SEC. */
1550 #define bfd_is_const_section(SEC) \
1551 ( ((SEC) == bfd_abs_section_ptr) \
1552 || ((SEC) == bfd_und_section_ptr) \
1553 || ((SEC) == bfd_com_section_ptr) \
1554 || ((SEC) == bfd_ind_section_ptr))
1646 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1663 0, (struct bfd_section *) &SEC, 0, \
1678 (struct bfd_symbol *) SYM, &SEC.symbol, \
5336 /* Check if SEC ha
[all...]
/freebsd-10-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c709 { "s", NANOSEC / SEC },
710 { "sec", NANOSEC / SEC },
/freebsd-10-stable/sys/sys/
H A Dmount.h733 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \
738 SEC); \

Completed in 390 milliseconds