Searched refs:nelt (Results 1 – 4 of 4) sorted by relevance
31 static const int nelt = 20; variable212 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()
185 int i = 1, nelt = 0; in ucl_object_lua_push_array() local188 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()
326 const struct pci_device_table *id, size_t nelt);
6822 pci_match_device(device_t child, const struct pci_device_table *id, size_t nelt) in pci_match_device() argument6834 while (nelt-- > 0) { in pci_match_device()