Searched refs:nbuff (Results 1 – 3 of 3) sorted by relevance
172 int nbuff; /* The allocated dimension of buffer[] */ member267 glh->nbuff = (buflen+GLH_SEG_SIZE-1) / GLH_SEG_SIZE; in _new_GlHistory()280 glh->nfree = glh->nbuff; in _new_GlHistory()295 if(glh->nbuff > 0) { in _new_GlHistory()296 glh->nbuff = glh->nfree; in _new_GlHistory()297 glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * glh->nbuff); in _new_GlHistory()307 for(i=0; i<glh->nbuff-1; i++) { in _new_GlHistory()1629 int nbuff; /* The number of segments in the new buffer */ in _glh_resize_history() local1642 nbuff = (bufsize+GLH_SEG_SIZE-1) / GLH_SEG_SIZE; in _glh_resize_history()1646 if(glh->nbuff != nbuff) { in _glh_resize_history()[all …]
358 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE); in _glq_flush_queue() local363 cq->nflush % GL_CQ_SIZE, nbuff); in _glq_flush_queue()377 if(nnew == nbuff) { in _glq_flush_queue()
77 int nbuff; /* The number of characters in buff[] */ member