func github.com/klauspost/compress/internal/le.Store64

9 uses

	github.com/klauspost/compress/internal/le (current package)
		unsafe_enabled.go#L50: func Store64[I Indexer](b []byte, i I, v uint64) {

	github.com/klauspost/compress/flate
		huffman_bit_writer.go#L438: 	le.Store64(w.bytes[:], n, bits)
		huffman_bit_writer.go#L855: 				le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L882: 				le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L904: 				le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L929: 				le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L950: 				le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L1103: 			le.Store64(w.bytes[:], nbytes, bits)
		huffman_bit_writer.go#L1132: 			le.Store64(w.bytes[:], nbytes, bits)