/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 79 .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/contrib/kyua/utils/ |
H A D | units_test.cpp | 45 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 D | units.cpp | 44 /// 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/usr.bin/clang/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.1 | 89 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 D | sse4-memcmp-slm.S | 753 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/contrib/openbsm/bsm/ |
H A D | libbsm.h | 188 * 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 D | metrics.json | 3 "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 D | bsm_token.c | 68 * 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 D | evpciph_aes_cts.txt | 17 # 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 D | bsm_token.c | 96 * 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 D | README | 18 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/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym_hash_defs.h | 22 * 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/crypto/openssl/doc/man3/ |
H A D | EVP_EncodeInit.pod | 35 bytes of binary data provided 4 bytes of base 64 encoded data will be produced 46 Encoding of binary data is performed in blocks of 48 input bytes (or less for 47 the final block). For each 48 byte input block encoded 64 bytes of base 64 data 48 is output plus an additional newline character (i.e. 65 bytes in total). The 49 final block (which may be less than 48 bytes) will output 4 bytes for every 3 50 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is 51 still output for the final 1 or 2 bytes of input. Similarly a newline character 56 EVP_EncodeUpdate() encode B<inl> bytes of data found in the buffer pointed to by 57 B<in>. The output is stored in the buffer B<out> and the number of bytes output 60 blocks of data (48 bytes) will be immediately processed and output by this [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 48 ArrayRef<uint8_t> Bytes, uint64_t Address, 52 ArrayRef<uint8_t> Bytes, 78 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() argument 79 if (Size >= Bytes.size()) in nextByte() 81 auto V = Bytes[Size]; in nextByte() 86 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() argument 90 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB() 91 Bytes.data() + Bytes.size(), &Error) in nextLEB() 92 : static_cast<int64_t>(decodeULEB128(Bytes.data() + Size, &N, in nextLEB() 93 Bytes.data() + Bytes.size(), in nextLEB() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | forth | 25 >>>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 D | BPFDisassembler.cpp | 69 ArrayRef<uint8_t> Bytes, uint64_t Address, 141 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, 146 if (Bytes.size() < 8) { in readInstruction64() 153 Hi = (Bytes[0] << 24) | (Bytes[1] << 16) | (Bytes[2] << 0) | (Bytes[3] << 8); in readInstruction64() 154 Lo = (Bytes[4] << 0) | (Bytes[5] << 8) | (Bytes[ in readInstruction64() 142 readInstruction64(ArrayRef<uint8_t> Bytes,uint64_t Address,uint64_t & Size,uint64_t & Insn,bool IsLittleEndian) readInstruction64() argument 167 getInstruction(MCInst & Instr,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstruction() argument [all...] |
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_block.h | 56 * 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 …]
|
/freebsd/sbin/ping/tests/ |
H A D | test_ping.py | 300 PING localhost: 56 data bytes 301 64 bytes from: icmp_seq=0 ttl= time= ms 316 PING(56=40+8+8 bytes) ::1 --> ::1 317 16 bytes from ::1, icmp_seq=0 hlim= time= ms 332 PING 192.0.2.1 (192.0.2.1): 56 data bytes 333 64 bytes from: icmp_seq=0 ttl= time= ms 348 PING 192.0.2.2 (192.0.2.2): 56 data bytes 362 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::1 363 16 bytes from 2001:db8::1, icmp_seq=0 hlim= time= ms 378 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::2 [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_EncodeInit.3 | 170 bytes of binary data provided 4 bytes of base 64 encoded data will be produced 181 Encoding of binary data is performed in blocks of 48 input bytes (or less for 182 the final block). For each 48 byte input block encoded 64 bytes of base 64 data 183 is output plus an additional newline character (i.e. 65 bytes in total). The 184 final block (which may be less than 48 bytes) will output 4 bytes for every 3 185 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is 186 still output for the final 1 or 2 bytes of input. Similarly a newline character 191 \&\fBEVP_EncodeUpdate()\fR encode \fBinl\fR bytes of data found in the buffer pointed to by 192 \&\fBin\fR. The output is stored in the buffer \fBout\fR and the number of bytes output 195 blocks of data (48 bytes) will be immediately processed and output by this [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 77 /// The length in bytes of \a data. 86 /// A size of a target byte in 8-bit host bytes 108 /// A size of a target byte in 8-bit host bytes 114 /// Initialize this object with a subset of the data bytes in \a data. If \a 120 /// are not \a length bytes available in \a data starting at \a offset, the 121 /// length will be truncated to contain as many bytes as possible. 130 /// The length in bytes of the subset of data. 133 /// A size of a target byte in 8-bit host bytes 179 /// \a s is nullptr) starting \a offset bytes into the data and stopping 180 /// after dumping \a length bytes. The offset into the data is displayed at [all …]
|
/freebsd/stand/libsa/ |
H A D | zalloc.c | 67 * Allocation and frees of 0 bytes are valid operations. 88 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() argument 98 bytes = (bytes + MEMNODE_SIZE_MASK) & ~MEMNODE_SIZE_MASK; in znalloc() 100 if (bytes == 0) in znalloc() 108 if (bytes > mp->mp_Size - mp->mp_Used) in znalloc() 121 if (bytes + extra > mn->mr_Bytes) in znalloc() 148 if (mn->mr_Bytes == bytes) { in znalloc() 151 mn = (MemNode *)((char *)mn + bytes); in znalloc() 153 mn->mr_Bytes = ((MemNode *)ptr)->mr_Bytes - bytes; in znalloc() 156 mp->mp_Used += bytes; in znalloc() [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | f29 | 27 FWD: IN pkts 2 bytes 56 OUT pkts 2 bytes 56 28 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0 33 FWD: IN pkts 2 bytes 56 OUT pkts 2 bytes 56 34 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0 39 FWD: IN pkts 2 bytes 56 OUT pkts 2 bytes 56 40 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0 45 FWD: IN pkts 2 bytes 56 OUT pkts 2 bytes 56 46 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0
|
/freebsd/crypto/openssl/include/internal/ |
H A D | packet.h | 25 /* Number of bytes remaining */ 37 * Returns the number of bytes remaining to be read in the PACKET 65 * Initialise a PACKET with |len| bytes held in |buf|. This does not make a 82 /* Initialize a PACKET to hold zero bytes. */ 91 * bytes read from |ptr|. Returns 0 otherwise (lengths or contents not equal). 103 * Peek ahead and initialize |subpkt| with the next |len| bytes read from |pkt|. 117 * Initialize |subpkt| with the next |len| bytes read from |pkt|. Data is not 133 * Peek ahead at 2 bytes in network order from |pkt| and store the value in 149 /* Get 2 bytes in network order from |pkt| and store the value in |*data| */ 173 * Peek ahead at 3 bytes in network order from |pkt| and store the value in [all …]
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section.c | 163 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create() local 167 sfix_write(sfix, bytes); in create() 198 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create_truncated() local 202 sfix_write(sfix, bytes); in create_truncated() 215 ptu_uint_eq(size, sizeof(bytes) - 1); in create_truncated() 366 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in get_overflow() local 369 sfix_write(sfix, bytes); in get_overflow() 388 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_overflow() local 391 sfix_write(sfix, bytes); in attach_overflow() 410 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_bad_ucount() local [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | uncore-cache.json | 16 "ScaleUnit": "64Bytes", 26 "ScaleUnit": "64Bytes", 37 "ScaleUnit": "64Bytes", 48 "ScaleUnit": "64Bytes", 59 "ScaleUnit": "64Bytes", 70 "ScaleUnit": "64Bytes", 81 "ScaleUnit": "64Bytes", 92 "ScaleUnit": "64Bytes", 103 "ScaleUnit": "64Bytes", 114 "ScaleUnit": "64Bytes", [all …]
|