Searched refs:num (Results 76 - 100 of 485) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dprofile.c69 u64 num; member in struct:mlx4_resource
94 profile[MLX4_RES_QP].num = request->num_qp;
95 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp;
96 profile[MLX4_RES_ALTC].num = request->num_qp;
97 profile[MLX4_RES_AUXC].num = request->num_qp;
98 profile[MLX4_RES_SRQ].num = request->num_srq;
99 profile[MLX4_RES_CQ].num = request->num_cq;
100 profile[MLX4_RES_EQ].num = mlx4_is_mfunc(&priv->dev) ? priv->dev.phys_caps.num_phys_eqs : min_t(unsigned, dev_cap->max_eqs, MAX_MSIX);
101 profile[MLX4_RES_DMPT].num = request->num_mpt;
102 profile[MLX4_RES_CMPT].num
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbnspeed.c187 long num; local
191 num=BASENUM;
192 if (i) num/=(i*3);
198 for (k=0; k<num; k++)
201 printf("mul %4d x %4d -> %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num);
207 num=BASENUM;
208 if (i) num/=(i*3);
211 for (k=0; k<num; k++)
214 printf("sqr %4d x %4d -> %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num);
219 num
[all...]
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
75 assert(num >= 0);
76 if (num <= 0) return(c1);
79 while (num&~3)
85 ap+=4; rp+=4; num-=4;
88 while (num)
91 ap++; rp++; num--;
97 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
101 assert(num >= 0);
102 if (num <
146 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
175 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
847 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
941 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
986 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
1025 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
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dread_input.c39 if (num != nnodes_compiled) {
40 printf("Warning: program is running on %d processors ", num);
55 printf("Number of processes: %d\n", num);
/barrelfish-2018-10-04/usr/device_managers/xeon_phi/
H A Dcardmanager.c84 * \param num the number of irefs in the iref array
88 errval_t cm_get_irefs(iref_t *iref, uint8_t *num) argument
93 if (num) {
94 *num = num_cards;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dco-586.pl107 local($name,$num)=@_;
124 $tot=$num+$num-1;
163 $na=$as+($i < ($num-1));
164 $nb=$bs+($i >= ($num-1));
178 $as++ if ($i < ($num-1));
179 $ae++ if ($i >= ($num-1));
181 $bs++ if ($i >= ($num-1));
182 $be++ if ($i < ($num-1));
198 local($name,$num)
[all...]
H A Dx86-mont.pl47 $num="ebx";
60 &mov ("edi",&wparam(5)); # int num
69 &lea ("esp",&DWP(-$frame,"esp","edi",4)); # alloca($frame+4*(num+2))
94 #&mov ("edi",&DWP(5*4,"esi"));# int num
102 &lea ($num,&DWP(-3,"edi")); # num=num-1 to assist modulo-scheduling
103 #&mov ($_num,$num); # redundant as $num is not reused
168 &cmp ($j,$num);
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/x86/
H A Dcomba.pl95 local($name,$num)=@_;
112 $tot=$num+$num-1;
151 $na=$as+($i < ($num-1));
152 $nb=$bs+($i >= ($num-1));
166 $as++ if ($i < ($num-1));
167 $ae++ if ($i >= ($num-1));
169 $bs++ if ($i >= ($num-1));
170 $be++ if ($i < ($num-1));
186 local($name,$num)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/lhash/
H A Dlh_stats.c102 unsigned int i,num; local
106 for (n=lh->b[i],num=0; n != NULL; n=n->next)
107 num++;
108 fprintf(out,"node %6u -> %3u\n",i,num);
115 unsigned long num; local
121 for (n=lh->b[i],num=0; n != NULL; n=n->next)
122 num++;
123 if (num != 0)
126 total+=num;
211 unsigned int i,num; local
224 unsigned long num; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_sock.c74 static int sock_write(BIO *h, const char *buf, int num);
114 bi->num=0;
127 SHUTDOWN2(a->num);
142 ret=readsocket(b->num,out,outl);
158 ret=writesocket(b->num,in,inl);
168 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr) argument
177 b->num= *((int *)ptr);
178 b->shutdown=(int)num;
185 if (ip != NULL) *ip=b->num;
186 ret=b->num;
[all...]
H A Dbf_lbuf.c65 static int linebuffer_write(BIO *h, const char *buf,int num);
150 int i,num=0,foundnl; local
189 num += p - in;
199 num += i;
216 if (i < 0) return((num > 0)?num:i);
217 if (i == 0) return(num);
242 if (i < 0) return((num > 0)?num:i);
243 if (i == 0) return(num);
266 linebuffer_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
H A Dbss_file.c98 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
208 bi->num=0;
273 static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr) argument
285 ret=(long)UP_fseek(b->ptr,num,0);
287 ret=(long)fseek(fp,num,0);
304 b->shutdown=(int)num&BIO_CLOSE;
320 UP_fsetmod(b->ptr,(char)((num&BIO_FP_TEXT)?'t':'b'));
326 if (num & BIO_FP_TEXT)
333 if (num & BIO_FP_TEXT)
340 if (num
[all...]
H A Dbss_dgram.c86 static int dgram_write(BIO *h, const char *buf, int num);
148 bi->num=0;
180 SHUTDOWN2(a->num);
202 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
211 if ( getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
245 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
249 if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft,
269 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
273 if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &(data->socket_timeout),
308 ret=recvfrom(b->num,ou
375 dgram_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
H A Dbss_conn.c96 /* int socket; this will be kept in bio->num so that it is
105 static int conn_write(BIO *h, const char *buf, int num);
225 b->num=ret;
232 if (!BIO_socket_nbio(b->num,1))
245 i=setsockopt(b->num,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
259 ret=connect(b->num,
286 i=BIO_sock_error(b->num);
365 bi->num=INVALID_SOCKET;
378 if (bio->num != INVALID_SOCKET)
382 shutdown(bio->num,
456 conn_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c127 ctx->num=0;
140 if ((ctx->num+inl) < ctx->length)
142 memcpy(&(ctx->enc_data[ctx->num]),in,inl);
143 ctx->num+=inl;
146 if (ctx->num != 0)
148 i=ctx->length-ctx->num;
149 memcpy(&(ctx->enc_data[ctx->num]),in,i);
153 ctx->num=0;
171 ctx->num=inl;
179 if (ctx->num !
418 int i,num=0,bad=0; local
[all...]
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dservice.h33 * \param num the number of irefs in the array
37 uint8_t num);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dmemp_std.h15 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"#size)
23 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof(struct pbuf)) + MEMP_ALIGN_SIZE(payload)), desc)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/
H A Daes.h105 unsigned char *ivec, int *num, const int enc);
108 unsigned char *ivec, int *num, const int enc);
111 unsigned char *ivec, int *num, const int enc);
114 unsigned char *ivec, int *num);
119 unsigned int *num);
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc)
108 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0
115 #define LWIP_MEMPOOL(name,num,size,desc)
117 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size *
145 u16_t num; member in struct:memp_desc
/barrelfish-2018-10-04/include/openssl/
H A Daes.h105 unsigned char *ivec, int *num, const int enc);
108 unsigned char *ivec, int *num, const int enc);
111 unsigned char *ivec, int *num, const int enc);
114 unsigned char *ivec, int *num);
119 unsigned int *num);
H A Dcrypto.h368 #define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__)
370 #define OPENSSL_realloc(addr,num) \
371 CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
372 #define OPENSSL_realloc_clean(addr,old_num,num) \
373 CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
374 #define OPENSSL_remalloc(addr,num) \
375 CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
379 #define OPENSSL_malloc_locked(num) \
380 CRYPTO_malloc_locked((int)num,__FILE_
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dcrypto.h368 #define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__)
370 #define OPENSSL_realloc(addr,num) \
371 CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
372 #define OPENSSL_realloc_clean(addr,old_num,num) \
373 CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
374 #define OPENSSL_remalloc(addr,num) \
375 CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
379 #define OPENSSL_malloc_locked(num) \
380 CRYPTO_malloc_locked((int)num,__FILE_
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Devp_asn1.c78 int ret,num; local
89 num=ret;
91 num=max_len;
92 memcpy(data,p,num);
96 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data, argument
110 ASN1_INTEGER_set(&in,num);
135 /* we return the actual length..., num may be missing, in which
138 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data, argument
169 if (num != NULL)
170 *num
[all...]
H A Df_enum.c105 int num=0,slen=0,first=1; local
153 if (num+i > slen)
157 (unsigned int)num+i*2);
160 (unsigned int)num+i*2);
168 slen=num+i*2;
186 s[num+j]<<=4;
187 s[num+j]|=m;
190 num+=i;
196 bs->length=num;
H A Df_int.c109 int num=0,slen=0,first=1; local
166 if (num+i > slen)
170 (unsigned int)num+i*2);
172 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
180 slen=num+i*2;
198 s[num+j]<<=4;
199 s[num+j]|=m;
202 num+=i;
208 bs->length=num;

Completed in 121 milliseconds

1234567891011>>