Home
last modified time | relevance | path

Searched refs:first_length (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmmst.c131 int first_length= exact_length - 16; in send_command_packet() local
132 int len8= first_length/8; in send_command_packet()
136 AV_WL32(mms->out_buffer + 8, first_length); in send_command_packet()
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function641 size_t first_length = first_length_val;
643 size_t length = first_length + second_length;
718 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_enc, inbuf, first_length, encbuf, &outlen));
722 mbedtls_cipher_update(&ctx_enc, inbuf + first_length, second_length,
740 second_length = totaloutlen - first_length;
741 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_dec, encbuf, first_length, decbuf, &outlen));
745 mbedtls_cipher_update(&ctx_dec, encbuf + first_length, second_length,
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc288 int32_t first_length = GetOrFinish( in VisitConsString() local
292 IndexModifier modifier(this, -first_length, -first_length); in VisitConsString()
/third_party/node/deps/v8/src/objects/
Dstring.cc886 int first_length = boundary - start; in WriteToFlat() local
888 if (second_length >= first_length) { in WriteToFlat()
890 if (first_length > 0) { in WriteToFlat()
891 WriteToFlat(first, sink, start, first_length, cage_base, in WriteToFlat()
899 length -= first_length; in WriteToFlat()
/third_party/gn/src/gn/
Dcommand_format.cc137 Metrics() : first_length(-1), longest_length(-1), multiline(false) {} in Metrics()
138 int first_length; member