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

  /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 118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
119 typedef typename at1::type at1t;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
133 typedef typename at1::type at1t;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
144 typedef typename at1::type at1t;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
156 typedef typename at1::type at1t;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
169 typedef typename at1::type at1t
182 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
196 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
210 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
223 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
237 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
250 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
271 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
291 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
314 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; typedef in struct:__gnu_pbds::detail::container_base_dispatch
    [all...]
  /dalvik/tests/082-inline-execute/src/
Main.java 64 int at1 = testStr.charAt(1); local
70 System.out.println(testStr + "[1] = \"" + (char)at1 + "\"");
76 assert(at1 == testStr.charAt(1));
  /external/quake/quake/src/QW/client/
gl_draw.c 1105 byte *at1, *at2, *at3, *at4; local
1112 at1 = (byte *) &d_8to24table[in[0]];
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
1373 at1 = (byte *) (d_8to24table + in[0]);
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...]

Completed in 295 milliseconds