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

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h150 explicit Version(VersionSet* vset) argument
151 : vset_(vset), next_(this), prev_(this), refs_(0),
H A Dversion_set.cc622 // Initialize a builder with the files from *base and other info from *vset
623 Builder(VersionSet* vset, Version* base) argument
624 : vset_(vset),
/external/valgrind/main/perf/
H A Dtinycc.c5457 void vset(CType *type, int r, int v);
5894 vset(&vtop->type, r | VT_LVAL, 0);
10204 void vset(CType *type, int r, int v)
10216 vset(&type, r, v);
12988 vset(&s->type, VT_CONST | VT_SYM, 0);
13022 vset(&s->type, r, s->c);
13631 vset(&type, VT_LOCAL | VT_LVAL, func_vc);
14045 vset(&dtype, VT_LOCAL, c);
14369 vset(type, r, addr);
10202 void vset(CType *type, int r, int v) function

Completed in 137 milliseconds