Home | History | Annotate | Download | only in genrb

Lines Matching defs:ai

241     int32_t ai = 0;
269 target[ai++] = c;
275 target[ai++] = runValue;
280 target[ai++] = c;
284 if (ai != length){
303 int32_t ai=0;
325 for (; ai<tgtLen; ) {
354 target[ai++] = b;
362 target[ai++] = ESCAPE_BYTE;
377 if(ai<tgtLen){
378 target[ai++] = b;
381 return ai;
400 return ai;
403 return ai;