Searched defs:cxt (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/callgrind/
H A Dcontext.c85 /* double size of cxt table */
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) argument
152 if (hash != cxt->hash) return False;
154 count = cxt->size;
155 cxt_fn = &(cxt->fn[0]);
170 Context* cxt; local
189 cxt = (Context*) CLG_MALLOC("cl.context.nc.1",
198 cxt->fn[offset] = *fn;
205 cxt->size = size;
206 cxt
230 Context* cxt; local
[all...]
H A Ddebug.c58 void print_mangled_cxt(Context* cxt, int rec_index) argument
62 if (!cxt)
65 VG_(printf)("%s", cxt->fn[0]->name);
68 for(i=1;i<cxt->size;i++)
69 VG_(printf)("'%s", cxt->fn[i]->name);
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index) argument
82 if (cxt) {
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
86 VG_(printf)("Cxt %u" ,cxt
456 print_cxt(int s, Context* cxt, int rec_index) argument
[all...]
H A Dbbcc.c88 CLG_ASSERT(bbcc->cxt != 0);
92 bbcc->cxt->base_number + bbcc->rec_index,
93 bbcc->cxt->fn[0]->name,
123 for(j=0;j<bbcc->cxt->fn[0]->separate_recursions;j++) {
145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size) argument
148 CLG_ASSERT(cxt != 0);
150 return ((Addr)bb + (Addr)cxt) % size;
157 BBCC* lookup_bbcc(BB* bb, Context* cxt) argument
163 if (bbcc->cxt == cxt) {
341 mangled_cxt(const Context* cxt, Int rec_index) argument
375 clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) argument
[all...]
H A Ddump.c122 p->cxt = 0;
188 Context* cxt, int rec_index)
198 if (cxt_dumped[cxt->base_number+rec_index]) {
200 tag, cxt->base_number + rec_index);
206 for(i=cxt->size;i>0;i--) {
207 CLG_ASSERT(cxt->fn[i-1]->pure_cxt != 0);
208 n = cxt->fn[i-1]->pure_cxt->base_number;
211 tag, n, cxt->fn[i-1]->name);
214 last = cxt->fn[i-1]->pure_cxt;
217 if ((last == cxt)
187 print_mangled_fn(VgFile *fp, const HChar* tag, Context* cxt, int rec_index) argument
[all...]
H A Dglobal.h364 Context* cxt; /* execution context of this BBCC */ member in struct:_BBCC
463 Context* cxt; /* context before call */ member in struct:_call_entry
491 Context* cxt; member in struct:_exec_state
615 Context* cxt; member in struct:_FnPos
728 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
842 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c36 struct libmnt_context *cxt; local
42 cxt = mnt_new_context();
43 if (!cxt)
50 if (mnt_context_get_mtab(cxt, &tb))
65 mnt_free_context(cxt);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 173 milliseconds