Home | History | Annotate | Download | only in src

Lines Matching refs:nof

3165   int nof = map->NumberOfOwnDescriptors();
3169 nof = AppendUniqueCallbacks<DescriptorArrayAppender>(&callbacks, array, nof);
3170 map->SetNumberOfOwnDescriptors(nof);
13909 int nof = table->NumberOfElements() + n;
13914 if (nod <= (capacity - nof) >> 1) {
13915 int needed_free = nof >> 1;
13916 if (nof + needed_free <= capacity) return table;
13925 nof * 2,
13938 int nof = table->NumberOfElements();
13942 if (nof > (capacity >> 2)) return table;
13947 int at_least_room_for = nof;
15417 int nof = table->NumberOfElements();
15420 if ((nof + nod) < capacity) return table;
15433 int nof = table->NumberOfElements();
15435 if (nof >= (capacity >> 2)) return table;
15480 int nof = table->NumberOfElements();
15486 for (int old_entry = 0; old_entry < (nof + nod); ++old_entry) {
15509 new_table->SetNumberOfElements(nof);