Searched refs:num (Results 151 - 175 of 1798) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/ratio/operations/
H A Dops1.cc33 VERIFY( r.num == 19 );
43 VERIFY( r.num == -1 );
53 VERIFY( r.num == 5 );
63 VERIFY( r.num == 9 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dfor2.C10 for (enum E {num};;)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Drecord.h28 extern int record_arch_list_add_reg (struct regcache *regcache, int num);
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.search.c75 int num; local
83 for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--);
84 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++);
85 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--);
86 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++);
87 num
[all...]
/netbsd-6-1-5-RELEASE/games/monop/
H A Dcards.c242 int num; local
253 num = atoi(thiscard->actioncode+2);
261 play[i].money -= num;
262 num = num * (num_play - 1);
264 cur_p->money += num;
270 play[i].money += num;
271 num = num * (num_play - 1);
273 cur_p->money -= num;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Dmisc.c96 unsigned long long num = 0; local
144 num = (num * 2) + (ch - '0');
155 num = (num * 10) + (ch - '0');
166 num = (num * 8) + (ch - '0');
177 num = (num * 16) + (ch - '0');
181 num
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dppccap.c18 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
20 int bn_mul_mont_fpu64(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num);
21 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num);
26 if (num>=8 && (num&3)==0 && (OPENSSL_ppccap_P&PPC_FPU64))
27 return bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
31 if (num>=32 && (num&3)==0 && (OPENSSL_ppccap_P&PPC_FPU64))
37 ret=bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
47 return bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvarray.h128 #define VARRAY_CHAR_INIT(va, num, name) \
129 va = varray_init (num, VARRAY_DATA_C, name)
131 #define VARRAY_UCHAR_INIT(va, num, name) \
132 va = varray_init (num, VARRAY_DATA_UC, name)
134 #define VARRAY_SHORT_INIT(va, num, name) \
135 va = varray_init (num, VARRAY_DATA_S, name)
137 #define VARRAY_USHORT_INIT(va, num, name) \
138 va = varray_init (num, VARRAY_DATA_US, name)
140 #define VARRAY_INT_INIT(va, num, name) \
141 va = varray_init (num, VARRAY_DATA_
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvarray.h129 #define VARRAY_CHAR_INIT(va, num, name) \
130 va = varray_init (num, VARRAY_DATA_C, name)
132 #define VARRAY_UCHAR_INIT(va, num, name) \
133 va = varray_init (num, VARRAY_DATA_UC, name)
135 #define VARRAY_SHORT_INIT(va, num, name) \
136 va = varray_init (num, VARRAY_DATA_S, name)
138 #define VARRAY_USHORT_INIT(va, num, name) \
139 va = varray_init (num, VARRAY_DATA_US, name)
141 #define VARRAY_INT_INIT(va, num, name) \
142 va = varray_init (num, VARRAY_DATA_
[all...]
/netbsd-6-1-5-RELEASE/games/mille/
H A Dend.c54 int temp, tot, num; local
60 num = pp - Player;
61 temp = num * 6 + 21 + 1;
79 if (Player[other(num)].mileage == 0) {
99 reg int x, num, tot, count; local
101 num = pp - Player;
103 x = num * 6 + 21 + 3;
107 pp = &Player[other(num)];
117 pp = &Player[num];
131 if (Player[other(num)]
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.y151 long num = 0;
164 num = (num << 6) + (q - x) + 1;
166 num <<= 8;
167 if(num > 0x7fffffff)
168 num = -(0xffffffff - num + 1);
169 return num;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dnumtoa.c21 u_int32 num
27 netnum = ntohl(num);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dcmovd.c30 unsigned num = len >> 3; local
37 for (i = 0; i < num; i++)
H A Dcmovh.c30 unsigned num = len >> 1; local
36 for (i = 0; i < num; i++)
H A Dcmovw.c30 unsigned num = len >> 2; local
37 for (i = 0; i < num; i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/statistic/
H A Dsample_mean.hpp58 const size_t num = std::distance(b, e); local
59 return total / num;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/frv/
H A Dcmovd.c33 unsigned num = len >> 3; local
40 for (i = 0; i < num; i++)
H A Dcmovh.c33 unsigned num = len >> 1; local
39 for (i = 0; i < num; i++)
H A Dcmovw.c33 unsigned num = len >> 2; local
40 for (i = 0; i < num; i++)
/netbsd-6-1-5-RELEASE/usr.bin/tip/aculib/
H A Ddf.c52 df02_dialer(char *num, char *acu) argument
55 return (df_dialer(num, acu, 0));
59 df03_dialer(char *num, char *acu) argument
62 return (df_dialer(num, acu, 1));
67 df_dialer(char *num, char *acu __unused, int df03) argument
103 (void)alarm(5 * strlen(num) + 10);
108 (void)write(f, num, strlen(num));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_mpi.c66 int num=0; local
71 num=(bits+7)/8;
77 return(num+4+ext);
79 l=num+ext;
85 num=BN_bn2bin(a,&(d[4+ext]));
88 return(num+4+ext);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/vendor_defns/
H A Dsureware.h65 * in/out param buf : a num bytes long buffer where random bytes will be put
66 * in param num : the number of bytes into buf
68 typedef int SureWareHook_Rand_Bytes_t(char*const msg,unsigned char *buf, int num);
81 * in param num : the number of bytes into buf
83 typedef int SureWareHook_Rand_Seed_t(char*const msg,const void *buf, int num);
95 * out param num: the effective key length in bytes
98 typedef int SureWareHook_Load_Privkey_t(char*const msg,const char *key_id,char **hptr,unsigned long *num,char *keytype);
110 * out param num: the effective key length in bytes
113 typedef int SureWareHook_Info_Pubkey_t(char*const msg,const char *key_id,unsigned long *num,
125 * in param num
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_pkt.c68 int i,num,tot; local
73 num=s->init_num;
77 i=BIO_write(s->wbio,&(buf[tot]),num);
81 s->init_num=num;
85 if (i == num) return(tot+i);
87 num-=i;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20071120-1.c21 unsigned num; member in struct:VEC_deferred_access_base
28 (void)((vec_ && vec_->num) ? 0 : (vec_assert_fail (), 0));
29 return &vec_->vec[vec_->num - 1];
35 (void)((vec_->num) ? 0 : (vec_assert_fail (), 0));
36 --vec_->num;
77 deferred_access_stack->base.num = 2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Dfe-check.h39 checkflags (int num, int want) argument
42 CHECKFLAG (num, FE_INVALID, got, want)
43 CHECKFLAG (num, FE_OVERFLOW, got, want)
44 CHECKFLAG (num, FE_UNDERFLOW, got, want)
45 CHECKFLAG (num, FE_DIVBYZERO, got, want)
46 CHECKFLAG (num, FE_INEXACT, got, want)

Completed in 160 milliseconds

1234567891011>>