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

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc64 // a (struct ptr_and_long), which has space for both a long and a void*.
69 struct ptr_and_long { struct
74 static struct ptr_and_long&
79 register struct ptr_and_long *array = (ptr_and_long*)io._arrays;
85 register struct ptr_and_long *new_array
86 = new ptr_and_long[1 + new_length];
120 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays;
129 register struct ptr_and_long *pl_arra
[all...]

Completed in 186 milliseconds