HomeSort by relevance Sort by last modified time
    Searched defs:VEC (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers.
145 unsigned VEC_T_length(const VEC(T) *v);
154 int VEC_T_empty(const VEC(T) *v);
162 T VEC_T_last(VEC(T) *v); // Integer
163 T VEC_T_last(VEC(T) *v); // Pointer
164 T *VEC_T_last(VEC(T) *v); // Object
171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer
172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer
173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers.
145 unsigned VEC_T_length(const VEC(T) *v);
154 int VEC_T_empty(const VEC(T) *v);
162 T VEC_T_last(VEC(T) *v); // Integer
163 T VEC_T_last(VEC(T) *v); // Pointer
164 T *VEC_T_last(VEC(T) *v); // Object
171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer
172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer
173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers.
145 unsigned VEC_T_length(const VEC(T) *v);
154 int VEC_T_empty(const VEC(T) *v);
162 T VEC_T_last(VEC(T) *v); // Integer
163 T VEC_T_last(VEC(T) *v); // Pointer
164 T *VEC_T_last(VEC(T) *v); // Object
171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer
172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer
173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers.
145 unsigned VEC_T_length(const VEC(T) *v);
154 int VEC_T_empty(const VEC(T) *v);
162 T VEC_T_last(VEC(T) *v); // Integer
163 T VEC_T_last(VEC(T) *v); // Pointer
164 T *VEC_T_last(VEC(T) *v); // Object
171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer
172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer
173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec
    [all...]

Completed in 163 milliseconds