Searched refs:ftotal (Results 1 – 2 of 2) sorted by relevance
127 int utotal, ftotal; in q40_ctx_law() local129 ftotal = frameLeft; in q40_ctx_law()149 *frameUsed += (ftotal - frameLeft); in q40_ctx_law()163 int utotal, ftotal; in q40_ctx_s8() local166 ftotal = frameLeft; in q40_ctx_s8()186 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8()200 int utotal, ftotal; in q40_ctx_u8() local202 ftotal = frameLeft; in q40_ctx_u8()221 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8()237 int utotal, ftotal; in q40_ctc_law() local[all …]
426 unsigned int ftotal, flocal; in crush_choose_firstn() local444 ftotal = 0; in crush_choose_firstn()457 r += ftotal; in crush_choose_firstn()544 ftotal++; in crush_choose_firstn()554 else if (ftotal < tries) in crush_choose_firstn()562 reject, collide, ftotal, in crush_choose_firstn()578 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_firstn()579 map->choose_tries[ftotal]++; in crush_choose_firstn()606 unsigned int ftotal; in crush_choose_indep() local623 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()[all …]