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

/xsrc/external/mit/xman/dist/
H A Dman.c76 int sect, num_alloced; local in function:Man
136 num_alloced = SECTALLOC;
137 manual = (Manual *) XtMalloc(sizeof(Manual) * num_alloced);
154 if (++sect >= num_alloced) {
155 num_alloced += SECTALLOC;
157 (sizeof(Manual) * num_alloced));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A DxmesaP.h234 int num_alloced; member in struct:xmesa_buffer
H A Dxm_buffer.c380 if (b->num_alloced > 0) {
384 b->alloced_colors, b->num_alloced, 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A DxmesaP.h234 int num_alloced; member in struct:xmesa_buffer
H A Dxm_buffer.c380 if (b->num_alloced > 0) {
384 b->alloced_colors, b->num_alloced, 0);

Completed in 6 milliseconds