Searched refs:last_c (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | literal_cost.c | 40 size_t last_c = 0; in DecideMultiByteStatsLevel() local 44 ++counts[UTF8Position(last_c, c, 2)]; in DecideMultiByteStatsLevel() 45 last_c = c; in DecideMultiByteStatsLevel() 68 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local 74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 75 last_c = c; in EstimateBitCostsForLiteralsUTF8() 85 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 94 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local 95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() [all …]
|
/third_party/node/deps/brotli/c/enc/ |
D | literal_cost.c | 40 size_t last_c = 0; in DecideMultiByteStatsLevel() local 44 ++counts[UTF8Position(last_c, c, 2)]; in DecideMultiByteStatsLevel() 45 last_c = c; in DecideMultiByteStatsLevel() 68 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local 74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 75 last_c = c; in EstimateBitCostsForLiteralsUTF8() 85 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() 94 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local 95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() [all …]
|
/third_party/boost/libs/safe_numerics/example/ |
D | example92.cpp | 157 uint32 last_c = c; in test() local 162 << last_c << ' ' in test() 163 << to_microseconds(last_c) << ' ' in test()
|
D | example93.cpp | 264 c_t last_c = c; in test() local 268 << last_c << ' ' in test() 269 << to_microseconds(last_c) << ' ' in test()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | depthwise_conv2d.cl | 102 bool last_c = (get_global_id(0) == (dst_size.z >> 1)) && ((dst_size.z & 0x1) == 1); 162 if (!last_c) { 167 if (!last_c) { 173 if (!last_c) { 179 if (!last_c) { 266 bool last_c = (get_global_id(0) == (dst_size.z >> 1)) && ((dst_size.z & 0x1) == 1); 303 if (!last_c) { 308 if (!last_c) { 416 bool last_c = (get_global_id(0) == (dst_size.z >> 1)) && ((dst_size.z & 0x1) == 1); 441 if (!last_c) { [all …]
|