Home | History | Annotate | Download | only in tar

Lines Matching full:numbytes

574 			{offset: 0, numBytes: 2},
575 {offset: 5, numBytes: 3},
583 {offset: 0, numBytes: 2},
584 {offset: 5, numBytes: 3},
592 {offset: 1, numBytes: 3},
593 {offset: 6, numBytes: 2},
601 {offset: 1, numBytes: 3},
602 {offset: 6, numBytes: 2},
625 if sfr.numBytes() != nb {
626 t.Errorf("test %d: Before reading, sfr.numBytes() = %d, want %d", i, sfr.numBytes(), nb)
635 if sfr.numBytes() != 0 {
636 t.Errorf("test %d: After draining the reader, numBytes() was nonzero", i)
686 {offset: 0, numBytes: 5},
687 {offset: 10, numBytes: 5},
688 {offset: 20, numBytes: 5},
689 {offset: 30, numBytes: 5},
710 numBytes := int64(1024)
711 expected = append(expected, sparseEntry{offset: offset, numBytes: numBytes})
712 fmt.Fprintf(sparseMap, "%d\n%d\n", offset, numBytes)