Searched defs:int64 (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/proptools/ |
D | proptools.go | 62 func Int64Ptr(i int64) *int64 { 104 func IntDefault(i *int64, def int) int { 113 func Int(i *int64) int {
|
/build/soong/zip/ |
D | rate_limit.go | 36 func NewRateLimit(capacity int64) *RateLimit { 121 func NewCPURateLimiter(capacity int64) *CPURateLimiter { 146 func NewMemoryRateLimiter(capacity int64) *MemoryRateLimiter {
|
/build/soong/third_party/zip/ |
D | reader.go | 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) {
|
D | zip_test.go | 253 func testZip64(t testing.TB, size int64) *rleBuffer {
|