Home
last modified time | relevance | path

Searched refs:nPresent (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/helgrind/
Dlibhb_core.c4056 Word nPresent; in note_local_Kw_n_stack_for() local
4071 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()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp2713 FX_FLOAT nPresent = ValueToFloat(pThis, argTwo.get()); in Rate() local
2715 if ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)) { in Rate()
2721 FXSYS_pow((FX_FLOAT)(nFuture / nPresent), (FX_FLOAT)(1 / nTotalNumber)) - in Rate()