Home
last modified time | relevance | path

Searched full:characteristic (Results 1 – 25 of 83) 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/file/magic/Magdir/
H A Dmmdf18 # or by looking for MBOX Mailbox (/mail.news) characteristic like:
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
H A Dpdp27 # skip MMDF mailbox like maillog.expected.2 with MBOX characteristic near the beginning handled by …
H A Ddiff125 # check for 3 characteristic lines of unified diff
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h64 int *poly; /* characteristic polynomial of matrix */
/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/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/lib/libc/gen/
H A Dfts.3241 field reference the file characteristic information for the symbolic link
487 structures reference file characteristic information (the
/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/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.

1234