HomeSort by relevance Sort by last modified time
    Searched refs:array_t (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
vla.cpp 33 typedef short array_t[n][n+1]; typedef
38 array_t &ref = *(array_t*) array;
  /frameworks/native/opengl/libagl/
context.h 177 struct array_t { struct in namespace:android::gl
197 array_t vertex;
198 array_t normal;
199 array_t color;
200 array_t texture[GGL_TEXTURE_UNIT_COUNT];
array.cpp 253 typedef array_t::fetcher_t fn_t;
309 #pragma mark array_t
312 void array_t::init(
337 inline void array_t::resolve()
433 array_t* a;
    [all...]
primitives.cpp 394 array_t const * const texcoordArray = c->arrays.texture;
    [all...]
  /external/qemu/block/
vvfat.c 74 typedef struct array_t { struct
77 } array_t; typedef in typeref:struct:array_t
79 static inline void array_init(array_t* array,unsigned int item_size)
87 static inline void array_free(array_t* array)
95 static inline void* array_get(array_t* array,unsigned int index) {
100 static inline int array_ensure_allocated(array_t* array, int index)
114 static inline void* array_get_next(array_t* array) {
127 static inline void* array_insert(array_t* array,unsigned int index,unsigned int count) {
144 static inline int array_roll(array_t* array,int index_to,int index_from,int count)
177 static inline int array_remove_slice(array_t* array,int index, int count
    [all...]

Completed in 242 milliseconds