Searched refs:_num (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | mpfr-gmp.h | 419 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 D | dot.profile | 57 _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 D | dot.profile | 81 _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 D | hwgpio.c | 46 #define PIN(_num, _name, _caps) \ argument 47 { .pin_num = (_num), \
|
| /netbsd-src/games/sail/ |
| H A D | array.h | 146 unsigned ARRAY##_num(const struct ARRAY *a); \ 189 ARRAY##_num(const struct ARRAY *a) \
|
| /netbsd-src/external/bsd/tradcpp/dist/ |
| H A D | array.h | 171 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 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;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | x86-mont.pl | 59 $_num=&DWP(4*0,"esp"); # stack top layout 440 &mov ($_num,$num); 459 &cmp ($j,$_num); 558 &cmp ($j,$_num);
|
| H A D | armv4-mont.pl | 95 $_num="$num,#15*4"; $_bpend=$_num;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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) { \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
| H A D | sparse_array.h | 41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | safestack.h | 27 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 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | safestack.h.in | 72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_mcx.c | 783 #define __token(_tok, _num) _tok##_num argument 784 #define _token(_tok, _num) __token(_tok, _num) argument
|