Searched refs:vv (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/re/ |
H A D | sed2.c | 141 vv(Text *script, unsigned char *pc, Text *data) function 535 vv,vv,vv,vv,vv,vv,vv,vv,vv,v [all...] |
/ast/src/lib/libvcodex/ |
H A D | vcodex.h | 441 #define vcbuffer(vv,bb,zz,hh) \ 442 (!(vv) ? ((Vcchar_t*)0) : \ 443 ((vv)->file = __FILE__, (vv)->line = __LINE__, \ 444 _vcbuffer((vv),(bb),(zz),(hh)) ) ) 446 #define vcbuffer(vv,bb,zz,hh) _vcbuffer((vv),(bb),(zz),(hh))
|
/ast/src/lib/libbz/ |
H A D | blocksort.c | 472 Int32 vv; local 478 vv = runningOrder[i]; 480 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) { 486 runningOrder[j] = vv;
|
Completed in 16 milliseconds