Searched refs:rl (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtaso.c27 unsigned long vl, rl; local
87 if ((rl = asocaslong(&vl, 1, 2)) != 1)
88 terror("asocaslong return value failed -- expected %d, got %ld", 1, rl);
91 else if ((rl = asocaslong(&vl, 1, 3)) != 2)
92 terror("asocaslong return value failed -- expected %d, got %ld", 2, rl);
95 if ((rl = asoinclong(&vl)) != 2)
96 terror("asoinclong return failed -- expected %d, got %ld", 2, rl);
99 if ((rl = asodeclong(&vl)) != 3)
100 terror("asodeclong return failed -- expected %d, got %ld", 3, rl);
/ast/src/lib/libvcodex/Vchuff/
H A Dvchcode.c40 Vcchar_t *rl = rle, *endr = rle+rlsz; local
51 { vcioinit(&io, rl, 8*sizeof(ssize_t));
53 rl = vcionext(&io);
54 *rl++ = d;
57 *rl++ = clen[r];
61 { for(k = 0; k < nsym && rl < endr; )
62 { if((d = *rl++) == esc1 || d == esc2)
63 { vcioinit(&io, rl-1, (endr-rl)+1);
65 rl
[all...]

Completed in 10 milliseconds