Home
last modified time | relevance | path

Searched refs:keyCount (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d351 size_t keyCount = 0; in testByKey4() local
355 keyCount++; in testByKey4()
363 assert(keyCount == keys.length); in testByKey4()
366 keyCount = 0; in testByKey4()
370 keyCount++; in testByKey4()
378 assert(keyCount == keys.length); in testByKey4()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d352 size_t keyCount = 0; in testByKey4() local
356 keyCount++; in testByKey4()
364 assert(keyCount == keys.length); in testByKey4()
367 keyCount = 0; in testByKey4()
371 keyCount++; in testByKey4()
379 assert(keyCount == keys.length); in testByKey4()
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c149 static int keyCount = 0; variable
2817 if (keyCount > 0 || win_unget_pending) in win32_kbhit()
2827 keyCount = 1; in win32_kbhit()
2866 keyCount = 1; in win32_kbhit()
2881 keyCount = ip.Event.KeyEvent.wRepeatCount; in win32_kbhit()
2964 keyCount--; in WIN32getch()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d829 @property size_t keyCount() const in keyCount() function
1377 return m_key.keyCount; in count()
1474 return m_key.keyCount; in count()
1853 assert(key.keyCount >= 2);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d829 @property size_t keyCount() const in keyCount() function
1376 return m_key.keyCount; in count()
1472 return m_key.keyCount; in count()
1848 assert(key.keyCount >= 2);
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h907 inline unsigned keyCount() const { return (unsigned)m_keys.size(); } in keyCount() function
H A DEncoreBootImage.cpp433 offset += 2 * keyCount(); // key dictiontary in getSectionOffset()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt179 static int keyCount = 0;
2834 if (keyCount > 0)
2844 keyCount = 1;
2883 keyCount = 1;
2898 keyCount = ip.Event.KeyEvent.wRepeatCount;
2969 keyCount --;