HomeSort by: relevance | last modified time | path
    Searched refs:bytes_remaining (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/x11perf/dist/
do_simple.c 88 unsigned long actual_length, bytes_remaining; local
95 &actual_length, &bytes_remaining, &prop);
  /xsrc/external/mit/libXt/dist/src/
Alloc.c 126 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/
InitialI.h 145 int bytes_remaining; member in struct:__anon5987

Completed in 7 milliseconds