HomeSort by relevance Sort by last modified time
    Searched defs:cxt (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/callgrind/
context.c 90 /* double size of cxt table */
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt)
159 if (hash != cxt->hash) return False;
161 count = cxt->size;
162 cxt_fn = &(cxt->fn[0]);
177 Context* cxt; local
196 cxt = (Context*) CLG_MALLOC("cl.context.nc.1",
205 cxt->fn[offset] = *fn;
212 cxt->size = size;
213 cxt->base_number = CLG_(stat).context_counter
237 Context* cxt; local
    [all...]
global.h 390 Context* cxt; /* execution context of this BBCC */ member in struct:_BBCC
490 Context* cxt; /* context before call */ member in struct:_call_entry
518 Context* cxt; member in struct:_exec_state
641 Context* cxt; member in struct:_FnPos
763 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
875 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 2244 Context cxt = mView.getContext(); local
    [all...]

Completed in 161 milliseconds