Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dliteral_cost.c42 size_t last_c = 0; in DecideMultiByteStatsLevel() local
71 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local
88 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local
97 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
104 size_t last_c = i < 2 ? 0 : data[(pos + i - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
/aosp_15_r20/external/brotli/c/enc/
H A 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
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.cc586 char last_c = '\0'; in LocateEndOfHeadersHelper() local