| /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/lib/libutil/ |
| H A D | libutil.h | 91 int expand_number(const char *_buf, int64_t *_num); 92 int expand_unsigned(const char *_buf, uint64_t *_num); 95 #define expand_number(_buf, _num) \ argument 96 _Generic((_num), \ 98 default: expand_number)((_buf), (_num))
|
| /freebsd/sys/dev/bhnd/cores/chipc/ |
| H A D | chipc_gpiovar.h | 148 #define CC_GPIO_VALID_PINS(_first, _num) \ argument 149 ((_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, int64_t *_num);
|
| /freebsd/tools/build/cross-build/include/linux/ |
| H A D | libutil.h | 49 int expand_number(const char *_buf, int64_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/crypto/openssl/include/crypto/ |
| H A D | sparse_array.h | 40 …ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) * sa) …
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | priority_queue.h | 43 …ossl_pqueue_##type##_num(const PRIORITY_QUEUE_OF(type) * pq) …
|
| H A D | list.h | 86 ossl_list_##name##_num(const OSSL_LIST(name) * list) \
|
| /freebsd/sys/sys/ |
| H A D | sdt.h | 244 #define SDT_PROBE_ARGTYPE(_prov, _mod, _func, _name, _num, _type, _xtype) \ argument 246 sdta_##_prov##_##_mod##_##_func##_##_name##_num[1] = { \ 248 .ndx = _num, \ 255 sdta_##_prov##_##_mod##_##_func##_##_name##_num);
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | DEFINE_LIST_OF.pod | 68 B<ossl_list_I<TYPE>_num>() returns the number of elements in I<list>. 98 B<ossl_list_I<TYPE>_num>() returns the number of elements in the
|
| H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 51 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in I<pq> 92 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in the
|
| 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/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 637 …return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); … 647 …int n_elem = sk_##T##_num(ctx->FIELD); … 679 …if (sk_##T##_num(ctx->FIELD) != ++n_elem) { … 703 …if (sk_##T##_num(ctx->FIELD) != ++n_elem) { …
|
| /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 228 It is not an error to call B<sk_I<TYPE>_num>(), B<sk_I<TYPE>_value>(), 248 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 | 74 …static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) …
|
| H A D | safestack.h | 71 …static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) …
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | provider.c | 582 evp *alg = sk_##evp##_value(source, *algorithm % sk_##evp##_num(source)); \
|
| /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 | 639 SYSCTL_INT(_dev_netmap, OID_AUTO, name##_num, \ 648 SYSCTL_INT(_dev_netmap, OID_AUTO, priv_##name##_num, \
|