| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | time.c | 94 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 D | file.c | 215 &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 D | target.c | 98 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 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 | touchscreen.yaml | 41 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 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-13.1/sbin/pfctl/tests/files/ |
| H A D | pf0100.in | 13 anchor "/1/2/3" # absolute multicomponent path 14 anchor "/relative" # absolute path
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/libpcap/cmake/Modules/ |
| 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-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 266 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 D | fabs.S | 57 abs.d $f0, $f12 # compute absolute value of x
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varname-dot-parsedir.mk | 33 .PARSEDIR= /fake-absolute-path
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | File.h | 189 virtual const AtomRange<AbsoluteAtom> absolute() const = 0; 263 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
|
| H A D | SharedLibraryFile.h | 46 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | FlatNamespaceFile.h | 47 const AtomRange<AbsoluteAtom> absolute() const override { in absolute() function
|
| /freebsd-13.1/tools/build/ |
| H A D | make.py | 192 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 D | time.h | 82 FILETIME absolute; member
|
| /freebsd-13.1/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-13.1/kerberos5/ |
| H A D | Makefile.inc | 12 CWARNFLAGS.clang+= -Wno-absolute-value
|