HomeSort by relevance Sort by last modified time
    Searched refs:writeCopy (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 75 var writeCopy = func(dist, length int) {
79 cnt = dd.writeCopy(dist, length)
107 writeCopy(ref.dist, ref.length)
113 writeCopy(dd.histSize(), 33)
117 writeCopy(len(abc), 59*len(abc))
121 writeCopy(len(fox), 9*len(fox))
125 writeCopy(1, 9)
129 writeCopy(len(poem), 7*len(poem))
132 writeCopy(dd.histSize(), 10)
dict_decoder.go 22 // The writeCopy and tryWriteCopy are used to implement this command.
98 // writeCopy copies a string at a given (dist, length) to the output.
103 func (dd *dictDecoder) writeCopy(dist, length int) int {
inflate.go 607 cnt = f.dict.writeCopy(f.copyDist, f.copyLen)
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 75 var writeCopy = func(dist, length int) {
79 cnt = dd.writeCopy(dist, length)
107 writeCopy(ref.dist, ref.length)
113 writeCopy(dd.histSize(), 33)
117 writeCopy(len(abc), 59*len(abc))
121 writeCopy(len(fox), 9*len(fox))
125 writeCopy(1, 9)
129 writeCopy(len(poem), 7*len(poem))
132 writeCopy(dd.histSize(), 10)
dict_decoder.go 22 // The writeCopy and tryWriteCopy are used to implement this command.
98 // writeCopy copies a string at a given (dist, length) to the output.
103 func (dd *dictDecoder) writeCopy(dist, length int) int {
inflate.go 607 cnt = f.dict.writeCopy(f.copyDist, f.copyLen)
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat32BootSector.java 191 public void writeCopy(BlockDevice device) throws IOException {
Fat.java 186 this.writeCopy(offset);
195 public void writeCopy(long offset) throws IOException {
SuperFloppyFormatter.java 233 f32bs.writeCopy(device);
254 fat.writeCopy(FatUtils.getFatOffset(bs, i));
FatFileSystem.java 200 fat.writeCopy(FatUtils.getFatOffset(bs, i));
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 563 milliseconds