Home
last modified time | relevance | path

Searched defs:nelts (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/clients/ksu/
H A Dxmalloc.c50 void *xcalloc (size_t nelts, size_t eltsz) in xcalloc()
/freebsd/contrib/flex/src/
H A Dflexdef.h1043 int nelts; /* number of elements. */ member
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c226 int nelts, int idx) in constant_time_lookup_niels()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c339 size_t max = 0, nelts = 0; in ucl_object_lua_fromtable() local