Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A 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/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc288 int32_t first_length = GetOrFinish(
292 IndexModifier modifier(this, -first_length, -first_length);
/third_party/node/deps/v8/src/objects/
H A 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/
H A Dcommand_format.cc137 Metrics() : first_length(-1), longest_length(-1), multiline(false) {} in Metrics()
138 int first_length; member

Completed in 8 milliseconds