Lines Matching refs:int64_t
76 static int64_t sparse_limit = -1;
77 static int64_t target_sparse_limit = -1;
153 static int64_t file_size(int fd) in file_size()
581 static int64_t get_target_sparse_limit(struct usb_handle *usb) in get_target_sparse_limit()
583 int64_t limit = 0; in get_target_sparse_limit()
598 static int64_t get_sparse_limit(struct usb_handle *usb, int64_t size) in get_sparse_limit()
600 int64_t limit; in get_sparse_limit()
639 int64_t sz64; in load_buf_fd()
641 int64_t limit; in load_buf_fd()
691 int64_t sz64 = sparse_file_len(*s, true, false); in flash_buf()
854 static int64_t parse_num(const char *arg) in parse_num()