/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/ofed/opensm/include/opensm/ |
H A D | osm_mesh.h | 64 int *poly; /* characteristic polynomial of matrix */
|
/freebsd/contrib/file/magic/Magdir/ |
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
|
/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/lib/libc/gen/ |
H A D | fts.3 | 228 field reference the file characteristic information for the symbolic link 431 structures reference file characteristic information (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/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/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 55 X9-62_id-fieldType 2 : characteristic-two-field 56 X9-62_characteristic-two-field 3 : id-characteristic-two-basis 57 X9-62_id-characteristic-two-basis 1 : onBasis 58 X9-62_id-characteristic-two-basis 2 : tpBasis 59 X9-62_id-characteristic-two-basis 3 : ppBasis 123 # SECG characteristic two curves OIDs
|
/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.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 33 The value should be either "prime-field" or "characteristic-two-field",
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 965 /* Characteristic handling */ 1142 * @chs: characteristic list 1145 * Each VSIG is associated with a characteristic set; i.e. all VSIs under 1146 * a group have the same characteristic set. To check if there exists a VSIG 1214 /* free characteristic list */ in ice_vsig_free() 1222 /* if VSIG characteristic list was cleared for reset in ice_vsig_free() 2267 ice_debug(hw, ICE_DBG_INIT, "Characteristic list for VSI group %d not found.\n", in ice_has_prof_vsig() 3817 * characteristic pattern, we need to create a in ice_rem_prof_id_flow()
|