Searched refs:winc (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/go/patch/ |
D | go7.patch | 37 - var winc, einc = uint64(1), 1 // soak test (~75s on x86-64) 39 - winc, einc = 10, 500 // quick test (~12ms on x86-64) 41 + var winc, einc = uint64(10), 500
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 5870 static const png_byte winc[] = {1, 9, 5, 7, 1}; in test_size() local 5877 for (h=1; h<=16; h+=hinc[bdlo]) for (w=1; w<=16; w+=winc[bdlo]) in test_size() 5928 for (h=1; h<=16; h+=hinc[bdlo]) for (w=1; w<=16; w+=winc[bdlo]) in test_size()
|