Lines Matching refs:top
39 int top;55 top = 0;95 for(int i = top; i > top - fill; i--)103 if(i != top)127 top = (top + 1) & mask;130 *ref[top] = key;134 if(this->data[top])136 this->data[top]->unbind();139 this->data[top] = data;