Searched refs:second_length (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | string.cc | 887 int second_length = start + length - boundary; in WriteToFlat() local 888 if (second_length >= first_length) { in WriteToFlat() 906 if (second_length > 0) { in WriteToFlat() 911 if (second_length == 1) { in WriteToFlat() 918 second_length); in WriteToFlat() 920 WriteToFlat(second, sink + boundary - start, 0, second_length, in WriteToFlat() 923 length -= second_length; in WriteToFlat()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_cipher.function | 642 size_t second_length = second_length_val; 643 size_t length = first_length + second_length; 722 mbedtls_cipher_update(&ctx_enc, inbuf + first_length, second_length, 740 second_length = totaloutlen - first_length; 745 mbedtls_cipher_update(&ctx_dec, encbuf + first_length, second_length,
|