- Sort Score
- Result 10 results
- Languages All
Results 281 - 284 of 284 for 0xFF (0.02 sec)
-
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
} } // Example taken from twitter/hpack DecoderTest.testInsidiousIndex @Test fun readIndexedHeaderFieldInsidiousIndex() { bytesIn.writeByte(0xff) // == Indexed - Add == bytesIn.write("8080808008".decodeHex()) // idx = -2147483521 assertFailsWith<IOException> { hpackReader!!.readHeaders() }.also { expected ->
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
case ServerMessageBlock.SMB_COM_TRANSACTION: case ServerMessageBlock.SMB_COM_TRANSACTION2: switch (((SmbComTransaction) request).subCommand & 0xFF) { case SmbComTransaction.TRANS2_GET_DFS_REFERRAL: break; default: service = "A:"; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
doc/go_spec.html
the (possibly multi-byte) UTF-8 encoding of individual <i>characters</i>. Thus inside a string literal <code>\377</code> and <code>\xFF</code> represent a single byte of value <code>0xFF</code>=255, while <code>ΓΏ</code>, <code>\u00FF</code>, <code>\U000000FF</code> and <code>\xc3\xbf</code> represent the two bytes <code>0xc3</code> <code>0xbf</code> of the UTF-8 encoding of character U+00FF. </p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)