HomeSort by relevance Sort by last modified time
    Searched defs:cxt (Results 1 - 4 of 4) 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 396 Context* cxt; /* execution context of this BBCC */ member in struct:_BBCC
496 Context* cxt; /* context before call */ member in struct:_call_entry
524 Context* cxt; member in struct:_exec_state
648 Context* cxt; member in struct:_FnPos
765 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
879 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 2593 Context cxt = mView.getContext(); local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 113 milliseconds