Searched defs:to_fill (Results 1 – 4 of 4) sorted by relevance
65 void flattenUnion(const TypePtr& type, std::vector<TypePtr>* to_fill) { in flattenUnion()153 void standardizeVectorForUnion(std::vector<TypePtr>& reference, std::vector<TypePtr>* to_fill) { in standardizeVectorForUnion()164 std::vector<TypePtr> to_fill; in standardizeVectorForUnion() local
79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
252 __global__ void Iota(const int num_elements, const T offset, T* to_fill) { in Iota()