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/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2935 FX_FLOAT nPresent = 0; in Rate() local
2946 nPresent = HValueToFloat(hThis, argTwo); in Rate()
2948 bFlags = ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)); in Rate()
2953 (FXSYS_pow((FX_FLOAT)(nFuture / nPresent), in Rate()