/freebsd-src/contrib/ntp/libntp/lib/isc/win32/ |
H A D | time.c | 47 *** Absolute Times 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() [all …]
|
/freebsd-src/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 224 echo "$mn.type ABSOLUTE" 251 p_config "total.num.queries" "total queries from clients" "ABSOLUTE" 252 p_config "total.num.cachehits" "cache hits" "ABSOLUTE" 253 p_config "total.num.prefetch" "cache prefetch" "ABSOLUTE" 254 p_config "num.query.tcp" "TCP queries" "ABSOLUTE" 255 p_config "num.query.tcpout" "TCP out queries" "ABSOLUTE" 256 p_config "num.query.udpout" "UDP out queries" "ABSOLUTE" 257 p_config "num.query.tls" "TLS queries" "ABSOLUTE" 258 p_config "num.query.tls.resume" "TLS resumes" "ABSOLUTE" 259 p_config "num.query.ipv6" "IPv6 queries" "ABSOLUTE" [all …]
|
/freebsd-src/lib/libsys/ |
H A D | semop.2 | 116 the absolute value of 118 then the value is decremented by the absolute value of 123 value is incremented by the absolute value of 126 If the current value of the semaphore is less than the absolute value of 158 value is greater than or equal to the absolute value of 161 by the absolute value of 164 absolute value of
|
/freebsd-src/contrib/bc/manuals/bc/ |
H A D | HN.1 | 693 \f[B]abs(E)\f[R]: The absolute value of \f[B]E\f[R]. 1346 truncated and its absolute value is calculated. 1540 Returns the factorial of the truncated absolute value of \f[B]x\f[R]. 1551 Returns the permutation of the truncated absolute value of \f[B]n\f[R] 1552 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1556 Returns the combination of the truncated absolute value of \f[B]n\f[R] 1557 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1561 Returns the Fibonacci number of the truncated absolute value of 1603 Returns the greatest common divisor (factor) of the truncated absolute 1604 value of \f[B]a\f[R] and the truncated absolute valu [all...] |
H A D | A.1 | 693 \f[B]abs(E)\f[R]: The absolute value of \f[B]E\f[R]. 1346 truncated and its absolute value is calculated. 1540 Returns the factorial of the truncated absolute value of \f[B]x\f[R]. 1551 Returns the permutation of the truncated absolute value of \f[B]n\f[R] 1552 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1556 Returns the combination of the truncated absolute value of \f[B]n\f[R] 1557 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1561 Returns the Fibonacci number of the truncated absolute value of 1603 Returns the greatest common divisor (factor) of the truncated absolute 1604 value of \f[B]a\f[R] and the truncated absolute valu [all...] |
H A D | H.1 | 693 \f[B]abs(E)\f[R]: The absolute value of \f[B]E\f[R]. 1346 truncated and its absolute value is calculated. 1540 Returns the factorial of the truncated absolute value of \f[B]x\f[R]. 1551 Returns the permutation of the truncated absolute value of \f[B]n\f[R] 1552 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1556 Returns the combination of the truncated absolute value of \f[B]n\f[R] 1557 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1561 Returns the Fibonacci number of the truncated absolute value of 1603 Returns the greatest common divisor (factor) of the truncated absolute 1604 value of \f[B]a\f[R] and the truncated absolute valu [all...] |
H A D | N.1 | 693 \f[B]abs(E)\f[R]: The absolute value of \f[B]E\f[R]. 1346 truncated and its absolute value is calculated. 1540 Returns the factorial of the truncated absolute value of \f[B]x\f[R]. 1551 Returns the permutation of the truncated absolute value of \f[B]n\f[R] 1552 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1556 Returns the combination of the truncated absolute value of \f[B]n\f[R] 1557 of the truncated absolute value of \f[B]k\f[R], if \f[B]k <= n\f[R]. 1561 Returns the Fibonacci number of the truncated absolute value of 1603 Returns the greatest common divisor (factor) of the truncated absolute 1604 value of \f[B]a\f[R] and the truncated absolute valu [all...] |
H A D | H.1.md | 559 8. **abs(E)**: The absolute value of **E**. This is a **non-portable 1081 absolute value is calculated. The result is then printed as though **obase** is 1263 : Returns the factorial of the truncated absolute value of **x**. 1275 : Returns the permutation of the truncated absolute value of **n** of the 1276 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1280 : Returns the combination of the truncated absolute value of **n** of the 1281 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1285 : Returns the Fibonacci number of the truncated absolute value of **n**. 1323 : Returns the greatest common divisor (factor) of the truncated absolute value 1324 of **a** and the truncated absolute valu [all...] |
H A D | A.1.md | 559 8. **abs(E)**: The absolute value of **E**. This is a **non-portable 1081 absolute value is calculated. The result is then printed as though **obase** is 1263 : Returns the factorial of the truncated absolute value of **x**. 1275 : Returns the permutation of the truncated absolute value of **n** of the 1276 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1280 : Returns the combination of the truncated absolute value of **n** of the 1281 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1285 : Returns the Fibonacci number of the truncated absolute value of **n**. 1323 : Returns the greatest common divisor (factor) of the truncated absolute value 1324 of **a** and the truncated absolute valu [all...] |
H A D | N.1.md | 559 8. **abs(E)**: The absolute value of **E**. This is a **non-portable 1081 absolute value is calculated. The result is then printed as though **obase** is 1263 : Returns the factorial of the truncated absolute value of **x**. 1275 : Returns the permutation of the truncated absolute value of **n** of the 1276 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1280 : Returns the combination of the truncated absolute value of **n** of the 1281 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1285 : Returns the Fibonacci number of the truncated absolute value of **n**. 1323 : Returns the greatest common divisor (factor) of the truncated absolute value 1324 of **a** and the truncated absolute valu [all...] |
H A D | HN.1.md | 559 8. **abs(E)**: The absolute value of **E**. This is a **non-portable 1081 absolute value is calculated. The result is then printed as though **obase** is 1263 : Returns the factorial of the truncated absolute value of **x**. 1275 : Returns the permutation of the truncated absolute value of **n** of the 1276 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1280 : Returns the combination of the truncated absolute value of **n** of the 1281 truncated absolute value of **k**, if **k \<= n**. If not, it returns **0**. 1285 : Returns the Fibonacci number of the truncated absolute value of **n**. 1323 : Returns the greatest common divisor (factor) of the truncated absolute value 1324 of **a** and the truncated absolute valu [all...] |
/freebsd-src/lib/libc/stdlib/ |
H A D | realpath.3 | 36 .Nd returns the canonicalized absolute pathname 54 and copies the resulting absolute pathname into 68 function will resolve both absolute and relative paths 69 and return the absolute pathname corresponding to 127 version always returns absolute pathnames,
|
H A D | abs.3 | 37 .Nd integer absolute value function 49 the absolute value of the integer 56 the absolute value. 77 The absolute value of the most negative integer remains negative.
|
H A D | imaxabs.3 | 30 .Nd returns absolute value 40 function returns the absolute value of 60 The absolute value of the most negative integer remains negative.
|
H A D | llabs.3 | 30 .Nd returns absolute value 40 function returns the absolute value of 60 The absolute value of the most negative integer remains negative.
|
/freebsd-src/sys/contrib/device-tree/Bindings/opp/ |
H A D | ti,omap-opp-supply.yaml | 46 ti,absolute-max-voltage-uv: 48 description: Absolute maximum voltage for the OPP supply in micro-volts. 69 - ti,absolute-max-voltage-uv 89 ti,absolute-max-voltage-uv = <1375000>; 100 ti,absolute-max-voltage-uv = <1500000>;
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430FixupKinds.h | 24 // A 32 bit absolute fixup. 28 // A 16 bit absolute fixup. 32 // A 16 bit absolute fixup for byte operations. 40 // A 8 bit absolute fixup.
|
/freebsd-src/lib/libpathconv/ |
H A D | rel2abs.3 | 31 .Nd make an absolute path name from a relative path name 38 function makes an absolute path name from a relative path name 56 function returns absolute path name on success. 86 directory isn't an absolute path name or the
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 499 /// Is path absolute? 501 /// According to cppreference.com, C++17 states: "An absolute path is a path 506 /// 1) POSIX style paths with nonempty root directory are absolute. 508 /// absolute. 509 /// 3) No other paths are absolute. 515 /// @result True if the path is absolute, false if it is not. 518 /// Is path absolute using GNU rules? 521 /// 1) Paths starting with a path separator are absolute. 522 /// 2) Windows style paths are also absolute if they start with a character 524 /// 3) No other paths are absolute. [all …]
|
/freebsd-src/sys/contrib/openzfs/cmd/zed/ |
H A D | zed.h | 19 * Absolute path for the default zed pid file. 24 * Absolute path for the default zed state file. 29 * Absolute path for the default zed zedlet directory.
|
/freebsd-src/include/rpcsvc/ |
H A D | rquota.x | 9 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */ 12 unsigned int rq_fhardlimit; /* absolute limit on allocated files */ 51 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */ 54 unsigned int rq_fhardlimit; /* absolute limit on allocated files */
|
/freebsd-src/lib/libc/gen/ |
H A D | sem_timedwait.3 | 65 The timeout will expire when the absolute time specified by 71 absolute time specified by 96 is an absolute timeout; otherwise, 107 An absolute timeout has no effect on
|
/freebsd-src/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.
|
/freebsd-src/contrib/kyua/doc/ |
H A D | kyuafile.5.in | 298 Whitespace-separated list of basenames or absolute paths pointing to executable 392 Returns the absolute path to the current 401 If the path is not absolute, it is relative to the directory containing the 408 If the path is not absolute, it is relative to the directory containing the 412 Returns true if the given path is absolute; false otherwise. 415 The second path cannot be absolute. 519 directive does not support absolute paths.
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | tcp_common.h | 127 __le32 rcv_wnd /* absolute receive window (not scaled) */; 128 __le32 cwnd /* absolute congestion window */; 140 __le32 snd_wnd /* absolute send window (not scaled) */; 197 __le32 cwnd /* absolute congestion window */; 283 __le32 snd_wnd /* absolute send window (not scaled) */; 284 __le32 rcv_wnd /* absolute receive window (not scaled) */; 286 __le32 cwnd /* absolute congestion window */;
|