Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 25 of 30) sorted by relevance

12

/external/valgrind/main/callgrind/
Dthreads.c214 CLG_(current_state).cost = es->cost; in CLG_()
218 CLG_(init_exec_state)( &CLG_(current_state) ); in CLG_()
219 CLG_(current_state).sig = sigNum; in CLG_()
232 CLG_ASSERT(CLG_(current_state).sig >0); in CLG_()
235 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig ); in CLG_()
248 CLG_ASSERT(sigNum == CLG_(current_state).sig); in CLG_()
258 if (CLG_(current_state).cxt) { in CLG_()
260 fn_number = CLG_(current_state).cxt->fn[0]->number; in CLG_()
264 CLG_(current_state).cxt->fn[0]->name, *pactive); in CLG_()
281 CLG_ASSERT(CLG_(current_state).cost == es->cost); in CLG_()
[all …]
Dcallstack.c142 CLG_(current_state).collect = !CLG_(current_state).collect; in function_entered()
145 CLG_(current_state).collect ? "ON" : "OFF"); in function_entered()
160 CLG_(current_state).collect = !CLG_(current_state).collect; in function_left()
163 CLG_(current_state).collect ? "ON" : "OFF"); in function_left()
206 if (CLG_(current_state).nonskipped) { in CLG_()
208 CLG_ASSERT(CLG_(current_state).nonskipped == from); in CLG_()
215 CLG_(current_state).cost ); in CLG_()
245 current_entry->nonskipped = CLG_(current_state).nonskipped; in CLG_()
255 CLG_(current_state).nonskipped = 0; in CLG_()
256 else if (!CLG_(current_state).nonskipped) { in CLG_()
[all …]
Dbbcc.c497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0; in handleUnderflow()
499 else if (CLG_(current_state).collect) in handleUnderflow()
504 CLG_(current_state).cxt = 0; in handleUnderflow()
514 source_bbcc->cxt = CLG_(current_state).cxt; in handleUnderflow()
517 CLG_ASSERT(CLG_(current_state).bbcc); in handleUnderflow()
520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number; in handleUnderflow()
528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */ in handleUnderflow()
530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] ); in handleUnderflow()
531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc, in handleUnderflow()
537 if (CLG_(current_state).sig == 0) in handleUnderflow()
[all …]
Dsim.c852 CLG_(current_state).collect, loaded->use_base); in update_LL_use()
854 if (CLG_(current_state).collect && loaded->use_base) { in update_LL_use()
865 loaded->use_base = (CLG_(current_state).nonskipped) ? in update_LL_use()
866 CLG_(current_state).nonskipped->skipped : in update_LL_use()
940 CLG_(current_state).collect, loaded->use_base); \
942 if (CLG_(current_state).collect && loaded->use_base) { \
956 loaded->use_base = (CLG_(current_state).nonskipped) ? \
957 CLG_(current_state).nonskipped->skipped : \
977 if (!CLG_(current_state).collect) return; in cacheuse_finish()
1061 if (CLG_(current_state).collect) { in log_1I0D()
[all …]
Dmain.c53 exec_state CLG_(current_state);
112 if (!CLG_(current_state).collect) return; in log_global_event()
116 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++; in log_global_event()
118 if (CLG_(current_state).nonskipped) in log_global_event()
119 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS); in log_global_event()
143 if (!CLG_(current_state).collect) return; in log_cond_branch()
147 if (CLG_(current_state).nonskipped) in log_cond_branch()
148 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC); in log_cond_branch()
153 CLG_(current_state).cost[ fullOffset_Bc ]++; in log_cond_branch()
156 CLG_(current_state).cost[ fullOffset_Bc+1 ]++; in log_cond_branch()
[all …]
Dcontext.c288 CLG_(current_state).cxt ? in CLG_()
289 CLG_(current_state).cxt->base_number : -1); in CLG_()
294 cs->entry[cs->sp].cxt = CLG_(current_state).cxt; in CLG_()
331 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top); in CLG_()
335 CLG_(current_state).cxt ? in CLG_()
336 CLG_(current_state).cxt->base_number : -1, in CLG_()
Ddebug.c432 bbcc = CLG_(current_state).bbcc; in CLG_()
433 print_mangled_cxt(CLG_(current_state).cxt, in CLG_()
Dcommand.c271 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread()
Dglobal.h831 extern exec_state CLG_(current_state);
Ddump.c1159 e->enter_cost, CLG_(current_state).cost); in cs_addCount()
1587 CLG_(current_state).cost ); in print_bbccs_of_thread()
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_events.c440 Uint8 current_state; in SDL_EventState() local
444 current_state = SDL_IGNORE; in SDL_EventState()
447 current_state = SDL_ENABLE; in SDL_EventState()
458 return(current_state); in SDL_EventState()
462 current_state = SDL_ProcessEvents[type]; in SDL_EventState()
480 return(current_state); in SDL_EventState()
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c2558 SENTENCE_CLEANING_STATES current_state; in srec_test_clean_up_sentence() local
2564 current_state = SENTENCE_BEGIN; in srec_test_clean_up_sentence()
2573 switch ( current_state ) in srec_test_clean_up_sentence()
2613 switch ( current_state ) in srec_test_clean_up_sentence()
2627 current_state = SENTENCE_MIDDLE_WITH_SPACE; in srec_test_clean_up_sentence()
2649 switch ( current_state ) in srec_test_clean_up_sentence()
2652 current_state = SENTENCE_BEGIN_BRACKET_BEGIN; in srec_test_clean_up_sentence()
2662 current_state = SENTENCE_BEGIN_BRACKET_BEGIN; in srec_test_clean_up_sentence()
2668 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN; in srec_test_clean_up_sentence()
2678 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN; in srec_test_clean_up_sentence()
[all …]
/external/srec/srec/test/SRecTest/src/
DSRecTest.c2943 SENTENCE_CLEANING_STATES current_state; in srec_test_clean_up_sentence() local
2949 current_state = SENTENCE_BEGIN; in srec_test_clean_up_sentence()
2959 switch ( current_state ) in srec_test_clean_up_sentence()
2999 switch ( current_state ) in srec_test_clean_up_sentence()
3013 current_state = SENTENCE_MIDDLE_WITH_SPACE; in srec_test_clean_up_sentence()
3035 switch ( current_state ) in srec_test_clean_up_sentence()
3038 current_state = SENTENCE_BEGIN_BRACKET_BEGIN; in srec_test_clean_up_sentence()
3048 current_state = SENTENCE_BEGIN_BRACKET_BEGIN; in srec_test_clean_up_sentence()
3054 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN; in srec_test_clean_up_sentence()
3064 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN; in srec_test_clean_up_sentence()
[all …]
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc441 double current_state = 1 - size_animation_->GetCurrentValue(); in GetMinimumSize() local
442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state); in GetMinimumSize()
1644 double current_state = 1 - size_animation_->GetCurrentValue(); in LayoutItems() local
1645 x += static_cast<int>(kNewtabHorizontalPadding * current_state); in LayoutItems()
1646 y += static_cast<int>(kNewtabVerticalPadding * current_state); in LayoutItems()
1647 width -= static_cast<int>(kNewtabHorizontalPadding * current_state); in LayoutItems()
1649 static_cast<int>(kNewtabVerticalPadding * 2 * current_state); in LayoutItems()
1650 separator_margin -= static_cast<int>(kSeparatorMargin * current_state); in LayoutItems()
/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
Dflex.skl283 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
899 * next_state = yy_try_NUL_trans( current_state );
/external/webkit/Source/WebCore/plugins/gtk/
Dgtk2xtbin.h118 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member
/external/v8/src/
Disolate.h985 StateTag current_state = thread_local_top_.current_vm_state_; in SetCurrentVMState() local
986 if (current_state != JS && state == JS) { in SetCurrentVMState()
989 } else if (current_state == JS && state != JS) { in SetCurrentVMState()
997 ASSERT((current_state == JS) == (state == JS)); in SetCurrentVMState()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc208 double current_state = 1 - host_view_->GetAnimationValue(); in Paint() local
211 current_state; in Paint()
214 current_state; in Paint()
218 DetachableToolbarView::CalculateContentArea(current_state, h_padding, in Paint()
/external/bison/src/
Dscan-skel.c413 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
/external/kernel-headers/original/linux/
Dpci.h137 pci_power_t current_state; /* Current operating state. In ACPI-speak, member
/external/elfutils/libcpu/
Di386_lex.c383 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c1263 static yy_ste_type yy_try_NUL_trans YY_PROTO(( yy_ste_type current_state ));
/external/libpcap/
Dscanner.c340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
/external/elfutils/src/
Dldlex.c384 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );

12