/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | time.c | 94 i1.LowPart = t->absolute.dwLowDateTime; in isc_time_set() 95 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_set() 100 t->absolute.dwLowDateTime = i1.LowPart; in isc_time_set() 101 t->absolute.dwHighDateTime = i1.HighPart; 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() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | tsc2007.txt | 15 - 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 D | chipone_icn8318.txt | 15 - touchscreen-fuzz-x : horizontal noise value of the absolute input 17 - touchscreen-fuzz-y : vertical noise value of the absolute input
|
H A D | brcm,iproc-touchscreen.txt | 55 - touchscreen-fuzz-x: horizontal noise value of the absolute input 57 - touchscreen-fuzz-y: vertical noise value of the absolute input
|
H A D | cyttsp.txt | 20 - 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 D | st,stmfts.txt | 7 The driver supports also hovering as an absolute single touch event with x, y, z
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0100.in | 13 anchor "/1/2/3" # absolute multicomponent path 14 anchor "/relative" # absolute path
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | rotary-encoder.txt | 10 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 D | FindAirPcap.cmake | 9 # 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 D | FindPacket.cmake | 31 # 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/math/tools/ |
H A D | tanf.sollya | 54 // 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 D | ti-omap5-opp-supply.txt | 36 - 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 D | ossl_ends_with_dirsep.pod | 21 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/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 234 // Try making the path absolute if it exists. in Resolve() 235 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/contrib/ldns-host/ |
H A D | ldns-host.c | 787 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/crypto/openssl/doc/man3/ |
H A D | BN_cmp.pod | 23 absolute values. 32 I<a> E<gt> I<b>. BN_ucmp() is the same using the absolute values
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-parsedir.mk | 42 .PARSEDIR= /fake-absolute-path
|
/freebsd/share/mk/ |
H A D | netbsd-tests.test.mk | 8 .error Please define TESTSRC to the absolute path of the test sources, e.g. $${SRCTOP}/contrib/netb…
|
/freebsd/tools/build/ |
H A D | make.py | 247 objdir_prefix = Path(MAKEOBJDIRPREFIX).absolute() 248 source_root = Path(__file__).absolute().parent.parent.parent
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | path_test.cpp | 176 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/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | time.h | 82 FILETIME absolute; member
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.txt | 14 ATTIC_R_PATH_MUST_BE_ABSOLUTE:105:path must be absolute
|
/freebsd/kerberos5/ |
H A D | Makefile.inc | 10 CWARNFLAGS.clang+= -Wno-absolute-value
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | qcom,pm8xxx-xoadc.txt | 60 These three nodes are used for absolute and ratiometric calibration 93 known as an absolute calibration.
|
/freebsd/contrib/file/src/ |
H A D | BNF | 23 absoffset = NUMBER ;; An absolute offset from the start of the file. 55 ;; NUMBER is interpreted as an absolute or
|