Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c3412 int32_t idx2 = table[ch]; in PREFIX() local
3413 size_t len = weights[idx2]; in PREFIX()
3424 == weights[idx2 + 1 + cnt])) in PREFIX()
6331 int32_t idx, idx2; in wcs_re_match_2_internal() local
6349 idx2 = 0; in wcs_re_match_2_internal()
6351 for (i = 0 ; idx2 == 0 && i < WORK_BUFFER_SIZE - 1; i++) in wcs_re_match_2_internal()
6363 idx2 = findidx ((const wint_t**)&cp); in wcs_re_match_2_internal()
6380 len = weights[idx2]; in wcs_re_match_2_internal()
6388 if (idx2 != 0 && len == weights[idx]) in wcs_re_match_2_internal()
6392 == weights[idx2 + 1 + cnt])) in wcs_re_match_2_internal()
/toolchain/benchmark/
Dpanorama.diff2763 + unsigned char idx2 = imgMos.Y.ptr[y][x+1];
2768 + imgMos.V.ptr[y][x - o] = idx2;
2816 + unsigned char idx2 = imgMos.Y.ptr[y+1][x];
2821 + imgMos.V.ptr[y - o][x] = idx2;