HomeSort by relevance Sort by last modified time
    Searched refs:current_state (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/callgrind/
threads.c 212 CLG_(current_state).cost = es->cost;
216 CLG_(init_exec_state)( &CLG_(current_state) );
217 CLG_(current_state).sig = sigNum;
230 CLG_ASSERT(CLG_(current_state).sig >0);
233 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig );
246 CLG_ASSERT(sigNum == CLG_(current_state).sig);
256 if (CLG_(current_state).cxt) {
258 fn_number = CLG_(current_state).cxt->fn[0]->number;
262 CLG_(current_state).cxt->fn[0]->name, *pactive);
279 CLG_ASSERT(CLG_(current_state).cost == es->cost)
    [all...]
callstack.c 142 CLG_(current_state).collect = !CLG_(current_state).collect;
145 CLG_(current_state).collect ? "ON" : "OFF");
160 CLG_(current_state).collect = !CLG_(current_state).collect;
163 CLG_(current_state).collect ? "ON" : "OFF");
206 if (CLG_(current_state).nonskipped) {
208 CLG_ASSERT(CLG_(current_state).nonskipped == from);
215 CLG_(current_state).cost );
251 current_entry->nonskipped = CLG_(current_state).nonskipped
    [all...]
bbcc.c 497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
499 else if (CLG_(current_state).collect)
504 CLG_(current_state).cxt = 0;
514 source_bbcc->cxt = CLG_(current_state).cxt;
517 CLG_ASSERT(CLG_(current_state).bbcc);
520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number;
528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] );
531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc,
537 if (CLG_(current_state).sig == 0
    [all...]
main.c 53 exec_state CLG_(current_state);
116 if (!CLG_(current_state).collect) return;
120 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
122 if (CLG_(current_state).nonskipped)
123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
147 if (!CLG_(current_state).collect) return;
151 if (CLG_(current_state).nonskipped)
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
157 CLG_(current_state).cost[ fullOffset_Bc ]++;
160 CLG_(current_state).cost[ fullOffset_Bc+1 ]++
    [all...]
context.c 288 CLG_(current_state).cxt ?
289 CLG_(current_state).cxt->base_number : -1);
294 cs->entry[cs->sp].cxt = CLG_(current_state).cxt;
331 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top);
335 CLG_(current_state).cxt ?
336 CLG_(current_state).cxt->base_number : -1,
sim.c 852 CLG_(current_state).collect, loaded->use_base);
854 if (CLG_(current_state).collect && loaded->use_base) {
865 loaded->use_base = (CLG_(current_state).nonskipped) ?
866 CLG_(current_state).nonskipped->skipped :
    [all...]
debug.c 432 bbcc = CLG_(current_state).bbcc;
433 print_mangled_cxt(CLG_(current_state).cxt,
global.h 835 extern exec_state CLG_(current_state);
dump.c 1159 e->enter_cost, CLG_(current_state).cost);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 440 Uint8 current_state; local
444 current_state = SDL_IGNORE;
447 current_state = SDL_ENABLE;
458 return(current_state);
462 current_state = SDL_ProcessEvents[type];
480 return(current_state);
  /external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h 140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 118 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2943 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 2558 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 641 current_state = {}
660 history[time] = dict(current_state)
663 if name in current_state: del current_state[name]
666 current_state[name] = "".join(parts[2:]).strip()
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 441 double current_state = 1 - size_animation_->GetCurrentValue(); local
442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
1644 double current_state = 1 - size_animation_->GetCurrentValue(); local
    [all...]
  /external/v8/src/
isolate.h 985 StateTag current_state = thread_local_top_.current_vm_state_; local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 206 // we invert the value - when current_state is at '0', we expect the
208 double current_state = 1 - host_view_->GetAnimationValue(); local
211 current_state;
214 current_state;
218 DetachableToolbarView::CalculateContentArea(current_state, h_padding,
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 430 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/bison/src/
scan-skel.c 449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 383 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/elfutils/src/
ldlex.c 384 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/kernel-headers/original/linux/
pci.h 137 pci_power_t current_state; /* Current operating state. In ACPI-speak, member in struct:pci_dev
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c     [all...]
  /system/core/sh/
arith_lex.c 344 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1210 * next_state = yy_try_NUL_trans( current_state );
    [all...]

Completed in 983 milliseconds

1 2