Searched refs:n_data_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc143 unsigned int n_data_bytes; local
145 n_data_bytes = 1;
147 n_data_bytes = 2;
149 n_data_bytes = 3;
151 n_data_bytes = 4;
153 if (triplet_index + n_data_bytes > in_size ||
154 triplet_index + n_data_bytes < triplet_index) {
183 triplet_index += n_data_bytes;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc247 unsigned int n_data_bytes; local
249 n_data_bytes = 1;
251 n_data_bytes = 2;
253 n_data_bytes = 3;
255 n_data_bytes = 4;
257 if (triplet_index + n_data_bytes > in_size ||
258 triplet_index + n_data_bytes < triplet_index) {
287 triplet_index += n_data_bytes;

Completed in 185 milliseconds