Searched refs:pl_array (Results 1 – 1 of 1) sorted by relevance
120 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; in iword() local121 int len = pl_array == NULL ? 0 : pl_array[0].i; in iword()122 return index >= len ? 0 : pl_array[index+1].i; in iword()129 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; in pword() local130 int len = pl_array == NULL ? 0 : pl_array[0].i; in pword()131 return index >= len ? 0 : pl_array[index+1].p; in pword()