Searched refs:b_idx (Results 1 – 2 of 2) sorted by relevance
358 int a_idx, b_idx, is_in; in cr_op() local362 b_idx = 0; in cr_op()365 if (a_idx < a_len && b_idx < b_len) { in cr_op()366 if (a_pt[a_idx] < b_pt[b_idx]) { in cr_op()368 } else if (a_pt[a_idx] == b_pt[b_idx]) { in cr_op()371 b_idx++; in cr_op()378 } else if (b_idx < b_len) { in cr_op()380 v = b_pt[b_idx++]; in cr_op()387 is_in = (a_idx & 1) | (b_idx & 1); in cr_op()390 is_in = (a_idx & 1) & (b_idx & 1); in cr_op()[all …]
51961 uint32_t a_idx, b_idx; in js_TA_cmp_generic() local51969 b_idx = *(uint32_t*)b; in js_TA_cmp_generic()51973 b_idx * (size_t)(psc->elt_size)); in js_TA_cmp_generic()51993 cmp = (a_idx > b_idx) - (a_idx < b_idx); in js_TA_cmp_generic()
Completed in 102 milliseconds