Searched refs:ftotal (Results 1 – 2 of 2) sorted by relevance
128 int utotal, ftotal; in q40_ctx_law() local130 ftotal = frameLeft; in q40_ctx_law()150 *frameUsed += (ftotal - frameLeft); in q40_ctx_law()164 int utotal, ftotal; in q40_ctx_s8() local167 ftotal = frameLeft; in q40_ctx_s8()187 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8()201 int utotal, ftotal; in q40_ctx_u8() local203 ftotal = frameLeft; in q40_ctx_u8()222 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8()238 int utotal, ftotal; in q40_ctc_law() local[all …]
468 unsigned int ftotal, flocal; in crush_choose_firstn() local486 ftotal = 0; in crush_choose_firstn()499 r += ftotal; in crush_choose_firstn()595 ftotal++; in crush_choose_firstn()605 else if (ftotal < tries) in crush_choose_firstn()613 reject, collide, ftotal, in crush_choose_firstn()629 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_firstn()630 map->choose_tries[ftotal]++; in crush_choose_firstn()659 unsigned int ftotal; in crush_choose_indep() local676 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()[all …]