Searched defs:__index (Results 1 - 7 of 7) sorted by relevance

/external/stlport/src/
H A Dnum_get.cpp54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) { argument
66 return __val_table[__index];
/external/opencv/cv/src/
H A D_cvlist.h364 typedef struct __index struct
/external/stlport/stlport/stl/
H A D_time_facets.c170 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
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...]
H A D_deque.c210 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;
H A D_num_get.c51 __get_digit_from_table(unsigned __index) argument
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
/external/clang/lib/Headers/
H A Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 111 milliseconds