Searched refs:next_j (Results 1 – 4 of 4) sorted by relevance
/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/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngrtran.c | 649 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/ |
D | pngrtran.c | 650 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/ |
D | test-run-machops.cc | 3489 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()
|