- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 0x0b77 (0.06 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<acronym>AC3</acronym> <_comment>Dolby Digital Audio Compression File</_comment> <magic priority="40"> <!-- AC3 Syncword --> <match value="0x0b77" type="string" offset="0"/> </magic> <magic priority="50"> <match value="0x0b77" type="string" offset="0"> <!-- BSID 0-8 = AC3, BSID=byte5>>3 --> <match value="0x00" type="string" mask="0xF8" offset="5"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
lib/fips140/v1.1.0-rc1.zip
and verify", func() error { k := testPrivateKey() Z := []byte{ 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, } persStr := []byte{ 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, } hash := testHash() want := &Signature{ R: []byte{ 0x33, 0x64, 0x96, 0xff, 0x8a, 0xfe, 0xaa, 0x0b, 0x2c, 0x4a, 0x1a, 0x97, 0x77, 0xcc, 0x84, 0xa5, 0x7e, 0x88, 0x1f, 0x16, 0x2d, 0xe0, 0x29, 0xf7, 0x62, 0xc2, 0x34, 0x18, 0x10, 0x9c,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
doc/asm.html
<code>fmt.Printf</code> or <code>math/rand.Int</code>. Because the assembler's parser treats period and slash as punctuation, those strings cannot be used directly as identifier names. Instead, the assembler allows the middle dot character U+00B7 and the division slash U+2215 in identifiers and rewrites them to plain period and slash. Within an assembler source file, the symbols above are written as <code>fmt·Printf</code> and <code>math∕rand·Int</code>.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Nov 14 19:09:46 UTC 2025 - 36.5K bytes - Viewed (0)