Home
last modified time | relevance | path

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

/external/llvm/utils/
Dshuffle_fuzz.py164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrtran.c649 int j, next_j; in png_set_quantize() local
654 next_j = p->right; in png_set_quantize()
659 next_j = p->left; in png_set_quantize()
674 png_ptr->index_to_palette[next_j]; in png_set_quantize()
/external/libpng/
Dpngrtran.c650 int j, next_j; in png_set_quantize() local
655 next_j = p->right; in png_set_quantize()
660 next_j = p->left; in png_set_quantize()
675 png_ptr->index_to_palette[next_j]; in png_set_quantize()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc3489 Node* next_j = m.Int32Add(j, one); in TEST() local
3494 j->ReplaceInput(1, next_j); in TEST()
3523 Node* next_j = m.Int32Add(j, one); in TEST() local
3529 j->ReplaceInput(1, next_j); in TEST()