Home | History | Annotate | Download | only in native

Lines Matching refs:UDATA

40 UDATA zipDLLDescriptor = 0;
57 UDATA *bufferStart;
58 UDATA *bufferEnd;
59 UDATA *currentAlloc;
60 UDATA cntr;
609 (IDATA) ((UDATA) endEntry.dirOffset);
2181 *nextEntryPointer = (IDATA) ((UDATA) endEntry.dirOffset);
2254 UDATA *returnVal = 0;
2261 /* Round to UDATA multiple */
2262 byteSize = (byteSize + (sizeof (UDATA) - 1)) & ~(sizeof (UDATA) - 1);
2273 wb->bufferEnd = (UDATA *) ((UDATA) wb->bufferStart + allocSize);
2280 || (((UDATA) wb->currentAlloc + byteSize) > (UDATA) wb->bufferEnd))
2288 wb->currentAlloc = (UDATA *) ((UDATA) wb->currentAlloc + byteSize);