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

/freebsd-10.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-10.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-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h34 #define SEC 1 macro
/freebsd-10.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-10.0-release/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.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c214 { "s", NANOSEC / SEC },
215 { "sec", NANOSEC / SEC },
/freebsd-10.0-release/sys/cddl/dev/profile/
H A Dprofile.c288 { "s", NANOSEC / SEC },
289 { "sec", NANOSEC / SEC },
/freebsd-10.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-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c693 { "s", NANOSEC / SEC },
694 { "sec", NANOSEC / SEC },
/freebsd-10.0-release/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.0-release/sys/sys/
H A Dmount.h713 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \
718 SEC); \

Completed in 201 milliseconds