Searched refs:pl_array (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc120 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; local
121 int len = pl_array == NULL ? 0 : pl_array[0].i;
122 return index >= len ? 0 : pl_array[index+1].i;
129 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; local
130 int len = pl_array == NULL ? 0 : pl_array[0].i;
131 return index >= len ? 0 : pl_array[index+1].p;

Completed in 24 milliseconds