Searched defs:nn (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libbz/
H A Ddecompress.c442 UInt32 nn; local
443 nn = (UInt32)(nextSym - 1);
445 if (nn < MTFL_SIZE) {
448 uc = s->mtfa[pp+nn];
449 while (nn > 3) {
450 Int32 z = pp+nn;
455 nn -= 4;
457 while (nn > 0) {
458 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)
[all...]
/ast/src/lib/libast/misc/
H A Dstk.c507 int nn=0,add=1; local
518 nn = fp->nalias+1;
524 cp = newof(dp, char, n, nn*sizeof(char*));
531 nn--;
545 if(fp->nalias=nn)
548 if(end && nn>1)
549 memmove(fp->aliases,end,(nn-1)*sizeof(char*));
551 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN);
/ast/src/lib/libast/regex/
H A Dregcomp.c371 unsigned long nn; local
457 nn = env->stats.n;
467 if (env->stats.n < nn)
468 env->stats.n = nn;
470 nn = env->stats.n;
471 if ((env->stats.n += cn) < nn)

Completed in 20 milliseconds