Searched refs:sec (Results 1 - 25 of 561) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.ticksec.d32 * tick-1sec simple test.
41 tick-1sec
43 printf("This test is a simple tick-sec provider test\n");
45 tick-1sec
47 printf("This test is a simple tick-sec provider test");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilesec.d32 * Simple profile-sec simple test.
41 profile-1sec
43 printf("This test is a simple profile-sec provider test");
/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c2 unsigned long long sec; member in struct:bintime
11 .sec = us / 1000000U,
/freebsd-current/contrib/bsddialog/examples_library/
H A Dpause.c17 unsigned int sec; local
26 sec = 10;
27 output = bsddialog_pause(&conf, "Example", 8, 50, &sec);
35 printf("[OK] remaining time: %u\n", sec);
38 printf("[Cancel] remaining time: %u\n", sec);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_INVAL.wrongdec4.d47 profile::::tick-1sec
H A Derr.D_PDESC_ZERO.wrongdec3.d46 profiletick-1sec
H A Derr.D_PDESC_ZERO.wrongdec1.d46 profile::tick-1sec
H A Derr.D_PDESC_ZERO.wrongdec2.d46 profile:tick-1sec
H A Dtst.basics.d46 profile:::tick-1sec
53 profile:::tick-1sec
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring2.d43 tick-1sec
49 tick-1sec
H A Dtst.switch1.d52 tick-1sec
59 tick-1sec
65 tick-1sec
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp53 void enqueue(InputSectionBase *sec, uint64_t offset);
58 void resolveReloc(InputSectionBase &sec, RelTy &rel, bool fromFDE);
76 static uint64_t getAddend(InputSectionBase &sec, argument
78 return target->getImplicitAddend(sec.content().begin() + rel.r_offset,
83 static uint64_t getAddend(InputSectionBase &sec, argument
90 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, argument
92 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel);
104 offset += getAddend<ELFT>(sec, rel);
124 for (InputSectionBase *sec : cNamedSections.lookup(sym.getName()))
125 enqueue(sec,
163 isReserved(InputSectionBase *sec) argument
183 enqueue(InputSectionBase *sec, uint64_t offset) argument
308 InputSectionBase &sec = *queue.pop_back_val(); local
[all...]
H A DDWARF.cpp32 for (auto [i, sec] : llvm::enumerate(obj->getSections())) {
33 if (!sec)
37 StringSwitch<LLDDWARFSection *>(sec->name)
47 m->Data = toStringRef(sec->contentMaybeDecompress());
48 m->sec = sec;
52 if (sec->name == ".debug_abbrev")
53 abbrevSection = toStringRef(sec->contentMaybeDecompress());
54 else if (sec->name == ".debug_str")
55 strSection = toStringRef(sec
105 findAux(const InputSectionBase &sec, uint64_t pos, ArrayRef<RelTy> rels) const argument
137 auto &sec = static_cast<const LLDDWARFSection &>(s); local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.random.d57 tick-1sec
58 /sec++ == 10/
H A Dtst.unalign.d44 tick-1sec
45 /sec++ == 10/
H A Dtst.zonename.d45 tick-1sec
H A Dtst.execname.d45 tick-1sec
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithSum.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithStddev.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_PROTO_LEN.SpecNoId.d46 profile:::tick-1sec
52 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithCount.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMax.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMin.d43 profile:::tick-1sec
53 profile:::tick-1sec
/freebsd-current/contrib/mandoc/
H A Dmandoc_xr.h20 char *sec; member in struct:mandoc_xr

Completed in 167 milliseconds

1234567891011>>