HomeSort by relevance Sort by last modified time
    Searched defs:__index (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
quicksort.h 71 const unsigned long long __index = static_cast<unsigned long long> local
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]);
list_partition.h 153 size_t __index = 0; local
159 __index += __size_part;
160 __starts[__i] = __os_starts[__index];
168 __index += (__size_part+1);
169 __starts[__i] = __os_starts[__index];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
quicksort.h 71 const unsigned long long __index = static_cast<unsigned long long> local
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]);
list_partition.h 153 size_t __index = 0; local
159 __index += __size_part;
160 __starts[__i] = __os_starts[__index];
168 __index += (__size_part+1);
169 __starts[__i] = __os_starts[__index];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
quicksort.h 71 const unsigned long long __index = static_cast<unsigned long long> local
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]);
list_partition.h 153 size_t __index = 0; local
159 __index += __size_part;
160 __starts[__i] = __os_starts[__index];
168 __index += (__size_part+1);
169 __starts[__i] = __os_starts[__index];
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
quicksort.h 71 const unsigned long long __index = static_cast<unsigned long long> local
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]);
list_partition.h 153 size_t __index = 0; local
159 __index += __size_part;
160 __starts[__i] = __os_starts[__index];
168 __index += (__size_part+1);
169 __starts[__i] = __os_starts[__index];
  /external/opencv/cv/src/
_cvlist.h 364 typedef struct __index struct
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 170 size_t __index = __match(__first, __last, local
172 if (__index == 7)
174 __t->tm_wday = __STATIC_CAST(int, __index);
181 size_t __index = __match(__first, __last, local
183 if (__index == 12)
185 __t->tm_mon = __STATIC_CAST(int, __index);
230 size_t __index = __match(__first, __last, local
232 if (__index == 2)
235 if (__index == 1 && __t->tm_hour != 12 )
237 if (__index == 0 && __t->tm_hour == 12
281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14); local
292 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24); local
    [all...]
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 171 size_t __index = __match(__first, __last, local
173 if (__index == 7)
175 __t->tm_wday = __STATIC_CAST(int, __index);
182 size_t __index = __match(__first, __last, local
184 if (__index == 12)
186 __t->tm_mon = __STATIC_CAST(int, __index);
231 size_t __index = __match(__first, __last, local
233 if (__index == 2)
236 if (__index == 1 && __t->tm_hour != 12 )
238 if (__index == 0 && __t->tm_hour == 12
282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14); local
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24); local
    [all...]
_deque.c 210 difference_type __index = __pos - this->_M_start; local
211 if (size_type(__index) < this->size() >> 1) {
239 return this->_M_start + __index;
247 difference_type __index = __pos - this->_M_start; local
248 if (size_type(__index) < this->size() >> 1) {
256 return this->_M_start + __index;
  /external/jetty/src/java/org/eclipse/jetty/http/
MimeTypes.java 91 private static int __index=15; field in class:MimeTypes
288 b=CACHE.add(type,__index++);
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 490 milliseconds