Home
last modified time | relevance | path

Searched refs:REPS (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_longexp.py5 REPS = 65580
6 l = eval("[" + "2," * REPS + "]")
7 self.assertEqual(len(l), REPS)
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif/src/
Dmain.rs59 const REPS: u32 = 50; in main() constant
60 for _ in 0..REPS { in main()
67 let total_pixels: u64 = ((WIDTH * HEIGHT) as u64) * (REPS as u64); in main()
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif-dot-rs/src/
Dmain.rs71 const REPS: u32 = 50; in main() constant
72 for _ in 0..REPS { in main()
79 let total_pixels: u64 = ((WIDTH * HEIGHT) as u64) * (REPS as u64); in main()
/third_party/toybox/toys/pending/
Dxzcat.c1177 #define REPS 4 macro