Searched refs:cl_vector_construct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h94 * cl_vector_construct, cl_vector_init, cl_vector_destroy
346 /****f* Component Library: Vector/cl_vector_construct
348 * cl_vector_construct
351 * The cl_vector_construct function constructs a vector.
355 void cl_vector_construct(IN cl_vector_t * const p_vector);
367 * Calling cl_vector_construct is a prerequisite to calling any other
432 * Vector, cl_vector_construct, cl_vector_destroy, cl_vector_set,
458 * This function should only be called after a call to cl_vector_construct
462 * Vector, cl_vector_construct, cl_vector_init
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_vector.c180 void cl_vector_construct(IN cl_vector_t * const p_vector) function
201 cl_vector_construct(p_vector);

Completed in 232 milliseconds