- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for w1 (0.03 sec)
-
src/bufio/bufio_test.go
} var w1 writeCountingDiscard b1 := NewWriterSize(&w1, 1234) b1.WriteString(strings.Repeat("x", 1200)) b1.Flush() if w1 != 1 { t.Fatalf("flush 1200 'x's: got %d writes, want 1", w1) } b1.WriteString(strings.Repeat("x", 89)) if w1 != 1 { t.Fatalf("write 1200 + 89 'x's: got %d writes, want 1", w1) }
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 07 01:08:54 UTC 2025 - 51.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
readPriority(handler, streamId) } @Throws(IOException::class) private fun readPriority( handler: Handler, streamId: Int, ) { val w1 = source.readInt() val exclusive = w1 and 0x80000000.toInt() != 0 val streamDependency = w1 and 0x7fffffff val weight = (source.readByte() and 0xff) + 1 handler.priority(streamId, streamDependency, weight, exclusive) } @Throws(IOException::class)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 19.8K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
<t X ð¼¹ByT² 8—ú²¼òþttÊ€®„¢¨ª† „ª‚в`ª LVxNÕ†¯Ÿp\ mqò gñëGs ÷Ö³ocòQQ¿rm|eEÕm•~ûnAT-kDQ¾ ‘_i^qé ¢¸¸Äö`¢†ºµ`SN¾,WÙqJ°_² ]þ8Rto ž\q¡²¦< "¾ R|RtW†£bô°ocòšk{1server—÷]`a[©~mhe} I©Fû`yÈŸ@Zå¾–rq«mqns{Š jÜv 3 —Š ¹ m^qï ²¤gË Dü üþÈê „ª‚ŠV„Ž^ÜNL}„•f\2u}t¸]W1}qÖpO^³_qòsc•\i\wQÕc•jaòçXŸ}µ$Ö/ cîacž<²¾øF^"XG² gp ’ì]N^ñMusòL¾stãT@g EG_Vw„JïhKßÌLˆ~QWè>ûL]ömVtiovSˆ~SIîqAavWcx qehåkqpeeìÜft±ñ ¾Aãzª|wKnºVdG†ìG@vYËesTt¢GMqzéˆLrïú g E‘† U^_Uôk¦¼aV’ïsTï|nsd8ÙE@½æ Uuj snd}yÜŠF^sq_o,0vwSTz åìFc¼‹il… ¾3IÈ@}J ¾®iinv ...Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
sliceForAppend(buf, 18*n/8) const b = 1 << 17 for i := 0; i < n; i += 4 { // b - [−2¹⁷+1, 2¹⁷] = [0, 2²⁸-1] w0 := b - fieldCenteredMod(r[i]) v[0] = byte(w0 << 0) v[1] = byte(w0 >> 8) v[2] = byte(w0 >> 16) w1 := b - fieldCenteredMod(r[i+1]) v[2] |= byte(w1 << 2) v[3] = byte(w1 >> 6) v[4] = byte(w1 >> 14) w2 := b - fieldCenteredMod(r[i+2]) v[4] |= byte(w2 << 4) v[5] = byte(w2 >> 4) v[6] = byte(w2 >> 12) w3 := b - fieldCenteredMod(r[i+3]) v[6] |= byte(w3 << 6) v[7] = byte(w3 >> 2) v[8] = byte(w3 >> 10)...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
backup: V1 h(hgfe) VMOV V2.B16, V8.B16 VREV32 V4.B16, V4.B16 // prepare for using message in Byte format VREV32 V5.B16, V5.B16 VREV32 V6.B16, V6.B16 VREV32 V7.B16, V7.B16 VADD V16.S4, V4.S4, V9.S4 // V18(W0+K0...W3+K3) SHA256SU0 V5.S4, V4.S4 // V4: (su0(W1)+W0,...,su0(W4)+W3) HASHUPDATE // H4 VADD V17.S4, V5.S4, V9.S4 // V18(W4+K4...W7+K7) SHA256SU0 V6.S4, V5.S4 // V5: (su0(W5)+W4,...,su0(W8)+W7) SHA256SU1 V7.S4, V6.S4, V4.S4 // V4: W16-W19 HASHUPDATE // H8 VADD V18.S4, V6.S4, V9.S4 // V18(W8+K8...W11+K11)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0)