Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dgcm.c1021 size_t rest_len = pt_len_test_data[i] - 32; in mbedtls_gcm_self_test() local
1033 rest_len, in mbedtls_gcm_self_test()
1037 if( olen != rest_len ) in mbedtls_gcm_self_test()
1094 size_t rest_len = pt_len_test_data[i] - 32; in mbedtls_gcm_self_test() local
1105 rest_len, in mbedtls_gcm_self_test()
1109 if( olen != rest_len ) in mbedtls_gcm_self_test()
/third_party/python/Python/
Dpystrtod.c466 size_t rest_len = strlen(buffer + in change_decimal_from_locale_to_dot() local
470 rest_len); in change_decimal_from_locale_to_dot()
471 buffer[rest_len] = 0; in change_decimal_from_locale_to_dot()
/third_party/rust/crates/nom/src/combinator/
Dtests.rs89 assert_parse!(rest_len(input), Ok((input, input.len()))); in rest_len_on_slices()
Dmod.rs48 pub fn rest_len<T, E: ParseError<T>>(input: T) -> IResult<T, usize, E> in rest_len() function
/third_party/rust/crates/nom/
DCHANGELOG.md575 - @kurnevsky for the `rest_len` parser
588 - `rest_len` parser, returns the length of the remaining input