Searched defs:nums (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltable.c | 195 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 D | karatsuba.py | 96 nums = [] variable 237 nums = nums[0:i] variable
|
/freebsd/contrib/lua/src/ |
H A D | ltable.c | 391 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 D | misc.sh | 394 nums() function
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | list_test.c | 272 int nums[10]; in ATF_TC_BODY() local 311 int nums[10]; in ATF_TC_BODY() local
|
H A D | map_test.c | 286 int nums[10]; in ATF_TC_BODY() local 327 int nums[10]; in ATF_TC_BODY() local
|
/freebsd/contrib/bc/src/ |
H A D | lang.c | 161 bc_array_init(BcVec* a, bool nums) in bc_array_init()
|
H A D | vector.c | 240 uchar amt, nums[sizeof(size_t) + 1]; in bc_vec_pushIndex() local
|
/freebsd/usr.bin/sort/ |
H A D | bwstring.c | 399 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 D | invctrig_test.c | 272 static const long double nums[] = { in ATF_TC_BODY() local
|
H A D | ctrig_test.c | 305 static const long double nums[] = { in ATF_TC_BODY() local
|
/freebsd/contrib/bc/include/ |
H A D | library.h | 374 BcVec nums; member
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 728 int nums[3]; in prtime() local
|