Lines Matching defs:ind
270 sljit_uw ind;
286 ind = (*last_pc_patch) & 0xfff;
289 SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
290 if ((sljit_s32)const_pool[ind] < 0) {
291 const_pool[ind] = counter;
292 ind = counter;
296 ind = const_pool[ind];
299 if (diff >= 2 || ind > 0) {
300 diff = (diff + ind - 2) << 2;