Home
last modified time | relevance | path

Searched refs:in_bytes (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dlocs.py178 def __init__(self, loc, in_bytes, expanded, expanded_bytes):
180 self.in_bytes = in_bytes
189 in_bytes, in_unit = fmt_bytes(self.in_bytes)
191 self.loc, in_bytes, in_unit, self.expanded, exp_bytes, exp_unit, self.ratio())
195 def __init__(self, file, target, loc, in_bytes, expanded, expanded_bytes):
196 super().__init__(loc, in_bytes, expanded, expanded_bytes)
214 self.in_bytes += unit.in_bytes
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c153 u8_t in_bytes[8]; in snmpv3_crypt() local
156 for (j = 0; j < LWIP_ARRAYSIZE(in_bytes); j++) { in snmpv3_crypt()
157 if (snmp_pbuf_stream_read(&read_stream, &in_bytes[j]) != ERR_OK) { in snmpv3_crypt()
162 if (mbedtls_cipher_update(&ctx, in_bytes, LWIP_ARRAYSIZE(in_bytes), out_bytes, &out_len) != 0) { in snmpv3_crypt()
/third_party/openssl/test/
H A Ddestest.c713 int in_bytes = test_des_key_wrap_sizes[idx]; in test_des_key_wrap() local
721 if (!TEST_size_t_le(in_bytes, sizeof(in)) in test_des_key_wrap()
725 || !TEST_true(in_bytes % bs == 0) in test_des_key_wrap()
730 for (i = 0; i < in_bytes; i++) in test_des_key_wrap()
742 in, in_bytes))) in test_des_key_wrap()
745 expect = (in_bytes + (bs - 1)) / bs * bs + 2 * bs; in test_des_key_wrap()
766 if (!TEST_mem_eq(in, in_bytes, p_txt, plen)) in test_des_key_wrap()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c2284 png_uint_32 in_bytes = 0; in zlib_advance() local
2289 while (in_bytes < nbytes && endrc == ZLIB_OK) in zlib_advance()
2442 in_bytes += 1 - zlib->z.avail_in; in zlib_advance()
2445 assert(in_bytes == nbytes || endrc != ZLIB_OK); in zlib_advance()
2449 zlib->compressed_digits, in_bytes - zlib->z.avail_in); in zlib_advance()
2478 if (in_bytes < nbytes) in zlib_advance()
2481 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp116 bool in_bytes = input_spec[2] == 'b'; in setup_cs() local
117 input_classes.push_back(RegClass::get(type, size * (in_bytes ? 1 : 4))); in setup_cs()
119 input_spec += 2 + in_bytes; in setup_cs()
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c566 size_t in_bytes = fsize; in get_file_data() local
581 status = tdefl_compress(&g_deflator, next_in, &in_bytes, next_out, &out_bytes, TDEFL_FINISH); in get_file_data()
/third_party/astc-encoder/Source/
H A Dtinyexr.h2087 size_t in_bytes, out_bytes; in mz_deflate() local
2106 in_bytes = pStream->avail_in; in mz_deflate()
2110 pStream->next_in, &in_bytes, pStream->next_out, in mz_deflate()
2112 pStream->next_in += (mz_uint)in_bytes; in mz_deflate()
2113 pStream->avail_in -= (mz_uint)in_bytes; in mz_deflate()
2114 pStream->total_in += (mz_uint)in_bytes; in mz_deflate()
2241 size_t in_bytes, out_bytes, orig_avail_in; in mz_inflate() local
2264 in_bytes = pStream->avail_in; in mz_inflate()
2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, in mz_inflate()
2270 pStream->next_in += (mz_uint)in_bytes; in mz_inflate()
[all...]

Completed in 26 milliseconds