/freebsd/contrib/file/magic/Magdir/ |
H A D | animation | 2 #------------------------------------------------------------------------------ 12 !:mime video/x-sgi-movie 28 !:mime image/x-quicktime 30 #!:mime image/x-quicktime 32 !:mime application/x-quicktime-player 38 # https://aeroquartet.com/wordpress/2016/03/05/3-xavc-s/ 46 >8 string 3g2 \b, MPEG v4 system, 3GPP2 47 !:mime video/3gpp2 48 >>11 byte 4 \b v4 (H.263/AMR GSM 6.10) 49 >>11 byte 5 \b v5 (H.263/AMR GSM 6.10) [all …]
|
H A D | mcrypt | 2 #------------------------------------------------------------------------------ 8 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/n/nc-mcrypt.trid.xml 11 0 string \0m\3 mcrypt 2.5 encrypted data, 12 #!:mime application/octet-stream 13 !:mime application/x-crypt-nc 19 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/n/nc-mcrypt-22.trid.xml 22 #!:mime application/octet-stream 23 !:mime application/x-crypt-nc 26 >3 byte 0 algorithm: blowfish-448, 27 >3 byte 1 algorithm: DES, [all …]
|
H A D | gringotts | 2 #------------------------------------------------------------------------------ 10 >3 string 1 v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9 12 >3 string 2 v.2, MCRYPT S2K, 13 >>8 byte&0x70 0x00 RIJNDAEL-128 crypt, 14 >>8 byte&0x70 0x10 SERPENT crypt, 15 >>8 byte&0x70 0x20 TWOFISH crypt, 16 >>8 byte&0x70 0x30 CAST-256 crypt, 17 >>8 byte&0x70 0x40 SAFER+ crypt, 18 >>8 byte&0x70 0x50 LOKI97 crypt, 19 >>8 byte&0x70 0x60 3DES crypt, [all …]
|
H A D | audio | 2 #------------------------------------------------------------------------------ 12 >12 belong 1 8-bit ISDN mu-law, 14 >12 belong 2 8-bit linear PCM [REF-PCM], 16 >12 belong 3 16-bit linear PCM, 18 >12 belong 4 24-bit linear PCM, 20 >12 belong 5 32-bit linear PCM, 22 >12 belong 6 32-bit IEEE floating point, 24 >12 belong 7 64-bit IEEE floating point, 28 >12 belong 11 8-bit fixed point, 29 >12 belong 12 16-bit fixed point, [all …]
|
H A D | sysex | 2 #------------------------------------------------------------------------ 6 # GRR: original 1 byte test at offset was too general as it catches also many FATs of DOS filesyste… 9 # test for StartSysEx byte and upper unsed bit of vendor ID 14 # page size 32 misidentified as Inventronics by looking for terminating End Of eXclusive byte (EOX) 16 >>0 use midi-sysex 18 0 name midi-sysex 20 >1 ubyte x MIDI audio System Exclusive (SysEx) message - 22 #!:mime application/octet-stream 23 !:mime audio/x-syx 26 # https://www.midi.org/specifications-old/item/manufacturer-id-numbers [all …]
|
H A D | freebsd | 2 #------------------------------------------------------------------------------ 6 # All new-style FreeBSD magic numbers are in host byte order (i.e., 7 # little-endian on x86). 9 # XXX - this comes from the file "freebsd" in a recent FreeBSD version of 16 # Regardless of whether it's pure, demand-paged, or none of the 20 # the "has run-time loader information" bit is set, and is 21 # position-independent if the "is position-independent" bit 25 # an executable, and is dynamically-linked if the "has run-time 30 # If it's neither pure nor demand-paged: 32 # if it has the "has run-time loader information" bit set, it's [all …]
|
H A D | spectrum | 2 #------------------------------------------------------------------------------ 9 # Spectrum +3DOS header 11 0 string PLUS3DOS\032 Spectrum +3 data 12 >15 byte 0 - BASIC program 13 >15 byte 1 - number array 14 >15 byte 2 - character array 15 >15 byte 3 - memory block 17 >15 byte 4 - Tasword document 18 >15 string TAPEFILE - ZXT tapefile 20 # Tape file. This assumes the .TAP starts with a Spectrum-format header, [all …]
|
H A D | sql | 2 #------------------------------------------------------------------------------ 9 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic 12 >2 byte x Version %d 13 >3 byte 0 \b, type UNKNOWN 14 >3 byte 1 \b, type DIAM_ISAM 15 >3 byte 2 \b, type HASH 16 >3 byte 3 \b, type MISAM 17 >3 byte 4 \b, type PISAM 18 >3 byte 5 \b, type RMS_ISAM 19 >3 byte 6 \b, type HEAP [all …]
|
H A D | compress | 1 #------------------------------------------------------------------------------ 3 # compress: file(1) magic for pure-compression formats (no archives) 13 !:mime application/x-compress 16 >2 byte&0x80 >0 block compressed 17 >2 byte&0x1f x %d bits 19 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver) 25 # * Produce shorter output - notably, only report compression methods 27 # Note: find defs -iname '*.trid.xml' -exec grep -q '<Bytes>1F8B08' {} \; -ls 30 # KPR KOffice/Calligra KPresenter application/x-kpresenter 31 # KPT KOffice/Calligra KPresenter template? application/x-kpresenter [all …]
|
H A D | console | 2 #------------------------------------------------------------------------------ 10 # - https://wiki.nesdev.com/w/index.php/INES 11 # - https://wiki.nesdev.com/w/index.php/NES_2.0 14 0 name nes-rom-image-ines 15 >7 byte&0x0C =0x8 (NES 2.0) 16 >4 byte x \b: %ux16k PRG 17 >5 byte x \b, %ux8k CHR 18 >6 byte&0x08 =0x8 [4-Scr] 19 >6 byte&0x09 =0x0 [H-mirror] 20 >6 byte&0x09 =0x1 [V-mirror] [all …]
|
H A D | wordprocessors | 2 #------------------------------------------------------------------------------ 8 >24 byte 2 \b, single spaced 9 >24 byte 3 \b, 1.5 spaced 10 >24 byte 4 \b, double spaced 11 >25 byte 0x42 \b, letter 12 >25 byte 0x54 \b, legal 13 >26 byte 0x46 \b, A4 17 # /defs/w/wps-works-dos.trid.xml 21 >112 ubeshort =0x0100 Microsoft Works 1-3 (DOS) or 2 (Windows) document 24 !:mime application/vnd-ms-works [all …]
|
H A D | pgf | 2 #------------------------------------------------------------------------------ 9 !:mime image/x-pgf 10 >3 string 2 version %s, 11 >3 string 4 version %s, 12 >3 string 5 version %s, 13 >3 string 6 version %s, 19 >>16 byte x %d levels, 20 >>17 byte x compression level %d, 21 >>18 byte x %d bpp, 22 >>19 byte x %d channels, [all …]
|
H A D | dyadic | 2 #------------------------------------------------------------------------------ 15 >1 byte !4 18 >>>1 byte 0x00 aplcore 19 #>>>1 byte 0x00 incomplete workspace 21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed 22 #>>>1 byte 0x01 component file 23 >>>1 byte 0x02 external variable exclusive 24 #>>>1 byte 0x02 external variable 26 >>>1 byte 0x03 workspace 27 >>>>7 byte&0x28 0x00 32-bit [all …]
|
H A D | dolby | 2 #------------------------------------------------------------------------------ 4 # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at> 9 0 beshort 0x0b77 ATSC A/52 aka AC-3 aka Dolby Digital stream, 11 !:mime audio/vnd.dolby.dd-raw 13 >4 byte&0xc0 = 0x00 48 kHz, 14 >4 byte&0xc0 = 0x40 44.1 kHz, 15 >4 byte&0xc0 = 0x80 32 kHz, 17 >4 byte&0xc0 = 0xc0 reserved frequency, 19 >5 byte&0x07 = 0x00 \b, complete main (CM) 20 >5 byte&0x07 = 0x01 \b, music and effects (ME) [all …]
|
H A D | pgp | 2 #------------------------------------------------------------------------------ 6 # Handling of binary PGP keys is in pgp-binary-keys. 7 # see https://lists.gnupg.org/pipermail/gnupg-devel/1999-September/016052.html 10 #!:mime application/pgp-encrypted 11 #0 string -----BEGIN\040PGP text/PGP armored data 13 #>15 string PUBLIC\040KEY\040BLOCK- public key block 14 #>15 string MESSAGE- message 15 #>15 string SIGNED\040MESSAGE- signed message 16 #>15 string PGP\040SIGNATURE- signature 20 # Reference: https://reposcope.com/mimetype/application/pgp-keys [all …]
|
H A D | smile | 2 #------------------------------------------------------------------------------ 6 # The Smile serialization format uses a 4-byte header: 8 # Constant byte #0: 0x3A (ASCII ':') 9 # Constant byte #1: 0x29 (ASCII ')') 10 # Constant byte #2: 0x0A (ASCII linefeed, '\n') 11 # Variable byte #3, consisting of bits: 12 # Bits 4-7 (4 MSB): 4-bit version number 13 # Bits 3: Reserved 14 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content 19 # Created by: Pierre-Alexandre Meyer <pierre@mouraf.org> [all …]
|
H A D | flash | 2 #------------------------------------------------------------------------------ 10 # en/devnet/swf/pdf/swf-file-format-spec.pdf page 27 13 0 name swf-details 16 >>8 byte&0xfd 0x08 Macromedia Flash data 17 !:mime application/x-shockwave-flash 18 >>>3 byte x \b, version %d 19 >>8 byte&0xfe 0x10 Macromedia Flash data 20 !:mime application/x-shockwave-flash 21 >>>3 byte x \b, version %d 22 >>8 byte 0x18 Macromedia Flash data [all …]
|
H A D | xenix | 2 #------------------------------------------------------------------------------ 12 # XXX - "x.out" collides with PDP-11 archives 20 0 byte 0x80 23 # and all compressed DEGAS low-res bitmaps like: MUNCHIE.PC1 PIDER1.PC1 24 # skip examples like GENA.SND Switch.Snd by looking for record length maximal 1024-3 29 >>>3 ubyte >0 31 >>>>(1.s+3) ubyte >0x6D 33 >>>>>(1.s+3) ubyte <0xF2 8086 relocatable (Microsoft) 34 #!:mime application/octet-stream 35 !:mime application/x-object [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
H A D | b3_ppc64le_sse41.S | 9 * or https://opensource.org/licenses/CDDL-1.0. 23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 24 * Copyright (c) 2019-2022 Samuel Neves 25 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 27 * This is converted assembly: SSE4.1 -> POWER8 PPC64 Little Endian 28 * Used tools: SIMDe https://github.com/simd-everywhere/simde 37 .byte 31 38 .byte 14 39 .byte 13 40 .byte 12 [all …]
|
H A D | b3_ppc64le_sse2.S | 9 * or https://opensource.org/licenses/CDDL-1.0. 23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 24 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale 25 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 27 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian 28 * Used tools: SIMDe https://github.com/simd-everywhere/simde 37 .byte 29 38 .byte 28 39 .byte 31 40 .byte 30 [all …]
|
/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 37 token-based record stream to represent system audit data. 65 .Xr libbsm 3 78 .Xr au_to_file 3 . 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 81 .It "Token ID 1 byte Token ID" 93 A 32-bit 96 .Xr au_to_header32 3 ; 97 a 64-bit [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 2 # Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved. 17 # [Endian-neutral] AES for C64x+. 20 # performance is ~8.5 cycles per byte processed with 128-bit key, 21 # measured performance turned to be ~10 cycles per byte. Discrepancy 25 # aes_core.c compiled with cl6x 6.0 with -mv6400+ -o2 options this 26 # code is 3.75x faster and almost 3x smaller (tables included). 29 # and timing and one can wonder if it can be ... attacked:-( 31 # implement *4* T-tables variant [instead of 1 T-table as in 36 # per byte "barrier," i.e. improve by ~20%, naturally at the 82 .eval 24-EXT0,EXT0 [all …]
|
/freebsd/usr.sbin/dumpcis/ |
H A D | cis.h | 6 *------------------------------------------------------------------------- 8 /*- 9 * SPDX-License-Identifier: BSD-3-Clause 21 * 3. The name of the author may not be used to endorse or promote products 72 #define CIS_DEVICE_OC 0x1C /* Other conditions info - common memory */ 73 #define CIS_DEVICE_OA 0x1D /* Other conditions info - attribute memory */ 86 #define CIS_BYTEORDER 0x43 /* Byte order of memory data */ 97 * Byte 1: 98 * 0xF0 - Device type 99 * 0x08 - Write protect switch [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxvnniint8intrin.h | 1 /*===-------- avxvnniint8intrin.h - AVXVNNIINT8 intrinsics -----------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 25 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with 26 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate 27 /// signed 16-bit results. Sum these 4 results with the corresponding 28 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 39 /// A 128-bit vector of [16 x char]. 41 /// A 128-bit vector of [16 x char]. 43 /// A 128-bit vector of [4 x int]. [all …]
|
/freebsd/tools/tools/crypto/ |
H A D | README | 3 with the built-in iv and key, using hardware crypto. At the end, 9 cryptotest -z 1024 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 [all …]
|