Searched defs:IntArray (Results 1 – 1 of 1) sorted by relevance
215 typedef struct IntArray IntArray; typedef216 struct IntArray { struct217 int nAlloc;218 int nArray;219 u32 *aArray;