| /src/external/gpl3/gcc.old/dist/gcc/ |
| sparseset.h | 33 index of I in the dense vector, and dense[sparse[I]] == I. The dense 49 The members of the set are stored cache-friendly in the dense vector. 81 over the members in the set is cache-friendly because only the dense 90 SPARSESET_ELT_TYPE *dense; /* Dense array. */ member in struct:sparseset_def 97 SPARSESET_ELT_TYPE elms[2]; /* Combined dense and sparse arrays. */ 146 return idx < s->members && s->dense[idx] == e; 156 s->dense[idx] = e [all...] |
| sparseset.cc | 41 set->dense = &(set->elms[0]); 54 SPARSESET_ELT_TYPE tmp = s->dense[idx2]; 55 sparseset_insert_bit (s, s->dense[idx1], idx2); 87 in the dense array and then decrement s->members, effectively 89 sparseset_insert_bit (s, s->dense[mem], idx); 107 sparseset_insert_bit (d, s->dense[i], i);
|
| /src/sys/uvm/ |
| uvm_page_array.c | 141 const bool dense = (flags & UVM_PAGE_ARRAY_FILL_DENSE) != 0; local 162 maxpages, dense, tagmask); 168 maxpages, dense); 173 * if dense or looking for tagged entries (or
|
| /src/common/lib/libc/gen/ |
| radixtree.c | 52 * It's designed to work efficiently with dense index distribution. 54 * depends on the index distribution. Basically, more dense index distribution 808 const bool reverse, const bool dense) 841 if (reverse && !dense) { 863 } else if (dense) { 884 } else if (dense) { 926 * If dense == true, this function stops scanning when it founds a hole of 928 * If dense == false, this function skips holes and continue scanning until 938 * Thus, in the case of dense == false, if index values are important for 942 * In the case of dense == true, a node returned via results[N] is always fo [all...] |
| /src/sys/arch/atari/dev/ |
| fd.c | 776 fdselect(int drive, int head, int dense) 781 printf("fdselect: drive=%d, head=%d, dense=%d\n", drive, head, dense); 787 switch (dense) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| ecoff.c | 58 +-- Dense number table 164 The dense number table is used in the front ends, and disappears by 284 Dense numbers 0 0 0 1036 DNR dense [ PAGE_SIZE / sizeof (DNR) ]; 4675 /* We don't use dense numbers at all. */ 1034 DNR dense [ PAGE_SIZE \/ sizeof (DNR) ]; member in union:page
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| ecoff.c | 58 +-- Dense number table 164 The dense number table is used in the front ends, and disappears by 284 Dense numbers 0 0 0 1036 DNR dense [ PAGE_SIZE / sizeof (DNR) ]; 4672 /* We don't use dense numbers at all. */ 1034 DNR dense [ PAGE_SIZE \/ sizeof (DNR) ]; member in union:page
|