MCPcopy
hub / github.com/klauspost/compress / sequenceDecs_decodeSync_safe_amd64

Function sequenceDecs_decodeSync_safe_amd64

zstd/seqdec_amd64.go:64–64  ·  view source on GitHub ↗

sequenceDecs_decodeSync_safe_amd64 does the same as above, but does not write more than output buffer. go:noescape

(s *sequenceDecs, br *bitReader, ctx *decodeSyncAsmContext)

Source from the content-addressed store, hash-verified

62//
63//go:noescape
64func sequenceDecs_decodeSync_safe_amd64(s *sequenceDecs, br *bitReader, ctx *decodeSyncAsmContext) int
65
66// sequenceDecs_decodeSync_safe_bmi2 does the same as above, but does not write more than output buffer.
67//

Callers 1

decodeSyncAsmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…