Home
last modified time | relevance | path

Searched defs:to_fill (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_recv_thread.c287 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_raw() local
466 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_raw6() local
631 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_udp() local
837 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_udp6() local
/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc246 __global__ void Iota(const int num_elements, const T offset, T* to_fill) { in Iota()