Home
last modified time | relevance | path

Searched refs:next_j (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/curses/
Drain.py10 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/
Dshuffle_fuzz.py164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
/external/skia/third_party/libpng/
Dpngrtran.c654 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()
/external/pdfium/third_party/libpng16/
Dpngrtran.c654 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()
/external/libpng/
Dpngrtran.c654 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()
/external/syslinux/com32/lib/libpng/
Dpngrtran.c397 int j, next_j; in png_set_dither() local
402 next_j = p->right; in png_set_dither()
407 next_j = p->left; in png_set_dither()
422 png_ptr->index_to_palette[next_j]; in png_set_dither()