Searched defs:int64 (Results 1 – 4 of 4) sorted by relevance
36 func NewRateLimit(capacity int64) *RateLimit {121 func NewCPURateLimiter(capacity int64) *CPURateLimiter {146 func NewMemoryRateLimiter(capacity int64) *MemoryRateLimiter {
70 func NewReader(r io.ReaderAt, size int64) (*Reader, error) {389 func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, err error) {448 func findDirectory64End(r io.ReaderAt, directoryEndOffset int64) (int64, error) {473 func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) {
253 func testZip64(t testing.TB, size int64) *rleBuffer {
46 func Int64Ptr(i int64) *int64 {