Searched refs:absolute (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c94 i1.LowPart = t->absolute.dwLowDateTime;
95 i1.HighPart = t->absolute.dwHighDateTime;
100 t->absolute.dwLowDateTime = i1.LowPart;
101 t->absolute.dwHighDateTime = i1.HighPart;
108 t->absolute.dwLowDateTime = 0;
109 t->absolute.dwHighDateTime = 0;
116 if (t->absolute.dwLowDateTime == 0 &&
117 t->absolute.dwHighDateTime == 0)
127 GetSystemTimeAsFileTime(&t->absolute);
139 GetSystemTimeAsFileTime(&t->absolute);
[all...]
H A Dfile.c215 &time->absolute))
241 &time->absolute,
242 &time->absolute))
/freebsd-11-stable/lib/libc/mips/gen/
H A Dfabs.S53 * Return absolute value of x.
57 abs.d $f0, $f12 # compute absolute value of x
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryFile.h46 const AtomRange<AbsoluteAtom> absolute() const override {
H A DFile.h189 virtual const AtomRange<AbsoluteAtom> absolute() const = 0;
263 const AtomRange<AbsoluteAtom> absolute() const override {
H A DSimple.h96 const AtomRange<AbsoluteAtom> absolute() const override {
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFlatNamespaceFile.h47 const AtomRange<AbsoluteAtom> absolute() const override {
H A DSectCreateFile.h83 const AtomRange<AbsoluteAtom> absolute() const override {
H A DExecutableAtoms.h135 const AtomRange<AbsoluteAtom> absolute() const override {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c64 /* Get the absolute path of the first target. */
83 /* Copy the targets array, but with absolute paths instead of
85 common in all of the absolute paths. NOTE: This is not as
100 const char *absolute;
104 absolute = apr_pstrdup(pool, rel); /* ### TODO: avoid pool dup? */
106 SVN_ERR(svn_dirent_get_absolute(&absolute, rel, pool));
108 APR_ARRAY_PUSH(abs_targets, const char *) = absolute;
121 *pcommon = svn_uri_get_longest_ancestor(*pcommon, absolute, pool);
123 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute,
263 /* Create our list of absolute path
98 const char *absolute; local
[all...]
/freebsd-11-stable/share/mk/
H A Dnetbsd-tests.test.mk9 .error "Please define TESTSRC to the absolute path of the test sources, e.g. $${SRCTOP}/contrib/netbsd-tests/lib/libc/stdio"
H A Dgendirdeps.mk37 # _CURDIR is the absolute version of ${.CURDIR}
38 # _OBJDIR is the absolute version of ${.OBJDIR}
89 # they should all be absolute paths
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dtime.h82 FILETIME absolute; member in struct:isc_time
124 * Set 't' to the current absolute time.
143 * Set *t to the current absolute time + i.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc62 // Break a into a sign and representation of the absolute value.
104 // Apply the signbit to the absolute value.
H A Dfp_trunc_impl.inc72 // Break a into a sign and representation of the absolute value.
129 // Apply the signbit to the absolute value.
H A Dfp_add_impl.inc60 // Swap a and b if necessary so that a has the larger absolute value.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp251 // Try making the path absolute if it exists.
252 SmallString<128> absolute(resolved.begin(), resolved.end());
253 MakeAbsolute(absolute);
256 if (Exists(absolute)) {
257 path.append(absolute.begin(), absolute.end());
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c606 "\t-N consider names with at least this many dots as absolute\n"
787 bool absolute, bool close_tcp) {
791 if (absolute && query(res, domain, pkt, close_tcp))
808 if (!absolute && query(res, domain, pkt, close_tcp))
871 dosearch(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
875 dname = search(res, domain, &pkt, absolute, true);
884 dozonetransfer(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
895 dname = search(res, domain, &pkt, absolute, false);
944 dosoa(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
951 if ((dname = search(res, domain, &pkt, absolute, tru
786 search(ldns_resolver *res, ldns_rdf *domain, ldns_pkt **pkt, bool absolute, bool close_tcp) argument
[all...]
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c981 mtree_error("absolute path cannot contain "
995 mtree_error("absolute path cannot contain . or .. "
1001 /* Ignore absolute specfications that end with a slash. */
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S54 * convert to absolute addresses.
57 * - Use this instruction to determine the GOT absolute address
59 * value of _DYNAMIC. Subtract this value from the absolute
76 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
79 mflr %r4 /* &_GLOBAL_OFFSET_TABLE_, absolute value */
141 mtctr %r3 # move absolute target addr into ctr
158 * area at the start of the PLT. The absolute address of the _rtld_bind_start
185 * the absolute address of the jumptable.
190 * absolute address of the external routine is loaded from the
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S54 * convert to absolute addresses.
63 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
152 mtctr %r3 # move absolute target addr into ctr
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk63 # convert path to absolute
H A Dgendirdeps.mk36 # _CURDIR is the absolute version of ${.CURDIR}
37 # _OBJDIR is the absolute version of ${.OBJDIR}
88 # they should all be absolute paths
H A Dmanifest.mk23 # that provides the absolute path to the contents
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/
H A DFileArchive.cpp113 const AtomRange<AbsoluteAtom> absolute() const override {

Completed in 229 milliseconds

123