Searched defs:nextb (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c291 Vcchar_t c, *chr, *run, *dt, *enddt, *endb, *nextb; local
301 for(; dt < endb; dt = nextb)
302 { for(c = *dt, nextb = dt+1; nextb < endb; ++nextb)
303 if(*nextb != c)
305 if((r = nextb-dt) >= 3 || c == RL_ESC)
/ast/src/lib/libast/vmalloc/
H A Dvmbest.c176 reg Block_t *b, *endb, *nextb; local
189 for(; b < endb && rv == 0; b = nextb)
190 { nextb = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
198 if(!ISBUSY(SIZE(nextb)) || !ISPFREE(SIZE(nextb)) )
219 if(ISPFREE(SIZE(nextb)) )

Completed in 15 milliseconds