Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c31 static const int nelt = 20; variable
212 count = pcg32_random () % nelt; in ucl_test_integer()
258 count = pcg32_random () % nelt; in ucl_test_string()
309 count = pcg32_random () % nelt; in ucl_test_boolean()
328 count = pcg32_random () % nelt; in ucl_test_map()
398 count = pcg32_random () % nelt; in ucl_test_array()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c185 int i = 1, nelt = 0; in ucl_object_lua_push_array() local
188 nelt = obj->len; in ucl_object_lua_push_array()
190 lua_createtable (L, nelt, 0); in ucl_object_lua_push_array()
206 nelt ++; in ucl_object_lua_push_array()
209 lua_createtable (L, nelt, 0); in ucl_object_lua_push_array()
/freebsd/sys/dev/pci/
H A Dpcivar.h326 const struct pci_device_table *id, size_t nelt);
H A Dpci.c6822 pci_match_device(device_t child, const struct pci_device_table *id, size_t nelt) in pci_match_device() argument
6834 while (nelt-- > 0) { in pci_match_device()