Searched refs:vb (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/dsslib/xml/
H A Dxml.c260 vb = f->value; \
261 vp = vb + o; \
262 ve = vb + f->maxvalue - 1; \
278 char* vb; local
286 vp = vb = f->value;
340 ((Value_t*)v->data)->offset = vp - vb;
412 ((Value_t*)v->data)->offset = vp - vb;
430 ((Value_t*)v->data)->size = vp - (vb + ((Value_t*)v->data)->offset);
656 char* vb; local
668 vp = vb
[all...]
/ast/src/cmd/pzip/
H A Dpin.c291 byfrequency(const void* va, const void* vb) argument
294 register Stats_t* b = (Stats_t*)vb;
312 bycolumn(const void* va, const void* vb) argument
315 register Stats_t* b = (Stats_t*)vb;
329 byrate(const void* va, const void* vb) argument
332 register Part_t* b = (Part_t*)vb;
350 byrow(const void* va, const void* vb) argument
352 return memcmp(va, vb, state.sort);
H A Drectify.c129 bycount(const void* va, const void* vb) argument
132 register Item_t* b = (Item_t*)vb;
/ast/src/cmd/dsslib/flat/
H A Dflat.c1163 keycmp(Dt_t* dt, void* va, void* vb, Dtdisc_t* disc) argument
1166 register unsigned char* b = (unsigned char*)vb;

Completed in 42 milliseconds