Home
last modified time | relevance | path

Searched defs:nums (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c195 static int computesizes (int nums[], int *narray) { in computesizes()
217 static int countint (const TValue *key, int *nums) { in countint()
228 static int numusearray (const Table *t, int *nums) { in numusearray()
253 static int numusehash (const Table *t, int *nums, int *pnasize) { in numusehash()
344 int nums[MAXBITS+1]; /* nums[i] = number of keys with 2^(i-1) < k <= 2^i */ in rehash() local
/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py96 nums = [] variable
237 nums = nums[0:i] variable
/freebsd/contrib/lua/src/
H A Dltable.c391 static unsigned int computesizes (unsigned int nums[], unsigned int *pna) { in computesizes()
413 static int countint (lua_Integer key, unsigned int *nums) { in countint()
429 static unsigned int numusearray (const Table *t, unsigned int *nums) { in numusearray()
456 static int numusehash (const Table *t, unsigned int *nums, unsigned int *pna) { in numusehash()
601 unsigned int nums[MAXABITS + 1]; in rehash() local
/freebsd/tools/regression/zfs/
H A Dmisc.sh394 nums() function
/freebsd/contrib/atf/atf-c/detail/
H A Dlist_test.c272 int nums[10]; in ATF_TC_BODY() local
311 int nums[10]; in ATF_TC_BODY() local
H A Dmap_test.c286 int nums[10]; in ATF_TC_BODY() local
327 int nums[10]; in ATF_TC_BODY() local
/freebsd/contrib/bc/src/
H A Dlang.c161 bc_array_init(BcVec* a, bool nums) in bc_array_init()
H A Dvector.c240 uchar amt, nums[sizeof(size_t) + 1]; in bc_vec_pushIndex() local
/freebsd/usr.bin/sort/
H A Dbwstring.c399 size_t nums = BWSLEN(src) - offset; in bwsnocpy() local
453 int nums; in bwsfwrite() local
461 int nums; in bwsfwrite() local
/freebsd/lib/msun/tests/
H A Dinvctrig_test.c272 static const long double nums[] = { in ATF_TC_BODY() local
H A Dctrig_test.c305 static const long double nums[] = { in ATF_TC_BODY() local
/freebsd/contrib/bc/include/
H A Dlibrary.h374 BcVec nums; member
/freebsd/usr.bin/tip/tip/
H A Dcmds.c728 int nums[3]; in prtime() local