Home
last modified time | relevance | path

Searched +full:four +full:- +full:byte (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h1 //===-- llvm/MC/MCFixup.h - Instruction Relocation and Patching -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.
[all...]
/freebsd/contrib/file/doc/
H A Dmagic.man34 in the file with a byte value, a string or a numeric value.
37 .Bl -tag -width ".Dv message"
42 .Bl -bullet -compact
50 A continuation offset relative to the end of the last up-level field
60 .Bl -tag -width ".Dv lestring16"
61 .It Dv byte
62 A one-byte value.
64 A two-byte value in this machine's native byte order.
66 A four-byte value in this machine's native byte order.
68 An eight-byte value in this machine's native byte order.
[all …]
/freebsd/share/man/man4/
H A Dgbde.4
H A Dlp.41 .\" -*- nroff -*-
3 .\" Copyright (c) 1996 A.R.Gordon, andrew.gordon@net-tel.co.uk
51 point-to-point network interface between two similarly configured systems.
54 and any standard AT-compatible printer port with working interrupts may be used.
73 .Bl -tag -width Fl
91 .Bd -literal
93 2 15 Data0 -> ERROR*
94 3 13 Data1 -> SLCT
95 4 12 Data2 -> PE
96 5 10 Data3 -> ACK*
[all …]
H A Dng_ppp.41 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
51 user-land daemon).
54 user-land implementations.
56 multi-link PPP, Van Jacobson compression, PPP compression, PPP
58 A single PPP node corresponds to one PPP multi-link bundle.
71 Typically this node is connected to a user-land daemon via a
94 These device-independent hooks transmit and receive full PPP
96 information fields, but no checksum or other link-specific fields.
100 the protocol field will be compressed (i.e., sent as one byte
[all …]
/freebsd/share/doc/psd/25.xdrrfc/
H A Dxdr.rfc.ms2 .\" Must use -- tbl -- with this one
34 diverse machines as the Sun Workstation, VAX, IBM-PC, and Cray.
51 octets) are portable, where a byte is defined to be 8 bits of data.
55 suggests that bytes be encoded in "little-endian" style [2], or least
62 The representation of all items requires a multiple of four bytes (or
63 32 bits) of data. The bytes are numbered 0 through n-1. The bytes
64 are read or written to some byte stream such that byte m always
65 precedes byte m+1. If the n bytes needed to contain the data are not
66 a multiple of four, then the n bytes are followed by enough (0 to 3)
67 residual zero bytes, r, to make the total byte count a multiple of 4.
[all …]
/freebsd/lib/libc/locale/
H A Dgb18030.537 encoding implements GB 18030-2000, a PRC national standard for the encoding of
39 It is a superset of the older GB\ 2312-1980 and GBK encodings,
45 encoding can be one byte, two bytes, or
46 four bytes long.
49 .No GB\ 11383-1981 Pq Tn ASCII
52 Chinese characters are represented as either two bytes or four bytes.
53 Characters that are represented by two bytes begin with a byte in the range
54 0x81-0xFE and end with a byte either in the range 0x40-0x7E or 0x80-0xFE.
56 Characters that are represented by four bytes begin with a byte in the range
57 0x81-0xFE, have a second byte in the range 0x30-0x39, a third byte in the range
[all …]
/freebsd/usr.bin/hexdump/
H A Dhexdump.140 .Bk -words
49 .Bk -words
61 .Bl -tag -width indent
63 .Em One-byte octal display .
65 space-separated, three column, zero-filled, bytes of input data,
68 .Em One-byte character display .
70 space-separated, three column, space-filled, characters of input
75 space-separated, two column, hexadecimal bytes, followed by the
82 .Em Two-byte decimal display .
84 space-separated, five column, zero-filled, two-byte units
[all …]
/freebsd/contrib/tzcode/
H A Dtzfile.52 .\" 1996-06-05 by Arthur David Olson.
15 Each file is a sequence of 8-bit bytes.
17 more bytes in network order (bigendian, or high-order byte first),
20 and a boolean is represented by a one-byte binary integer that is
22 The format begins with a 44-byte header containing the following fields:
24 .Bl -bullet
26 The magic four-byte ASCII sequence
30 A byte identifying the version of the file's format
39 Six four-byte integer values, in the following order:
41 .Bl -tag -compat -width tzh_ttisstdcnt
[all …]
/freebsd/lib/libc/net/
H A Dinet.395 or some other internal binary representation, in network byte order).
97 0 if the address was not parseable in the specified address family, or -1
127 or some other binary form, in network byte order) to presentation format
175 returned as machine byte order integer values.
186 .Bd -literal -offset indent
193 When four parts are specified, each is interpreted
194 as a byte of data and assigned, from left to right,
195 to the four bytes of an Internet address.
198 part is interpreted as a 16-bit quantity and placed
202 is interpreted as a 24-bit quantity and placed in
[all …]
H A Dinet_net.355 or some other binary form, in network byte order) to CIDR presentation format
74 or some other internal binary representation, in network byte order).
76 specified with /CIDR), or \-1 if a failure occurred
97 .Bd -literal -offset indent
105 When four parts are specified, each is interpreted
106 as a byte of data and assigned, from left to right,
107 to the four bytes of an Internet network number.
109 that when an Internet network number is viewed as a 32-bit
110 integer quantity on a system that uses little-endian
111 byte order (such as the
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Dkdf.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
42 if (hash == NULL || rnd_out->length > hash->hashsize) in k5_sp800_108_counter_hmac()
46 ret = alloc_data(&prf, hash->hashsize); in k5_sp800_108_counter_hmac()
50 /* [i]2: four-byte big-endian binary string giving the block counter (1) */ in k5_sp800_108_counter_hmac()
57 /* 0x00: separator byte */ in k5_sp800_108_counter_hmac()
63 /* [L]2: four-byte big-endian binary string giving the output length */ in k5_sp800_108_counter_hmac()
66 store_32_be(rnd_out->length * 8, lbuf); in k5_sp800_108_counter_hmac()
70 memcpy(rnd_out->data, prf.data, rnd_out->length); in k5_sp800_108_counter_hmac()
86 blocksize = enc->block_size; in k5_sp800_108_feedback_cmac()
87 keybytes = enc->keybytes; in k5_sp800_108_feedback_cmac()
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h5 * Igor Pavlov <https://7-zip.org/>
34 * - Literal: One 8-bit byte
35 * - Match: Repeat a chunk of data at some distance
36 * - Long repeat: Multi-byte match at a recently seen distance
37 * - Short repeat: One-byte repeat at a recently seen distance
40 * either short or long repeated match, and NONLIT means any non-literal.
69 *state -= 3; in lzma_state_literal()
71 *state -= 6; in lzma_state_literal()
99 * - 0x001-0x0FF: Without match byte
100 * - 0x101-0x1FF: With match byte; match bit is 0
[all …]
/freebsd/contrib/file/src/
H A DBNF8 ------------------------------------------------------------------------
18 ------------------------------------------------------------------------
39 size = byte | leshort | beshort | lelong | belong | melong
41 byte = "B" | "b" | "C" | "c" ;; A one-byte value.
42 leshort = "s" | "h" ;; A two-byte little-endian value.
43 beshort = "S" | "H" ;; A two-byte big-endian value.
44 lelong = "l" ;; A four-byte little-endian value.
45 belong = "L" ;; A four-byte big-endian value.
46 melong = "m" ;; A four-byte middle-endian value.
48 op = [ invert ] ( "+" | "-" | "*" | "/" | "%" | "&" | "|" | "^" )
[all …]
/freebsd/contrib/libcbor/src/cbor/
H A Dstreaming.c2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
13 if (required > (provided - result->read)) { in claim_bytes()
14 result->required = required + result->read; in claim_bytes()
15 result->read = 0; in claim_bytes()
16 result->status = CBOR_DECODER_NEDATA; in claim_bytes()
19 result->read += required; in claim_bytes()
20 result->required = 0; in claim_bytes()
29 callbacks->callback_nam
[all...]
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc64_x86.S1 /* SPDX-License-Identifier: 0BSD */
4 * Speed-optimized CRC64 using slicing-by-four algorithm
20 // ECMA-182
25 uint64_t r = s == 0 ? b : lzma_crc64_table[s - 1][b];
108 * get position-independent code (PIC).
117 * binaries, so we need a separate check to always use the non-PIC
125 /* Mach-O */
128 leal .L_lzma_crc64_table$non_lazy_ptr-.L_pic(%ebx), %ebx
143 * Check if there is enough input to use slicing-by-four.
144 * We need eight bytes, because the loop pre-reads four bytes.
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_recno.337 db_recno \- record number database access method
50 The delimiting byte to be used to mark the end of a record for
51 variable-length records, and the pad character for fixed-length
54 of variable-length records and fixed-length records are padded with
58 The recno access method stores the in-memory copies of its records
60 If bfname is non-NULL, it specifies the name of the btree file,
81 The records are fixed-length, not byte delimited.
110 The byte order for integers in the stored database metadata.
118 The recno access method stores the in-memory copies of its records
130 The length of a fixed-length record.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsm4intrin.h1 /*===--------------- sm4intrin.h - SM4 intrinsics -----------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
17 /// This intrinsic performs four rounds of SM4 key expansion. The intrinsic
18 /// operates on independent 128-bit lanes. The calculated results are
29 /// A 128-bit vector of [4 x int].
31 /// A 128-bit vector of [4 x int].
33 /// A 128-bit vector of [4 x int].
38 /// dest := (dword << count) | (dword >> (32-count))
42 /// RETURN sbox[dword.byte[i]]
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf.526 tracing, debuggers, and other in-situ and post-mortem introspection
151 .Bd -literal
153 +-------------+ 0t0
154 +--------| Preamble |
155 | +-------------+ 0t4
156 |+-------| Header |
157 || +-------------+ 0t36 + cth_lbloff
158 ||+------| Labels |
159 ||| +-------------+ 0t36 + cth_objtoff
160 |||+-----| Objects |
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dcpio.561 stores numbers as 2-byte and 4-byte binary values.
64 .Bd -literal -offset indent
82 fields here are 16-bit integer values, while the
85 it was based on, only ran on PDP-11 computers, they
86 are in PDP-endian format, which has little-endia
[all...]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-adx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-adx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 16 channels and demultiplexes it into four output streams of up to 16
12 channels each. A byte RAM helps to form output frames by any combination
13 of bytes from the input frame. Its design is identical to that of byte
17 - Jon Hunter <jonathanh@nvidia.com>
18 - Mohan Kumar <mkumard@nvidia.com>
19 - Sameer Pujar <spujar@nvidia.com>
[all …]
/freebsd/lib/libc/db/man/
H A Drecno.348 The record number data structure is either variable or fixed-length
49 records stored in a flat-file format, accessed by the logical record
52 one through four, and the deletion of record number one causes
53 record number five to be renumbered to record number four, as well
64 .Bd -literal
77 .Bl -tag -width indent
82 .Bl -tag -width indent
84 The records are fixed-length, not byte delimited.
122 access method stores the in-memory copies of its records
133 The byte order for integers in the stored database metadata.
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_aesni.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
32 /* These functions are used to execute AES-NI instructions: */
46 * Expand the 32-bit AES cipher key array into the encryption and decryption
58 key->nr = rijndael_key_setup_enc_intel(&(key->encr_ks.ks32[0]), in aes_aesni_generate()
60 key->nr = rijndael_key_setup_dec_intel(&(key->decr_ks.ks32[0]), in aes_aesni_generate()
67 * of four uint32_t values, so copy for alignment (and byte-order
69 * input and output byte streams.
74 * rk Key schedule, of aes_ks_t (60 32-bit integers)
90 * of four uint32_t values, so copy for alignment (and byte-order
[all …]
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt2 ------------------------------------
24 - compatible: must be "ti,c64x+dscr"
25 - reg: register area base and size
34 - ti,dscr-devstat
37 - ti,dscr-silicon-rev
40 - ti,dscr-rmii-resets
44 - ti,dscr-locked-regs
49 - ti,dscr-kick-regs
53 the second register before other registers in the area are write-enabled.
55 - ti,dscr-mac-fuse-regs
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dutf8_conv.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
27 * Copyright 1998-2008 The OpenLDAP Foundation.
35 * top-level directory of the distribution or, alternatively, at
44 * IN THE TOP-LEVEL DIRECTORY OF THE DISTRIBUTION. ANY USE OR EXPLOITATION
53 * These routines convert between UTF-16 and UTF-8. UTF-16 encodes a Unicode
54 * character in either two or four bytes. Characters in the Basic Multilingual
55 * Plane (hex 0..D7FF and E000..FFFF) are encoded as-is in two bytes.
58 * value, and encoded in four bytes.
61 #include "k5-platform.h"
62 #include "k5-utf8.h"
[all …]

12345678910>>...25