Searched refs:next_j (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Demo/curses/ |
D | rain.py | 10 def next_j(j): function 59 j = next_j(j) 62 j = next_j(j) 67 j = next_j(j) 74 j = next_j(j)
|
/external/llvm/utils/ |
D | shuffle_fuzz.py | 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | shuffle_fuzz.py | 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
|
/external/libpng/ |
D | pngrtran.c | 657 int j, next_j; in png_set_quantize() local 662 next_j = p->right; in png_set_quantize() 667 next_j = p->left; in png_set_quantize() 682 png_ptr->index_to_palette[next_j]; in png_set_quantize()
|
/external/pdfium/third_party/libpng16/ |
D | pngrtran.c | 654 int j, next_j; in png_set_quantize() local 659 next_j = p->right; in png_set_quantize() 664 next_j = p->left; in png_set_quantize() 679 png_ptr->index_to_palette[next_j]; in png_set_quantize()
|