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

/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuz_time.h32 #define SEC(x) ((x)->tv_sec) macro
35 #define timespec2dtime(s) ((double)SEC(s) + \
/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/contrib/binutils/bfd/
H A Dsection.c542 .#define bfd_is_const_section(SEC) \
543 . ( ((SEC) == bfd_abs_section_ptr) \
544 . || ((SEC) == bfd_und_section_ptr) \
545 . || ((SEC) == bfd_com_section_ptr) \
546 . || ((SEC) == bfd_ind_section_ptr))
638 .#define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
655 . 0, (struct bfd_section *) &SEC, 0, \
670 . (struct bfd_symbol *) SYM, &SEC.symbol, \
701 #define STD_SECTION(SEC, FLAGS, NAME, IDX) \
702 asection SEC
[all...]
H A Dbfd-in2.h359 /* Find the address one past the end of SEC. */
1547 #define bfd_is_const_section(SEC) \
1548 ( ((SEC) == bfd_abs_section_ptr) \
1549 || ((SEC) == bfd_und_section_ptr) \
1550 || ((SEC) == bfd_com_section_ptr) \
1551 || ((SEC) == bfd_ind_section_ptr))
1643 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1660 0, (struct bfd_section *) &SEC, 0, \
1675 (struct bfd_symbol *) SYM, &SEC.symbol, \
5334 /* Check if SEC ha
[all...]
/freebsd-11.0-release/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-11.0-release/sys/cddl/dev/profile/
H A Dprofile.c393 { "s", NANOSEC / SEC },
394 { "sec", NANOSEC / SEC },
/freebsd-11.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h365 /* Find the address one past the end of SEC. */
1553 #define bfd_is_const_section(SEC) \
1554 ( ((SEC) == bfd_abs_section_ptr) \
1555 || ((SEC) == bfd_und_section_ptr) \
1556 || ((SEC) == bfd_com_section_ptr) \
1557 || ((SEC) == bfd_ind_section_ptr))
1649 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1666 0, (struct bfd_section *) &SEC, 0, \
1681 (struct bfd_symbol *) SYM, &SEC.symbol, \
5341 /* Check if SEC ha
[all...]
/freebsd-11.0-release/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c731 { "s", NANOSEC / SEC },
732 { "sec", NANOSEC / SEC },
/freebsd-11.0-release/sys/sys/
H A Dmount.h735 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \
740 SEC); \

Completed in 334 milliseconds