Lines Matching refs:top
1190 int32_t top;1193 top=inStringTop;1194 p=inStrings+top;1196 top=outStringTop;1197 p=outStrings+top;1199 top+=length+1;1201 if(top>STRING_STORE_SIZE) {1206 inStringTop=top;1208 outStringTop=top;