Searched defs:to_fill (Results 1 – 3 of 3) sorted by relevance
287 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_raw() local466 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_raw6() local631 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_udp() local837 int to_fill = MAXLEN_MBUF_CHAIN; in recv_function_udp6() local
79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
246 __global__ void Iota(const int num_elements, const T offset, T* to_fill) { in Iota()