Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/ntp/libntp/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 …]
/freebsd/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
/freebsd/sbin/pfctl/tests/files/
H A Dpf0100.in13 anchor "/1/2/3" # absolute multicomponent path
14 anchor "/relative" # absolute path
/freebsd/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/contrib/libpcap/cmake/Modules/
H A DFindAirPcap.cmake9 # AirPcap_INCLUDE_DIR - absolute path to the directory containing airpcap.h.
11 # AirPcap_LIBRARY - relative or absolute path to the AirPcap library to
12 # link with. An absolute path is will be used if the
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/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya54 // Fpminimax used to minimise absolute error
56 return fpminimax(func - poly / x^-(deg-d), 0, [|dtype|], [a;b], absolute, floating);
59 poly = fpminimax(f, [|0,...,deg|], [|dtype ...|], [a;b], absolute, floating);
/freebsd/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/crypto/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod21 ossl_is_absolute_path() detects whether the I<path> is absolute path in
29 ossl_is_absolute_path() returns 1 if the I<path> is absolute, 0 otherwise.
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp33 bool absolute) { in createX64EHFrameHeader() argument
36 if (absolute) { in createX64EHFrameHeader()
55 (absolute ? sizeof(uint64_t) : sizeof(EHFrameRelocation))); in createX64EHFrameHeader()
69 if (absolute) { in createX64EHFrameHeader()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp235 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve() local
236 MakeAbsolute(absolute); in Resolve()
239 if (Exists(absolute)) { in Resolve()
240 path.append(absolute.begin(), absolute.end()); in Resolve()
/freebsd/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/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/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.mk42 .PARSEDIR= /fake-absolute-path
/freebsd/share/mk/
H A Dnetbsd-tests.test.mk8 .error Please define TESTSRC to the absolute path of the test sources, e.g. $${SRCTOP}/contrib/netb…
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Drichtek,rt8515.yaml62 allowed resistance value is 7.86 kOhm giving an absolute
74 allowed resistance value is 7.86 kOhm giving an absolute
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dtime.h82 FILETIME absolute; member
/freebsd/crypto/openssl/engines/
H A De_loader_attic.txt14 ATTIC_R_PATH_MUST_BE_ABSOLUTE:105:path must be absolute
/freebsd/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/tools/build/
H A Dmake.py247 objdir_prefix = Path(MAKEOBJDIRPREFIX).absolute()
248 source_root = Path(__file__).absolute().parent.parent.parent
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/
H A Ddht11.yaml15 absolute confirmation of this, or what the aosong part number is.

1234567891011