Searched refs:map_T (Results 1 – 1 of 1) sorted by relevance
79 int *map_T; /* Map's the T to its new index */ local89 map_T = (int *) emalloc(T * sizeof(int));125 map_T[currT] = i;128 ZEND_OP1(opline).var = NUM_VAR(map_T[currT]);146 map_T[currT] = i;149 ZEND_OP2(opline).var = NUM_VAR(map_T[currT]);161 map_T[currT] = i;173 map_T[currT] = i;189 taken_T[map_T[currT]] = 0;199 map_T[currT] = i;[all …]
Completed in 5 milliseconds