Home
last modified time | relevance | path

Searched refs:ep_array (Results 1 – 25 of 148) sorted by relevance

123456

/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/functional/
H A Dshared_ctx.c64 static struct fid_ep **ep_array, *srx_ctx; variable
109 ep_array = calloc(ep_cnt, sizeof(*ep_array)); in alloc_ep()
110 if (!ep_array) in alloc_ep()
188 ret = bind_ep_res(ep_array[i]); in bind_ep_array_res()
274 ret = ft_rx(ep_array[0], rx_size); in init_av()
289 ret = ft_rx(ep_array[0], rx_size); in init_av()
312 ret = ft_rx(ep_array[0], rx_size); in init_av()
433 ep_array = calloc(ep_cnt, sizeof(*ep_array)); in server_connect()
434 if (!ep_array) in server_connect()
649 FT_CLOSEV_FID(ep_array, ep_cnt); in main()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dnetwork.c185 array_clear(*ep_array); in free_key()
186 free(ep_array); in free_key()
227 if (ep_array == NULL) { in insert_endpoint()
228 ep_array = malloc(sizeof(*ep_array)); in insert_endpoint()
233 free(ep_array); in insert_endpoint()
236 array_init(*ep_array); in insert_endpoint()
239 if (array_reserve(*ep_array, ep_array->len + 1)) { in insert_endpoint()
242 memcpy(&ep_array->at[ep_array->len++], ep, sizeof(*ep)); in insert_endpoint()
351 if (!ep_array) { in endpoint_get()
512 if (!ep_array) { in network_close()
[all …]
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DKeyPairRSA.java41 private byte[] ep_array; // prime exponent p dmp1 == prv mod (p-1) field in KeyPairRSA
76 ep_array=keypairgen.getEP(); in generate()
104 1+countLength(ep_array.length) + ep_array.length+ // INTEGER ep in getPrivateKey()
120 index=writeINTEGER(plain, index, ep_array); in getPrivateKey()
263 ep_array=new byte[length]; in parse()
264 System.arraycopy(plain, index, ep_array, 0, length); in parse()
394 if(ep_array==null){ in getEPArray()
395ep_array=(new BigInteger(prv_array)).mod(new BigInteger(p_array).subtract(BigInteger.ONE)).toByteA… in getEPArray()
397 return ep_array; in getEPArray()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DKeyPairRSA.java41 private byte[] ep_array; // prime exponent p dmp1 == prv mod (p-1) field in KeyPairRSA
76 ep_array=keypairgen.getEP();
104 1+countLength(ep_array.length) + ep_array.length+ // INTEGER ep in getPrivateKey()
120 index=writeINTEGER(plain, index, ep_array); in getPrivateKey()
263 ep_array=new byte[length]; in parse()
264 System.arraycopy(plain, index, ep_array, 0, length); in parse()
394 if(ep_array==null){ in getEPArray()
395ep_array=(new BigInteger(prv_array)).mod(new BigInteger(p_array).subtract(BigInteger.ONE)).toByteA… in getEPArray()
397 return ep_array; in getEPArray()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DKeyPairRSA.java41 private byte[] ep_array; // prime exponent p dmp1 == prv mod (p-1) field in KeyPairRSA
76 ep_array=keypairgen.getEP();
104 1+countLength(ep_array.length) + ep_array.length+ // INTEGER ep in getPrivateKey()
120 index=writeINTEGER(plain, index, ep_array); in getPrivateKey()
263 ep_array=new byte[length]; in parse()
264 System.arraycopy(plain, index, ep_array, 0, length); in parse()
394 if(ep_array==null){ in getEPArray()
395ep_array=(new BigInteger(prv_array)).mod(new BigInteger(p_array).subtract(BigInteger.ONE)).toByteA… in getEPArray()
397 return ep_array; in getEPArray()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dio_wait.c516 h->ep_array=pkg_malloc(sizeof(*(h->ep_array))*h->max_fd_no); in init_io_wait()
517 if (h->ep_array==0){ in init_io_wait()
521 memset((void*)h->ep_array, 0, sizeof(*(h->ep_array))*h->max_fd_no); in init_io_wait()
581 if (h->ep_array){ in destroy_io_wait()
582 pkg_free(h->ep_array); in destroy_io_wait()
583 h->ep_array=0; in destroy_io_wait()
H A Dio_wait.h153 struct epoll_event* ep_array; member
1039 n=epoll_wait(h->epfd, h->ep_array, h->fd_no, t*1000); in io_wait_loop_epoll()
1044 h->epfd, h->ep_array, h->fd_no, t*1000, in io_wait_loop_epoll()
1053 r, h->ep_array[r].events, h->ep_array[r].data.ptr); in io_wait_loop_epoll()
1058 revents= (POLLIN & (!(h->ep_array[r].events & (EPOLLIN|EPOLLPRI)) in io_wait_loop_epoll()
1060 (POLLOUT & (!(h->ep_array[r].events & EPOLLOUT)-1)) | in io_wait_loop_epoll()
1061 (POLLERR & (!(h->ep_array[r].events & EPOLLERR)-1)) | in io_wait_loop_epoll()
1062 (POLLHUP & (!(h->ep_array[r].events & EPOLLHUP)-1)) in io_wait_loop_epoll()
1064 | (POLLRDHUP & (!(h->ep_array[r].events & EPOLLRDHUP)-1)) in io_wait_loop_epoll()
1068 fm=(struct fd_map*)h->ep_array[r].data.ptr; in io_wait_loop_epoll()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHMatrix.cpp193 const double* ep_array = &row_ep.array[0]; in priceByColumn() local
198 value += ep_array[Aindex[k]] * Avalue[k]; in priceByColumn()
235 const double* ep_array = &row_ep.array[0]; in priceByRowSparseResultWithSwitch() local
249 double multiplier = ep_array[iRow]; in priceByRowSparseResultWithSwitch()
281 const double* ep_array = &row_ep.array[0]; in priceByRowDenseResult() local
285 double multiplier = ep_array[iRow]; in priceByRowDenseResult()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/usb/mtu3/
H A Dmtu3_core.c499 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
515 if (!ep_array) in mtu3_mem_alloc()
518 mtu->ep_array = ep_array; in mtu3_mem_alloc()
519 mtu->in_eps = ep_array; in mtu3_mem_alloc()
520 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()
543 kfree(mtu->ep_array); in mtu3_mem_free()

123456