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

  /external/stlport/stlport/stl/
_valarray.c 47 size_t __index = __x._M_slice.start();
50 ++__i, __index += __x._M_slice.stride())
51 (*this)[__i] = __x._M_array[__index];
58 size_t __index = __slice.start();
61 ++__i, __index += __slice.stride())
62 __tmp[__i] = (*this)[__index];
_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...]
_valarray.h     [all...]
_ios_base.h 147 long& iword(int __index);
148 void*& pword(int __index);
155 typedef void (*event_callback)(event, ios_base&, int __index);
156 void register_callback(event_callback __fn, int __index);
_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;
_num_get.c 51 __get_digit_from_table(unsigned __index)
52 { return (__index > 127 ? 0xFF : __digit_val_table(__index)); }
  /external/stlport/src/
num_get.cpp 54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) {
66 return __val_table[__index];
  /external/icu4c/common/
utrie2.h     [all...]
  /external/elfutils/libelf/
libelf.h 200 extern Elf_Scn *elf_getscn (Elf *__elf, size_t __index);
263 extern char *elf_strptr (Elf *__elf, size_t __index, size_t __offset);
libelfP.h 461 extern Elf_Scn *__elf_getscn_internal (Elf *__elf, size_t __index)
469 extern char *__elf_strptr_internal (Elf *__elf, size_t __index,

Completed in 400 milliseconds