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

  /external/clang/lib/Basic/
IdentifierTable.cpp 356 MultiKeywordSelector(unsigned nKeys) {
357 ExtraKindOrNumArgs = NUM_EXTRA_KINDS + nKeys;
361 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
362 assert((nKeys > 1) && "not a multi-keyword selector");
363 ExtraKindOrNumArgs = NUM_EXTRA_KINDS + nKeys;
367 for (unsigned i = 0; i != nKeys; ++i)
603 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
604 if (nKeys < 2)
605 return Selector(IIV[0], nKeys);
611 MultiKeywordSelector::Profile(ID, IIV, nKeys);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 114 int nKeys = keys.size();
115 int[] deltas = new int[nKeys];
118 int keyIndex = random.nextInt(nKeys);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 103 int nKeys = keys.size();
106 Integer key = keys.get(random.nextInt(nKeys));
116 int nKeys = keys.size();
119 Integer key = keys.get(random.nextInt(nKeys));
  /prebuilts/go/darwin-x86/src/runtime/
map_test.go 399 nKeys := int(nBuckets * *runtime.HashLoad)
402 for i := 0; i < nKeys; i++ {
418 if len(found) == nKeys/2 {
425 if len(found) != nKeys {
  /prebuilts/go/linux-x86/src/runtime/
map_test.go 399 nKeys := int(nBuckets * *runtime.HashLoad)
402 for i := 0; i < nKeys; i++ {
418 if len(found) == nKeys/2 {
425 if len(found) != nKeys {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 601 CARD8 nKeys;
625 CARD8 nKeys;
672 CARD8 nKeys;
696 CARD8 nKeys;
1160 CARD8 nKeys;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 601 CARD8 nKeys;
625 CARD8 nKeys;
672 CARD8 nKeys;
696 CARD8 nKeys;
1160 CARD8 nKeys;
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 352 size_t nKeys = keyStatusList.size();
353 obj.writeInt32(nKeys);
354 for (size_t i = 0; i < nKeys; ++i) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 431 int32_t nKeys = 0;
451 ++nKeys;
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1364 milliseconds