Home
last modified time | relevance | path

Searched refs:nlength (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/search/
Dlfind.c36 size_t nlength = LENGTH1; in lfind_0100() local
40 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0100()
52 size_t nlength = LENGTH2; in lfind_0200() local
56 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0200()
/third_party/mbedtls/include/mbedtls/
Dssl_ticket.h164 const unsigned char *name, size_t nlength,
/third_party/mbedtls/library/
Dssl_ticket.c156 const unsigned char *name, size_t nlength, in mbedtls_ssl_ticket_rotate() argument
172 if (nlength < TICKET_KEY_NAME_BYTES || klength * 8 < (size_t) bitlen) { in mbedtls_ssl_ticket_rotate()
/third_party/ltp/scripts/
Dcheckpatch.pl4194 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);