Home
last modified time | relevance | path

Searched full:characteristic (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/ntp/libparse/
H A Dieee754io.c174 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 Dminherit.245 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 DCOFFMasmParser.cpp318 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 Dosm_mesh.h64 int *poly; /* characteristic polynomial of matrix */
/freebsd/contrib/file/magic/Magdir/
H A Damigaos160 # 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 Dqcom,cpr.txt8 and meet silicon characteristic requirements.
H A Dqcom,cpr.yaml18 and meet silicon characteristic requirements.
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dtemperature-transducer.yaml84 characteristic of a temperature transducer and should be stated in the
/freebsd/lib/libc/gen/
H A Dfts.3228 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 D2.1.t125 These operations will return with a characteristic error indicating
H A D0.t273 many calls return a characteristic \-1 value
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h13 // This usage characteristic makes arena allocator an attractive choice
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v37 Version 3 specification. The most visible characteristic of this
/freebsd/crypto/openssl/crypto/evp/
H A Dec_support.c44 /* characteristic two field curves */
/freebsd/sys/crypto/openssl/
H A Dossl_poly1305.c36 * base 2^26. Complementary characteristic is how wide is the result of
/freebsd/contrib/ntp/html/
H A Dfilter.html30 <p>The reader might notice the somewhat boxy characteristic of the filtered offsets. Once a sample…
H A Dntpdsim.html31 …mon can be driven by pseudorandom jitter and wander sample sequences characteristic of real networ…
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt55 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 Drl.4285 depending on this characteristic.
/freebsd/contrib/wpa/src/common/
H A Ddragonfly.c23 * ECC groups defined over a characteristic 2 finite field and ECC in dragonfly_suitable_group()
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt63 that you can decode fast. The most important characteristic is that shorter
/freebsd/bin/pax/
H A Dpax.1505 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 DRISCVInstructions.h301 /// Characteristic value after bitwise-and with type_mask.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod33 The value should be either "prime-field" or "characteristic-two-field",
/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c965 /* 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()

1234