Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c80 for (i = __m_screen->_unget._count - 1; i >= 0; i--) { in iqContainsFullLine()
93 if (__m_screen->_unget._count >= __m_screen->_unget._size) in iqPush()
95 __m_screen->_unget._stack[__m_screen->_unget._count++] = in iqPush()
104 if (++(__m_screen->_unget._count) >= __m_screen->_unget._size) in iqAdd()
105 __m_screen->_unget._count = __m_screen->_unget._size - 1; in iqAdd()
106 count = __m_screen->_unget._count - 1; in iqAdd()
117 return (__m_screen->_unget._count == 0); in iqIsEmpty()
123 __m_screen->_unget._count = 0; in iqReset()
132 ch = __m_screen->_unget._stack[--(__m_screen->_unget._count)]; in iqPull()
140 __m_screen->_unget._count -= n; in iqTrash()
[all …]
/titanic_50/usr/src/lib/iconv_modules/ko/common/
H A Dutf_to_johap92.c39 unsigned short _count; member
54 st->_count = 0; in _icv_open()
152 st->_count++; in _icv_iconv()
161 st->_count++; in _icv_iconv()
187 st->_count++; in _icv_iconv()
199 st->_count++; in _icv_iconv()
219 st->_count++; in _icv_iconv()
230 st->_count++; in _icv_iconv()
256 switch(st->_count){ in _icv_iconv()
287 st->_count = 0; in _icv_iconv()
[all …]
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h215 #define ISFULL() (__m_screen->_unget._size <= __m_screen->_unget._count)
216 #define ISEMPTY() (__m_screen->_unget._count <= 0)
217 #define DEC() --__m_screen->_unget._count
218 #define INC() __m_screen->_unget._count++
219 #define RESET() __m_screen->_unget._count = 0
H A Dwgetch.c217 for (i = 0, j = __m_screen->_unget._count; i < --j; ++i) {
/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h330 #define DS_ALLOC_HDL(_idx, _count) (((uint64_t)_idx << DS_IDX_SHIFT) | \ argument
331 ((uint64_t)(_count + 1) & \
/titanic_50/usr/src/uts/sun4v/io/
H A Dmdeg.c120 #define MDEG_ALLOC_HDL(_idx, _count) (((uint64_t)_idx << MDEG_IDX_SHIFT) | \ argument
121 ((uint64_t)(_count + 1) & \
/titanic_50/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c41 #define BUFFER_FAIL(_count, _len, _name) { \ argument
43 (_name), (_count), (_len)); \
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h180 int _count; /* Number of entries on the input stack. */ member
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h177 int _count; /* Number of entries on the input stack. */ member