Searched refs:x_bytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Djwk_serializer_openssl.cc62 std::string x_bytes; local
65 WriteInto(&x_bytes, degree_bytes + 1)), degree_bytes, x.get()) ||
75 base::Base64Encode(x_bytes, &x_b64);
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc252 size_t x_bytes = 0; local
265 x_bytes += 1;
267 x_bytes += 2;
305 if (*offset + x_bytes + y_bytes > dst_size) {
311 size_t y_offset = *offset + x_bytes;
H A Dwoff2_dec.cc210 unsigned int x_bytes = 0; local
222 x_bytes += 1;
224 x_bytes += 2;
262 unsigned int xy_bytes = x_bytes + y_bytes;
263 if (xy_bytes < x_bytes ||
270 int y_offset = flag_offset + x_bytes;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc314 unsigned int x_bytes = 0; local
326 x_bytes += 1;
328 x_bytes += 2;
366 unsigned int xy_bytes = x_bytes + y_bytes;
367 if (xy_bytes < x_bytes ||
374 int y_offset = flag_offset + x_bytes;

Completed in 2930 milliseconds