- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for 13v2 (0.06 seconds)
-
api/go1.14.txt
pkg debug/dwarf, const AttrCallTailCall = 130 pkg debug/dwarf, const AttrCallTailCall Attr pkg debug/dwarf, const AttrCallTarget = 131 pkg debug/dwarf, const AttrCallTarget Attr pkg debug/dwarf, const AttrCallTargetClobbered = 132 pkg debug/dwarf, const AttrCallTargetClobbered Attr pkg debug/dwarf, const AttrCallValue = 126 pkg debug/dwarf, const AttrCallValue Attr pkg debug/dwarf, const AttrConstExpr = 108 pkg debug/dwarf, const AttrConstExpr Attr
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
13F8 ; mapped ; 13F0 # 8.0 CHEROKEE SMALL LETTER YE 13F9 ; mapped ; 13F1 # 8.0 CHEROKEE SMALL LETTER YI 13FA ; mapped ; 13F2 # 8.0 CHEROKEE SMALL LETTER YO 13FB ; mapped ; 13F3 # 8.0 CHEROKEE SMALL LETTER YU 13FC ; mapped ; 13F4 # 8.0 CHEROKEE SMALL LETTER YV
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Feb 10 11:25:47 GMT 2024 - 854.1K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
0b1111 return byte(r1) } // decompose32 implements Decompose from FIPS 204 for γ2 = (q - 1) / 32. // // r1 is in [0, 15]. func decompose32(r fieldElement) (r1 byte, r0 int32) { x := fieldFromMontgomery(r) r1 = highBits32(x) // r - r1 * (2 * γ2) mod± q r0 = int32(x) - int32(r1)*2*(q-1)/32 r0 = constantTimeSelectLe(q/2+1, r0, r0-q, r0) return r1, r0 } // useHint32 implements UseHint from FIPS 204 for γ2 = (q - 1) / 32. func useHint32(r fieldElement, hint byte) byte { const m = 16 // (q − 1) / (2 * γ2)...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
st, nonce, plaintext, data []byte) []byte { if len(nonce) != g.nonceSize { panic("crypto/cipher: incorrect nonce length given to GCM") } if g.nonceSize == 0 { panic("crypto/cipher: incorrect GCM nonce size") } if uint64(len(plaintext)) > uint64((1<<32)-2)*gcmBlockSize { panic("crypto/cipher: message too large for GCM") } ret, out := sliceForAppend(dst, len(plaintext)+g.tagSize) if alias.InexactOverlap(out, plaintext) { panic("crypto/cipher: invalid buffer overlap of output and input") } if alias.AnyOverlap(out,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
ADCL R11, (BX) // 44111b ADCL DX, (R11) // 411113 ADCL R11, (R11) // 45111b ADCL DX, DX // 11d2 or 13d2 ADCL R11, DX // 4411da or 4113d3 ADCL DX, R11 // 4111d3 or 4413da ADCL R11, R11 // 4511db or 4513db
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 08 21:38:44 GMT 2021 - 581.9K bytes - Click Count (1) -
docs/en/docs/release-notes.md
* Fix generating OpenAPI for apps using callbacks with routers including Pydantic models. PR [#1322](https://github.com/tiangolo/fastapi/pull/1322) by [@nsidnev](https://github.com/nsidnev). * Optimize internal regex performance in `get_path_param_names()`. PR [#1243](https://github.com/tiangolo/fastapi/pull/1243) by [@heckad](https://github.com/heckad).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)