Home
last modified time | relevance | path

Searched refs:table_t (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h56 typedef StringMap<PooledString> table_t; typedef
58 table_t InternTable;
/external/llvm/include/llvm/Support/
DStringPool.h55 typedef StringMap<PooledString> table_t; typedef
57 table_t InternTable;
/external/llvm/lib/Support/
DStringPool.cpp26 table_t::iterator I = InternTable.find(Key); in intern()
/external/swiftshader/third_party/LLVM/lib/Support/
DStringPool.cpp26 table_t::iterator I = InternTable.find(Key); in intern()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h1 typedef const unsigned short table_t[1024]; typedef
631 static table_t table_API_OPENGL = {
890 static table_t table_API_OPENGLES = {
1149 static table_t table_API_OPENGLES2 = {
1408 static table_t table_API_OPENGLES3 = {
1667 static table_t table_API_OPENGLES31 = {
1926 static table_t table_API_OPENGLES32 = {
2185 static table_t table_API_OPENGL_CORE = {
2444 static table_t *table_set[] = {
/external/flatbuffers/docs/source/
DTutorial.md1378 // Note that we use the `table_t` suffix when reading a table object