Searched refs:VEC_MALLOC (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_vector.h37 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro
H A Dm_vector.c118 v->flags = size_bits[4] | flags | VEC_MALLOC;
124 * vector's storage field if the VEC_MALLOC flag is set.
130 if (v->flags & VEC_MALLOC) {
135 v->flags &= ~VEC_MALLOC;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_vector.c109 v->flags = size_bits[4] | flags | VEC_MALLOC;
115 * vector's storage field if the VEC_MALLOC flag is set.
121 if (v->flags & VEC_MALLOC) {
126 v->flags &= ~VEC_MALLOC;
H A Dm_vector.h40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dmatypes.h84 #define VEC_MALLOC 0x10 macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dgen_matypes.c183 DEFINE( "VEC_MALLOC ", VEC_MALLOC );

Completed in 7 milliseconds