Home
last modified time | relevance | path

Searched defs:needed_length (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/
Dstring_buffer.c92 uint32_t needed_length = str->length + len + 1; in _mesa_string_buffer_append_len() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc240 int needed_length; in SharedPrintfCode() local
318 int needed_length = VSNPrintf(buffer, length, format, args); in internal_snprintf() local
/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_encoder.cc179 uint8_t needed_length = config_.has_value() in MaybeReplaceConnectionId() local
/external/python/cpython2/Parser/
Dtokenizer.c627 int skip_next_lf = 0, needed_length = strlen(s) + 2, final_length; in translate_newlines() local
/external/python/cpython3/Parser/
Dtokenizer.c597 size_t needed_length = strlen(s) + 2, final_length; in translate_newlines() local