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

/xsrc/external/mit/x11perf/dist/
H A Ddo_simple.c88 unsigned long actual_length, bytes_remaining; local in function:DoGetProperty
95 &actual_length, &bytes_remaining, &prop);
/xsrc/external/mit/libXt/dist/src/
H A DAlloc.c126 heap->bytes_remaining = 0;
286 if (heap->bytes_remaining < (int) bytes) {
312 heap->bytes_remaining = HEAP_SEGMENT_SIZE - sizeof(char *);
317 heap->bytes_remaining = (heap->bytes_remaining - (int) bytes); /* can be negative, if rounded */
333 heap->bytes_remaining = 0;
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h145 int bytes_remaining; member in struct:__anon9d00ca500208

Completed in 4 milliseconds