Searched defs:writeBlock (Results 1 – 5 of 5) sorted by relevance
/prebuilts/go/linux-x86/src/compress/flate/ |
D | huffman_bit_writer.go | 431 func (w *huffmanBitWriter) writeBlock(tokens []token, eof bool, input []byte) { func
|
D | deflate.go | 164 func (d *compressor) writeBlock(tokens []token, index int) error { func
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
D | writer.go | 354 func (e *encoder) writeBlock(b *block, q quantIndex, prevDC int32) int32 { func
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
D | pprof.go | 914 func writeBlock(w io.Writer, debug int) error { func
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | data.go | 1066 func writeBlock(ctxt *Link, out *OutBuf, ldr *loader.Loader, syms []loader.Sym, addr, size int64, p… func
|