Searched refs:left_ec (Results 1 – 2 of 2) sorted by relevance
88 ENTROPY_CONTEXT above_ec = 0, left_ec = 0; in get_entropy_context() local93 left_ec = l[0] != 0; in get_entropy_context()97 left_ec = !!*(const uint16_t *)l; in get_entropy_context()101 left_ec = l[0] != 0; in get_entropy_context()105 left_ec = !!*(const uint32_t *)l; in get_entropy_context()109 left_ec = !!*(const uint16_t *)l; in get_entropy_context()113 left_ec = !!*(const uint64_t *)l; in get_entropy_context()117 left_ec = !!*(const uint32_t *)l; in get_entropy_context()121 left_ec = !!*(const uint16_t *)l; in get_entropy_context()125 left_ec = !!*(const uint32_t *)l; in get_entropy_context()[all …]
168 ENTROPY_CONTEXT above_ec = 0, left_ec = 0; in get_entropy_context() local173 left_ec = l[0] != 0; in get_entropy_context()177 left_ec = !!*(const uint16_t *)l; in get_entropy_context()181 left_ec = !!*(const uint32_t *)l; in get_entropy_context()185 left_ec = !!*(const uint64_t *)l; in get_entropy_context()190 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()