OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEC_MALLOC
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/math/
m_vector.c
108
v->flags = size_bits[4] | flags |
VEC_MALLOC
;
114
* vector's storage field if the
VEC_MALLOC
flag is set.
120
if (v->flags &
VEC_MALLOC
) {
125
v->flags &= ~
VEC_MALLOC
;
m_vector.h
40
#define
VEC_MALLOC
0x10 /* storage field points to self-allocated mem*/
/external/mesa3d/src/mesa/math/
m_vector.c
108
v->flags = size_bits[4] | flags |
VEC_MALLOC
;
114
* vector's storage field if the
VEC_MALLOC
flag is set.
120
if (v->flags &
VEC_MALLOC
) {
125
v->flags &= ~
VEC_MALLOC
;
m_vector.h
40
#define
VEC_MALLOC
0x10 /* storage field points to self-allocated mem*/
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c
163
DEFINE( "
VEC_MALLOC
",
VEC_MALLOC
);
/external/mesa3d/src/mesa/x86/
gen_matypes.c
163
DEFINE( "
VEC_MALLOC
",
VEC_MALLOC
);
Completed in 75 milliseconds