Searched refs:hashRoots (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPropSet.h28 enum { hashRoots=31 }; enumerator in enum:PropSet::__anon146
29 Property *props[hashRoots];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx336 for (int root = 0; root < hashRoots; root++)
353 for (Property *p = props[hash % hashRoots]; p; p = p->next) {
369 pNew->next = props[hash % hashRoots];
370 props[hash % hashRoots] = pNew;
395 for (Property *p = props[hash % hashRoots]; p; p = p->next) {
402 props[hash % hashRoots] = p->next;
427 for (Property *p = props[hash % hashRoots]; p; p = p->next) {
562 for (int root = 0; root < hashRoots; root++) {
654 for (int root = 0; root < hashRoots; root++) {
672 for (int r = 0; r < hashRoots;
[all...]

Completed in 95 milliseconds