Home
last modified time | relevance | path

Searched defs:int64 (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/proptools/
Dproptools.go62 func Int64Ptr(i int64) *int64 {
104 func IntDefault(i *int64, def int) int {
113 func Int(i *int64) int {
/build/soong/zip/
Drate_limit.go36 func NewRateLimit(capacity int64) *RateLimit {
121 func NewCPURateLimiter(capacity int64) *CPURateLimiter {
146 func NewMemoryRateLimiter(capacity int64) *MemoryRateLimiter {
/build/soong/third_party/zip/
Dreader.go70 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) {
Dzip_test.go253 func testZip64(t testing.TB, size int64) *rleBuffer {