Searched refs:__index (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlocale.cc302 size_t __index = __idp->_M_id(); local
303 if ((__index > (__imp->_M_facets_size - 1))
304 || !__imp->_M_facets[__index])
306 _M_install_facet(__idp, __imp->_M_facets[__index]);
315 size_t __index = __idp->_M_id(); local
318 if (__index > _M_facets_size - 1)
320 const size_t __new_size = __index + 4;
356 const facet*& __fpr = _M_facets[__index];
368 _M_facets[__index] = __fp;
390 _M_install_cache(const facet* __cache, size_t __index) argument
[all...]
H A Dios.cc113 ios_base::register_callback(event_callback __fn, int __index) argument
114 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); }
/macosx-10.10.1/Libc-1044.1.2/include/FreeBSD/
H A Dnl_types.h75 int32_t __index; /* index of first msg_hdr in msg_hdr table */ member in struct:_nls_set_hdr
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrie2.h958 int32_t __index=utrie2_internalU8NextIndex((trie), __lead, (const uint8_t *)(src), \
960 (src)+=__index&7; \
961 (result)=(trie)->data[__index>>3]; \
972 int32_t __index=utrie2_internalU8PrevIndex((trie), __b, (const uint8_t *)(start), \
974 (src)-=__index&7; \
975 (result)=(trie)->data[__index>>3]; \
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dios_base.h438 * @brief Add the callback __fn with parameter __index.
440 * @param __index The integer to pass to the function when invoked.
448 register_callback(event_callback __fn, int __index);
474 _Callback_list(ios_base::event_callback __fn, int __index, argument
476 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
516 _M_grow_words(int __index, bool __iword);
/macosx-10.10.1/apache-793/httpd/modules/lua/test/
H A Dmoonunit.lua23 self.__index = self
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_ios.i98 register_callback(event_callback __fn, int __index);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dbitmap_allocator.h445 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
446 { this->_M_reset(__index); }
449 _M_reset(long __index = -1) throw()
451 if (__index == -1)
458 _M_curr_index = __index;
462 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl565 set __index [%W index [%W focus] insert]
566 %W icursor [%W focus] [expr $__index + 1]
567 if {$__index == [%W index [%W focus] insert]} {
582 set __index [%W index [%W focus] insert]
584 if {$__index == [%W index [%W focus] insert]} {

Completed in 278 milliseconds