Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 244) sorted by relevance

12345678910

/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dtime.c94 i1.LowPart = t->absolute.dwLowDateTime; in isc_time_set()
100 t->absolute.dwLowDateTime = i1.LowPart; in isc_time_set()
108 t->absolute.dwLowDateTime = 0; in isc_time_settoepoch()
109 t->absolute.dwHighDateTime = 0; in isc_time_settoepoch()
116 if (t->absolute.dwLowDateTime == 0 && in isc_time_isepoch()
117 t->absolute.dwHighDateTime == 0) in isc_time_isepoch()
127 GetSystemTimeAsFileTime(&t->absolute); in isc_time_now()
139 GetSystemTimeAsFileTime(&t->absolute); in isc_time_nowplusinterval()
141 i1.LowPart = t->absolute.dwLowDateTime; in isc_time_nowplusinterval()
159 return ((int)CompareFileTime(&t1->absolute, &t2->absolute)); in isc_time_compare()
[all …]
H A Dfile.c215 &time->absolute)) in isc_file_getmodtime()
241 &time->absolute, in isc_file_settime()
242 &time->absolute)) in isc_file_settime()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c98 const char *absolute; in svn_path_condense_targets() local
102 absolute = apr_pstrdup(pool, rel); /* ### TODO: avoid pool dup? */ in svn_path_condense_targets()
104 SVN_ERR(svn_dirent_get_absolute(&absolute, rel, pool)); in svn_path_condense_targets()
106 APR_ARRAY_PUSH(abs_targets, const char *) = absolute; in svn_path_condense_targets()
119 *pcommon = svn_uri_get_longest_ancestor(*pcommon, absolute, pool); in svn_path_condense_targets()
121 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute, in svn_path_condense_targets()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtsc2007.txt15 - ti,fuzzx: specifies the absolute input fuzz x value.
18 - ti,fuzzy: specifies the absolute input fuzz y value.
19 - ti,fuzzz: specifies the absolute input fuzz z value.
H A Dtouchscreen.yaml41 description: horizontal noise value of the absolute input device (in pixels)
45 description: vertical noise value of the absolute input device (in pixels)
49 description: pressure noise value of the absolute input device (arbitrary
H A Dchipone_icn8318.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
H A Dbrcm,iproc-touchscreen.txt55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
H A Dcyttsp.txt20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device
22 - touchscreen-fuzz-y : vertical noise value of the absolute input device
H A Dst,stmfts.txt7 The driver supports also hovering as an absolute single touch event with x, y, z
/freebsd-13.1/sbin/pfctl/tests/files/
H A Dpf0100.in13 anchor "/1/2/3" # absolute multicomponent path
14 anchor "/relative" # absolute path
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
13 absolute one. Relative axis will only generate +1/-1 events on the input
16 greater than the specified steps or smaller than 0. For absolute axis only.
/freebsd-13.1/sys/contrib/device-tree/Bindings/opp/
H A Dti-omap5-opp-supply.txt36 - ti,absolute-max-voltage-uv: absolute maximum voltage for the OPP supply.
62 ti,absolute-max-voltage-uv = <1500000>;
/freebsd-13.1/contrib/libpcap/cmake/Modules/
H A DFindPacket.cmake31 # PACKET_INCLUDE_DIR - absolute path to the directory containing Packet32.h.
33 # PACKET_LIBRARY - relative or absolute path to the Packet library to
34 # link with. An absolute path is will be used if the
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBN_cmp.pod23 absolute values.
32 I<a> E<gt> I<b>. BN_ucmp() is the same using the absolute values
/freebsd-13.1/contrib/ldns-host/
H A Dldns-host.c787 bool absolute, bool close_tcp) { in search() argument
791 if (absolute && query(res, domain, pkt, close_tcp)) in search()
808 if (!absolute && query(res, domain, pkt, close_tcp)) in search()
871 dosearch(ldns_resolver *res, ldns_rdf *domain, bool absolute) { in dosearch() argument
875 dname = search(res, domain, &pkt, absolute, true); in dosearch()
884 dozonetransfer(ldns_resolver *res, ldns_rdf *domain, bool absolute) { in dozonetransfer() argument
895 dname = search(res, domain, &pkt, absolute, false); in dozonetransfer()
944 dosoa(ldns_resolver *res, ldns_rdf *domain, bool absolute) { in dosoa() argument
951 if ((dname = search(res, domain, &pkt, absolute, true)) == NULL) in dosoa()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp266 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve() local
267 MakeAbsolute(absolute); in Resolve()
270 if (Exists(absolute)) { in Resolve()
271 path.append(absolute.begin(), absolute.end()); in Resolve()
/freebsd-13.1/lib/libc/mips/gen/
H A Dfabs.S57 abs.d $f0, $f12 # compute absolute value of x
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.mk33 .PARSEDIR= /fake-absolute-path
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h189 virtual const AtomRange<AbsoluteAtom> absolute() const = 0;
263 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
H A DSharedLibraryFile.h46 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFlatNamespaceFile.h47 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
/freebsd-13.1/tools/build/
H A Dmake.py192 objdir_prefix = Path(MAKEOBJDIRPREFIX).absolute()
193 source_root = Path(__file__).absolute().parent.parent.parent
/freebsd-13.1/contrib/ntp/lib/isc/win32/include/isc/
H A Dtime.h82 FILETIME absolute; member
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dpath_test.cpp176 const std::string absolute = path("ls").to_absolute().str(); in ATF_TEST_CASE_BODY() local
183 ATF_REQUIRE(absolute.find("/bin/ls") != std::string::npos); in ATF_TEST_CASE_BODY()
/freebsd-13.1/kerberos5/
H A DMakefile.inc12 CWARNFLAGS.clang+= -Wno-absolute-value

12345678910