/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | coex.h | 136 BT_MBOX_MSG(_notif,_num,_field) global() argument 140 BT_MBOX_PRINT(_num,_field,_end) global() argument
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp_mul.c | 120 fp _num; in fp_div() local 121 _num.magic = WORD(0); in fp_div() 123 ret = fp_copy(&_num, num); EG(ret, err1); in fp_div() 125 ret = fp_mul(out, &_num, out); in fp_div() 128 fp_uninit(&_num); in fp_div()
|
/freebsd/libexec/rc/rc.d/ |
H A D | jail | 39 local i _jv _name _param _num _def _name1 _name2 43 _num=$4 46 case $_num in 68 i=$_num
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_gpiovar.h | 149 #define CC_GPIO_VALID_PINS(_first, _num) \ argument 150 ((_num) <= CC_GPIO_NPINS && CC_GPIO_NPINS - (_num) >= _first)
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 127 #define NEXT_POWER_OF_2(_num, _nextPow) \ argument 130 if (POWER_OF_2(_num)) \ 131 _nextPow = (_num); \ 134 uint64_t tmp = (_num); \
|
/freebsd/tools/build/cross-build/include/common/ |
H A D | libutil.h | 42 int expand_number(const char *_buf, uint64_t *_num);
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | libutil.h | 49 int expand_number(const char *_buf, uint64_t *_num);
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86-mont.pl | 58 $_num=&DWP(4*0,"esp"); # stack top layout 439 &mov ($_num,$num); 458 &cmp ($j,$_num); 557 &cmp ($j,$_num);
|
H A D | armv4-mont.pl | 97 $_num="$num,#15*4"; $_bpend=$_num;
|
/freebsd/sys/netinet/libalias/ |
H A D | alias.h | 88 void LibAliasSetFWBase(struct libalias *, unsigned int _base, unsigned int _num);
|
/freebsd/sys/sys/ |
H A D | sdt.h | 240 #define SDT_PROBE_ARGTYPE(_prov, _mod, _func, _name, _num, _type, _xtype) \ argument 242 sdta_##_prov##_##_mod##_##_func##_##_name##_num[1] = { \ 244 .ndx = _num, \ 251 sdta_##_prov##_##_mod##_##_func##_##_name##_num);
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | sparse_array.h | 41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 615 return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); \ 626 int n_elem = sk_##T##_num(ctx->FIELD); \ 658 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \ 682 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPENSSL_SA.pod | 51 B<ossl_sa_I<TYPE>_num>() returns the number of elements in I<sa> or 0 if I<sa> 100 B<ossl_sa_I<TYPE>_num>() returns the number of elements in the sparse array or
|
/freebsd/lib/libutil/ |
H A D | libutil.h | 92 int expand_number(const char *_buf, uint64_t *_num);
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1436 #define ath_hal_set11n_aggr_first(_ah, _ds, _len, _num) \ argument 1437 ((*(_ah)->ah_set11nAggrFirst)((_ah), (_ds), (_len), (_num))) 1438 #define ath_hal_set11n_aggr_middle(_ah, _ds, _num) \ argument 1439 ((*(_ah)->ah_set11nAggrMiddle)((_ah), (_ds), (_num)))
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DEFINE_STACK_OF.pod | 103 B<sk_I<TYPE>_num>() returns the number of elements in I<sk> or -1 if I<sk> is 232 It is not an error to call B<sk_I<TYPE>_num>(), B<sk_I<TYPE>_value>(), 252 B<sk_I<TYPE>_num>() returns the number of elements in the stack or B<-1> if the
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | safestack.h.in | 72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
H A D | safestack.h | 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | lpr.c | 110 int _num, int len);
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_mem2.c | 637 SYSCTL_INT(_dev_netmap, OID_AUTO, name##_num, \ 644 SYSCTL_INT(_dev_netmap, OID_AUTO, priv_##name##_num, \
|