HomeSort by relevance Sort by last modified time
    Searched defs:array_t (Results 1 - 3 of 3) 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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
common.hpp 86 pair_t >::type array_t; typedef in class:boost::range_detail::range
89 array_t >::type string_t;
  /frameworks/native/opengl/libagl/
context.h 181 struct array_t { struct in namespace:android::gl
201 array_t vertex;
202 array_t normal;
203 array_t color;
204 array_t texture[GGL_TEXTURE_UNIT_COUNT];

Completed in 82 milliseconds