Searched refs:LEEWAY (Results 1 – 7 of 7) sorted by relevance
37 LEEWAY = 10.0125 leeway=self.LEEWAY)147 if not now >= (issued_at - self.LEEWAY):
43 #define LEEWAY 7 macro214 best_width = max_width * (201 - 2 * LEEWAY) / 200; in fmt()
47 #define LEEWAY 7 macro412 goal_width = max_width * (2 * (100 - LEEWAY) + 1) / 200; in main()
951 const LEEWAY: i32 = 1024 * 1024; // 1 MiB in save_attachment() const952 let min_size = attachment.file_size - LEEWAY; in save_attachment()953 let max_size = attachment.file_size + LEEWAY; in save_attachment()
36116 LEEWAY