Home
last modified time | relevance | path

Searched refs:rest_len (Results 1 – 4 of 4) 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/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c562 int rest_len; in g_ascii_formatd() local
615 rest_len = strlen (p + (decimal_point_len-1)); in g_ascii_formatd()
617 rest_len); in g_ascii_formatd()
618 p[rest_len] = 0; in g_ascii_formatd()
/third_party/glib/glib/
Dgstrfuncs.c969 int rest_len; in g_ascii_formatd()
1027 rest_len = strlen (p + (decimal_point_len - 1)); in g_ascii_formatd()
1028 memmove (p, p + (decimal_point_len - 1), rest_len); in g_ascii_formatd()
1029 p[rest_len] = 0; in g_ascii_formatd()