Home
last modified time | relevance | path

Searched full:bytes (Results 1 – 25 of 5806) sorted by relevance

12345678910>>...233

/freebsd/contrib/openbsm/man/
H A Daudit.log.579 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
80 .It Sy "Field Bytes Description"
82 .It "Seconds 4 bytes File time stamp"
83 .It "Microseconds 4 bytes File time stamp"
84 .It "File name length 2 bytes File name of audit trail"
85 .It "File pathname N bytes + 1 NUL File name of audit trail"
91 the length of the total record in bytes, a version number for the record
101 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
102 .It Sy "Field Bytes Description"
104 .It "Record Byte Count 4 bytes Number of bytes in record"
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller95.sh109 // cmd: const = 0xc1c06d01 (8 bytes)
112 // md_version: int32 = 0xe (4 bytes)
113 // md_unit: int32 = 0x3 (4 bytes)
114 // md_type: md_types_flags = 0x0 (4 bytes)
115 // pad = 0x0 (4 bytes)
117 // md_mediasize: int64 = 0x81 (8 bytes)
118 // md_sectorsize: int32 = 0x4 (4 bytes)
119 // md_options: int32 = 0x5 (4 bytes)
120 // md_base: int64 = 0x6 (8 bytes)
121 // md_fwheads: int32 = 0x4 (4 bytes)
[all …]
H A Dsyzkaller98.sh3 # 806.906239 [ 653] nm_os_extmem_delete freeing 1000000 bytes
64 // size: len = 0x1000 (8 bytes)
69 // size: len = 0x4000 (8 bytes)
80 // mode: open_mode = 0x109 (8 bytes)
87 // len: len = 0x4000 (8 bytes)
88 // prot: mmap_prot = 0x4 (8 bytes)
94 // size: len = 0x4000 (8 bytes)
100 // mnt_flags: mount_flags = 0x58000000 (4 bytes)
103 // version: const = 0x3 (4 bytes)
104 // pad = 0x0 (4 bytes)
[all …]
H A Dsyzkaller96.sh43 // fd: const = 0xffffffffffffff9c (8 bytes)
47 // flags: open_flags = 0x2 (4 bytes)
48 // mode: const = 0x0 (4 bytes)
58 // cmd: const = 0xc4e01a02 (8 bytes)
64 // priority: int32 = 0x0 (4 bytes)
65 // generation: int32 = 0x3 (4 bytes)
66 // index: int32 = 0x2000000 (4 bytes)
68 // pad = 0x0 (4 bytes)
70 // links_next: intptr = 0xfea (8 bytes)
71 // priority: int32 = 0xfffffffb (4 bytes)
[all …]
H A Dsyzkaller94.sh68 // signo: int32 = 0x68 (4 bytes)
72 // sa_flags: sigaction_flags = 0x2 (4 bytes)
75 // int32 = 0xe4 (4 bytes)
76 // int32 = 0x1 (4 bytes)
77 // int32 = 0x4000a (4 bytes)
78 // int32 = 0xe (4 bytes)
81 // pad = 0x0 (4 bytes)
101 // mnt_flags: mount_flags = 0x0 (4 bytes)
104 // version: const = 0x3 (4 bytes)
105 // pad = 0x0 (4 bytes)
[all …]
H A Dsyzkaller89.sh106 // fd: const = 0xffffffffffffff9c (8 bytes)
110 // flags: open_flags = 0x200 (8 bytes)
111 // mode: const = 0x0 (8 bytes)
124 // version: int32 = 0x0 (4 bytes)
125 // type: int32 = 0x0 (4 bytes)
126 // flags: mount_flags = 0x0 (8 bytes)
127 // bsize: int64 = 0x0 (8 bytes)
128 // iosize: int64 = 0x0 (8 bytes)
129 // blocks: int64 = 0x0 (8 bytes)
130 // bfree: int64 = 0x0 (8 bytes)
[all …]
/freebsd/contrib/kyua/utils/
H A Dunits_test.cpp45 ATF_REQUIRE_EQ("2.00T", units::bytes(2 * TB).format()); in ATF_TEST_CASE_BODY()
46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format()); in ATF_TEST_CASE_BODY()
56 ATF_REQUIRE_EQ("5.00G", units::bytes(5 * GB).format()); in ATF_TEST_CASE_BODY()
57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format()); in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE_EQ("1.00M", units::bytes(1 * MB).format()); in ATF_TEST_CASE_BODY()
68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY()
77 ATF_REQUIRE_EQ("3.00K", units::bytes(3 * KB).format()); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE_EQ("1.33K", units::bytes(1 * KB + 340).format()); in ATF_TEST_CASE_BODY()
85 ATF_REQUIRE_EQ("0", units::bytes().format()); in ATF_TEST_CASE_BODY()
86 ATF_REQUIRE_EQ("0", units::bytes(0).format()); in ATF_TEST_CASE_BODY()
[all …]
H A Dunits.cpp44 /// Constructs a zero bytes quantity.
45 units::bytes::bytes(void) : in bytes() function in units::bytes
51 /// Constructs an arbitrary bytes quantity.
53 /// \param count_ The amount of bytes in the quantity.
54 units::bytes::bytes(const uint64_t count_) : in bytes() function in units::bytes
60 /// Parses a string into a bytes quantity.
64 /// \return The converted bytes quantity.
67 units::bytes
68 units::bytes::parse(const std::string& in_str) in parse()
71 throw std::runtime_error("Bytes quantity cannot be empty"); in parse()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen5/
H A Ddata-fabric.json4 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
12 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
20 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
28 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
36 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
44 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
52 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
60 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
68 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
76 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a…
[all …]
/freebsd/usr.bin/clang/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.189 The size, in bytes, of the entire bitcode file.
93 \fBModule Bytes\fP
96 The size, in bytes, of the module block. Percentage is relative to File Size.
100 \fBFunction Bytes\fP
103 The size, in bytes, of all the function blocks. Percentage is relative to File
108 \fBGlobal Types Bytes\fP
111 The size, in bytes, of the Global Types Pool. Percentage is relative to File
116 \fBConstant Pool Bytes\fP
119 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
124 \fBModule Globals Bytes\fP
[all …]
/freebsd/contrib/bionic-x86_64-string/
H A Dsse4-memcmp-slm.S753 jnc L(16bytes)
758 jnc L(16bytes)
763 jnc L(16bytes)
767 jmp L(16bytes)
772 jmp L(16bytes)
776 jmp L(16bytes)
780 jmp L(16bytes)
784 jmp L(16bytes)
788 jmp L(16bytes)
792 jmp L(16bytes)
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dcounters.sh89 "@3 match in on ${epair_tester}b .* Packets: 10 Bytes: 766 States: 1 " \
90 "@4 pass in on ${epair_tester}b .* Packets: 10 Bytes: 766 States: 1 " \
91 "@5 match out on ${epair_server}a .* Packets: 10 Bytes: 766 States: 1 " \
92 "@6 pass out on ${epair_server}a .* Packets: 10 Bytes: 766 States: 1 " \
97Bytes: 0 In/Pass: Packets: 4 Bytes: 311 In/XPass: Packets: 0 Bytes: 0 Out/Block: Packets: 0 Bytes:…
98Bytes: 0 In/Pass: Packets: 12 Bytes: 910 In/XPass: Packets: 0 Bytes: 0 Out/Block: Packets: 0 Bytes
112 … tcp ${net_server_host_server}.* <- ${net_tester_host_tester}.* 6:4 pkts, 455:311 bytes, rule 4," \
113 … tcp ${net_server_host_tester}.* -> ${net_server_host_server}.* 6:4 pkts, 455:311 bytes, rule 6," \
119 "${net_tester_host_tester} -> :: .* 10 pkts, 766 bytes, filter rule 4, limit source-track"\
170 "@3 match in on ${epair_tester}b .* Packets: 6 Bytes: 455 " \
[all …]
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h188 * argument value 4 bytes/8 bytes (32-bit/64-bit value)
189 * text length 2 bytes
190 * text N bytes + 1 terminating NULL byte
220 * file access mode 4 bytes
221 * owner user ID 4 bytes
222 * owner group ID 4 bytes
223 * file system ID 4 bytes
224 * node ID 8 bytes
225 * device 4 bytes/8 bytes (32-bit/64-bit)
246 * count 4 bytes
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json3 "BriefDescription": "bytes of all masters read from ddr",
11 "BriefDescription": "bytes of all masters write to ddr",
19 "BriefDescription": "bytes of a53 core read from ddr",
27 "BriefDescription": "bytes of a53 core write to ddr",
35 "BriefDescription": "bytes of supermix(m7) core read from ddr",
43 "BriefDescription": "bytes of supermix(m7) write to ddr",
51 "BriefDescription": "bytes of gpu 3d read from ddr",
59 "BriefDescription": "bytes of gpu 3d write to ddr",
67 "BriefDescription": "bytes of gpu 2d read from ddr",
75 "BriefDescription": "bytes of gpu 2d write to ddr",
[all …]
/freebsd/sys/security/audit/
H A Dbsm_token.c68 * privstrlen 2 bytes
69 * privstr N bytes + 1 (\0 byte)
91 * privtstrlen 2 bytes
92 * privtstr N bytes + 1
93 * privstrlen 2 bytes
94 * privstr N bytes + 1
119 * argument value 4 bytes/8 bytes (32-bit/64-bit value)
120 * text length 2 bytes
121 * text N bytes + 1 terminating NULL byte
177 * file access mode 4 bytes
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt17 # 32 bytes input
24 # 48 bytes input
31 # 64 bytes input
45 # 17 bytes Input((Default is CS1 if CTSMode is not specified)
53 # 31 bytes input
62 # 32 bytes input
71 # 47 bytes input
79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full)
91 # 47 bytes input
99 # 127 bytes
[all …]
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_token.c96 * privstrlen 2 bytes
97 * privstr N bytes + 1 (\0 byte)
120 * privtstrlen 2 bytes
121 * privtstr N bytes + 1
122 * privstrlen 2 bytes
123 * privstr N bytes + 1
149 * argument value 4 bytes/8 bytes (32-bit/64-bit value)
150 * text length 2 bytes
151 * text N bytes + 1 terminating NULL byte
211 * file access mode 4 bytes
[all …]
/freebsd/tools/tools/crypto/
H A DREADME18 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec
19 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec
20 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec
21 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec
22 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec
23 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec
24 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec
25 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec
26 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec
27 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp49 ArrayRef<uint8_t> Bytes, uint64_t Address,
53 ArrayRef<uint8_t> Bytes,
79 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() argument
80 if (Size >= Bytes.size()) in nextByte()
82 auto V = Bytes[Size]; in nextByte()
87 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() argument
91 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB()
92 Bytes.data() + Bytes.size(), &Error) in nextLEB()
93 : static_cast<int64_t>(decodeULEB128(Bytes.data() + Size, &N, in nextLEB()
94 Bytes.data() + Bytes.size(), in nextLEB()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod36 bytes of binary data provided 4 bytes of base64 encoded data will be produced
47 Encoding of binary data is performed in blocks of 48 input bytes (or less for
49 For each 48 byte input block encoded 64 bytes of base64 data
50 is output plus an additional newline character (i.e. 65 bytes in total). The
51 final block (which may be less than 48 bytes) will output 4 bytes for every 3
52 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is
53 still output for the final 1 or 2 bytes of input. Similarly a newline character
58 EVP_EncodeUpdate() encode B<inl> bytes of data found in the buffer pointed to by
59 B<in>. The output is stored in the buffer B<out> and the number of bytes output
62 blocks of data (48 bytes) will be immediately processed and output by this
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_EncodeInit.398 bytes of binary data provided 4 bytes of base64 encoded data will be produced
109 Encoding of binary data is performed in blocks of 48 input bytes (or less for
111 For each 48 byte input block encoded 64 bytes of base64 data
112 is output plus an additional newline character (i.e. 65 bytes in total). The
113 final block (which may be less than 48 bytes) will output 4 bytes for every 3
114 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is
115 still output for the final 1 or 2 bytes of input. Similarly a newline character
120 \&\fBEVP_EncodeUpdate()\fR encode \fBinl\fR bytes of data found in the buffer pointed to by
121 \&\fBin\fR. The output is stored in the buffer \fBout\fR and the number of bytes output
124 blocks of data (48 bytes) will be immediately processed and output by this
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_defs.h22 * MD5 block size in bytes */
25 * MD5 digest length in bytes */
33 * SHA1 Block size in bytes */
36 * SHA1 digest length in bytes */
44 * SHA224 block size in bytes */
47 * SHA224 digest length in bytes */
55 * SHA256 block size in bytes */
66 * SHA384 block size in bytes */
69 * SHA384 digest length in bytes */
77 * SHA512 block size in bytes */
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dforth25 >>>24 lelong x Text length: %d bytes,
26 >>>28 lelong x Data length: %d bytes,
27 >>>32 lelong x Text Relocation Table length: %d bytes,
28 >>>36 lelong x Data Relocation Table length: %d bytes,
30 >>>44 lelong x BSS length: %d bytes
35 >>2 leshort x + %d bytes,
47 >4 belong x Text length: %d bytes,
48 >8 belong x Data length: %d bytes,
49 >12 belong x BSS length: %d bytes,
50 >16 belong x Symbol Table length: %d bytes,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp70 ArrayRef<uint8_t> Bytes, uint64_t Address,
142 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() argument
147 if (Bytes.size() < 8) { in readInstruction64()
154 Hi = (Bytes[0] << 24) | (Bytes[1] << 16) | (Bytes[2] << 0) | (Bytes[3] << 8); in readInstruction64()
155 Lo = (Bytes[4] << 0) | (Bytes[5] << 8) | (Bytes[6] << 16) | (Bytes[7] << 24); in readInstruction64()
157 Hi = (Bytes[0] << 24) | ((Bytes[1] & 0x0F) << 20) | ((Bytes[1] & 0xF0) << 12) | in readInstruction64()
158 (Bytes[2] << 8) | (Bytes[3] << 0); in readInstruction64()
159 Lo = (Bytes[4] << 24) | (Bytes[5] << 16) | (Bytes[6] << 8) | (Bytes[7] << 0); in readInstruction64()
167 ArrayRef<uint8_t> Bytes, in getInstruction() argument
174 Result = readInstruction64(Bytes, Address, Size, Insn, IsLittleEndian); in getInstruction()
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_block.h56 * blocks of 16 bytes or more (i.e. AES, but not DES/3DES).
65 * A macro that evaluates to the block size (in bytes) of the
85 * Perform CBC encryption of `len` bytes, in place. The encrypted data
107 * Perform CBC decryption of `len` bytes, in place. The decrypted data
132 * annex B: the IV length shall be 4 bytes less than the block size
133 * (i.e. 12 bytes for AES) and the counter is the 32-bit value starting
227 * The size (in bytes) of the context structure for subkeys.
231 * The cipher block size (in bytes).
236 * of 16 bytes).
251 * The size (in bytes) of the context structure for subkeys.
[all …]

12345678910>>...233