Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-gmp.h419 unsigned long _num; \
421 _num = (unsigned long) (mp_limb_t) ~(xl); \
422 _num = (_num << GMP_NUMB_BITS) | MPFR_LIMB_MAX; \
423 (invxl) = _num / (xl); \
428 unsigned long _num; \
429 _num = ((unsigned long) (n1) << GMP_NUMB_BITS) | (n0); \
430 (q) = _num / (d); \
431 (r) = _num % (d); \
/netbsd-src/distrib/amiga/miniroot/
H A Ddot.profile57 _num=0
59 echo " $_num $i"
60 _num=`expr $_num + 1`
74 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
/netbsd-src/distrib/atari/floppies/common/
H A Ddot.profile81 _num=0
83 echo " $_num $i"
84 _num=$(( $_num + 1 ))
98 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
/netbsd-src/sys/arch/evbppc/wii/dev/
H A Dhwgpio.c46 #define PIN(_num, _name, _caps) \ argument
47 { .pin_num = (_num), \
/netbsd-src/games/sail/
H A Darray.h146 unsigned ARRAY##_num(const struct ARRAY *a); \
189 ARRAY##_num(const struct ARRAY *a) \
/netbsd-src/external/bsd/tradcpp/dist/
H A Darray.h171 INLINE unsigned ARRAY##_num(const struct ARRAY *a); \
211 ARRAY##_num(const struct ARRAY *a) \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dx86-mont.pl58 $_num=&DWP(4*0,"esp"); # stack top layout
439 &mov ($_num,$num);
458 &cmp ($j,$_num);
557 &cmp ($j,$_num);
H A Darmv4-mont.pl97 $_num="$num,#15*4"; $_bpend=$_num;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dx86-mont.pl59 $_num=&DWP(4*0,"esp"); # stack top layout
440 &mov ($_num,$num);
459 &cmp ($j,$_num);
558 &cmp ($j,$_num);
H A Darmv4-mont.pl95 $_num="$num,#15*4"; $_bpend=$_num;
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c615 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) { \
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsparse_array.h41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPENSSL_SA.pod51 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsafestack.h27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDEFINE_STACK_OF.pod103 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
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dsafestack.h.in72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
/netbsd-src/sys/dev/pci/
H A Dif_mcx.c783 #define __token(_tok, _num) _tok##_num argument
784 #define _token(_tok, _num) __token(_tok, _num) argument