Home
last modified time | relevance | path

Searched defs:last_c (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dliteral_cost.c40 size_t last_c = 0; in DecideMultiByteStatsLevel() local
68 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local
85 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local
94 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
101 size_t last_c = i < 2 ? 0 : data[(pos + i - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py836 last_c, argument