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

12

/freebsd-10-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-10-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-10-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...]
H A Ddirent_uri.c123 /* Calculates the length of the dirent absolute or non absolute root in
165 * in the case in which DIRENT is absolute and there are no more
202 /* We have an absolute uri */
223 a non absolute root. (E.g. '/' or 'F:' on Windows) */
234 /* On Windows, dirent is also absolute when it starts with 'H:' or 'H:/'
269 * in the case in which URI is absolute and there are no more
436 /* If this is an absolute path, then just copy over the initial
770 * 1) PATH1 is empty, and PATH2 is not empty and not an absolute path.
800 /* check if this is an absolute pat
2005 const char *absolute; local
[all...]
/freebsd-10-stable/share/mk/
H A Dnetbsd-tests.test.mk11 .error "Please define TESTSRC to the absolute path of the test sources, e.g. $${SRCTOP}/contrib/netbsd-tests/lib/libc/stdio"
/freebsd-10-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-10-stable/contrib/ldns-host/
H A Dldns-host.c472 "\t-N consider names with at least this many dots as absolute\n"
645 search(ldns_resolver *res, ldns_rdf *domain, ldns_pkt **pkt, bool absolute) { argument
649 if (absolute && query(res, domain, pkt))
666 if (!absolute && query(res, domain, pkt))
729 dosearch(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
733 dname = search(res, domain, &pkt, absolute);
742 doaxfr(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
749 dname = search(res, domain, &pkt, absolute);
756 dosoa(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
763 if ((dname = search(res, domain, &pkt, absolute))
[all...]
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S54 * convert to absolute addresses.
63 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
142 mtctr %r3 # move absolute target addr into ctr
/freebsd-10-stable/usr.sbin/makefs/
H A Dmtree.c997 mtree_error("absolute path cannot contain "
1011 mtree_error("absolute path cannot contain . or .. "
1017 /* Ignore absolute specfications that end with a slash. */
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DPath.inc117 // Make model absolute by prepending a temp directory if it's not already.
118 bool absolute = sys::path::is_absolute(Twine(ModelStorage));
119 if (!absolute) {
206 /* First approach: absolute path. */
/freebsd-10-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-10-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
H A Dmeta.stage.mk53 # and make sure we have absolute paths so that bmake
/freebsd-10-stable/sys/boot/i386/zfsboot/
H A Dzfsldr.S173 pushl %ecx # Starting absolute block
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DPath.inc94 // Make model absolute by prepending a temp directory if it's not already.
95 bool absolute = sys::path::is_absolute(m);
97 if (!absolute) {
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp2905 hunits absolute; local
2911 tab_type t = distance_to_next_tab(&d, &absolute);
2916 add_node(make_tag("tab L", absolute.to_units()));
2920 add_node(make_tag("tab R", absolute.to_units()));
2923 add_node(make_tag("tab C", absolute.to_units()));
/freebsd-10-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c251 int absolute; local
254 absolute = (int) ((instr >> 1) & 1);
260 if (absolute)
268 if (absolute)
/freebsd-10-stable/sys/boot/i386/boot2/
H A Dboot1.S98 pushl $0x0 # absolute
/freebsd-10-stable/contrib/binutils/gas/
H A Dmacro.c371 idx = (*macro_expr) (_("% operator needs absolute expression"),
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dieee754-df.S167 @ Keep absolute value in xh-xl-ip, sign in r5 (the n bit was set above)
413 rsbmi r0, r0, #0 @ absolute value
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2man.pl269 take absolute positions instead of offsets, don't nest well, and
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c2250 absolute value fits in a bfd_vma, but not in a bfd_signed_vma. */
3734 Return null_pointer_node if the value is absolute;
3754 bool absolute = true;
3763 absolute = false;
3765 /* For a non-absolute relocation, there is no single
3768 return absolute ? null_pointer_node : error_mark_node;
3877 /* If either term is absolute, use the other terms relocation. */
3893 /* Win if second argument is absolute. */
3897 Then the value is absolute. */
3903 constant string is absolute
3730 bool absolute = true; local
[all...]

Completed in 163 milliseconds

12