| /freebsd/contrib/ntp/libparse/ |
| H A D | ieee754io.c | 174 u_long characteristic; in fetch_ieee754() 206 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */ in fetch_ieee754() 209 characteristic = (val & 0x7F); in fetch_ieee754() 211 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */ in fetch_ieee754() 216 characteristic <<= 1; in fetch_ieee754() 217 characteristic |= (val & 0x80) != 0; /* grab last characteristic bit */ in fetch_ieee754() 227 characteristic <<= 4; in fetch_ieee754() 228 characteristic |= (val & 0xF0) >> 4; /* grab lower characteristic bit in fetch_ieee754() 176 u_long characteristic; fetch_ieee754() local 419 u_long characteristic = 0; put_ieee754() local [all...] |
| /freebsd/lib/libsys/ |
| H A D | minherit.2 | 45 changes the specified pages to have the inheritance characteristic 47 Not all implementations will guarantee that the inheritance characteristic
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 318 unsigned Characteristic = in ParseDirectiveSegment() local 329 if (Characteristic == static_cast<unsigned>(-1)) { in ParseDirectiveSegment() 331 "Expected characteristic in SEGMENT directive; found '" + in ParseDirectiveSegment() 334 Flags |= Characteristic; in ParseDirectiveSegment()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | mmdf | 18 # or by looking for MBOX Mailbox (/mail.news) characteristic like:
|
| H A D | amigaos | 160 # 880 KiB Double Density floppy disk by characteristic hash table size 0x48 and T_HEADER=2 163 # 1760 KiB High Density floppy disk (1802240 bytes) by characteristic hash table size 0x48
|
| H A D | pdp | 27 # skip MMDF mailbox like maillog.expected.2 with MBOX characteristic near the beginning handled by …
|
| H A D | diff | 125 # check for 3 characteristic lines of unified diff
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_mesh.h | 64 int *poly; /* characteristic polynomial of matrix */
|
| /freebsd/sys/contrib/device-tree/Bindings/power/avs/ |
| H A D | qcom,cpr.txt | 8 and meet silicon characteristic requirements.
|
| H A D | qcom,cpr.yaml | 18 and meet silicon characteristic requirements.
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | temperature-transducer.yaml | 84 characteristic of a temperature transducer and should be stated in the
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | 2.1.t | 125 These operations will return with a characteristic error indicating
|
| H A D | 0.t | 273 many calls return a characteristic \-1 value
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Memory.h | 13 // This usage characteristic makes arena allocator an attractive choice
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | notes-xntp-v3 | 7 Version 3 specification. The most visible characteristic of this
|
| /freebsd/lib/libc/gen/ |
| H A D | fts.3 | 241 field reference the file characteristic information for the symbolic link 487 structures reference file characteristic information (the
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | ec_support.c | 44 /* characteristic two field curves */
|
| /freebsd/sys/crypto/openssl/ |
| H A D | ossl_poly1305.c | 36 * base 2^26. Complementary characteristic is how wide is the result of
|
| /freebsd/contrib/ntp/html/ |
| H A D | filter.html | 30 <p>The reader might notice the somewhat boxy characteristic of the filtered offsets. Once a sample…
|
| H A D | ntpdsim.html | 31 …mon can be driven by pseudorandom jitter and wander sample sequences characteristic of real networ…
|
| /freebsd/share/man/man4/ |
| H A D | rl.4 | 285 depending on this characteristic.
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | dragonfly.c | 23 * ECC groups defined over a characteristic 2 finite field and ECC in dragonfly_suitable_group()
|
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | algorithm.txt | 63 that you can decode fast. The most important characteristic is that shorter
|
| /freebsd/bin/pax/ |
| H A D | pax.1 | 505 Specify one or more file characteristic options (privileges). 581 If the file characteristic letters in any of the string option-arguments are
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | RISCVInstructions.h | 301 /// Characteristic value after bitwise-and with type_mask.
|