Searched refs:nPresent (Results 1 – 1 of 1) sorted by relevance
4056 Word nPresent; in note_local_Kw_n_stack_for() local4071 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()4075 if (nPresent >= N_KWs_N_STACKs_PER_THREAD) { in note_local_Kw_n_stack_for()4076 VG_(dropHeadXA)( thr->local_Kws_n_stacks, nPresent / 2 ); in note_local_Kw_n_stack_for()4077 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()4083 if (nPresent > 0) { in note_local_Kw_n_stack_for()4085 = (ULong_n_EC*)VG_(indexXA)( thr->local_Kws_n_stacks, nPresent-1 ); in note_local_Kw_n_stack_for()4089 if (nPresent == 0) in note_local_Kw_n_stack_for()