/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 256 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 257 typedef typename at4::type at4t; 277 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 278 typedef typename at4::type at4t; 297 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 298 typedef typename at4::type at4t; 320 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 321 typedef typename at4::type at4t;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 256 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 257 typedef typename at4::type at4t; 277 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 278 typedef typename at4::type at4t; 297 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 298 typedef typename at4::type at4t; 320 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 321 typedef typename at4::type at4t;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 256 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 257 typedef typename at4::type at4t; 277 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 278 typedef typename at4::type at4t; 297 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 298 typedef typename at4::type at4t; 320 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 4> at4; typedef in struct:__gnu_pbds::detail::container_base_dispatch 321 typedef typename at4::type at4t;
|
/external/quake/quake/src/QW/client/ |
gl_draw.c | 1105 byte *at1, *at2, *at3, *at4; local 1115 at4 = (byte *) &d_8to24table[in[width+1]]; 1117 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5; 1118 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5; 1119 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 1365 byte *at1, *at2, *at3, *at4; local 1376 at4 = (byte *) (d_8to24table + in[width+1]); 1378 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5; 1379 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5; 1380 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5; [all...] |