| /src/tests/lib/libc/gen/ |
| t_arc4random.c | 215 ATF_TC(consolidate); variable 216 ATF_TC_HEAD(consolidate, tc) 221 ATF_TC_BODY(consolidate, tc) 226 const int consolidate = 1; local 251 RL(sysctlbyname("kern.entropy.consolidate", /*oldp*/NULL, /*oldlen*/0, 252 &consolidate, sizeof(consolidate))); 661 ATF_TP_ADD_TC(tp, consolidate);
|
| /src/sys/kern/ |
| kern_entropy.c | 53 * * The entropy housekeeping thread continues to consolidate 63 * reseed by sysctl -w kern.entropy.consolidate=1. 196 bool consolidate; /* kick thread to consolidate */ member in struct:__anon6849 232 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "entropy", "consolidate"); 375 CTLFLAG_PERMANENT|CTLFLAG_READWRITE, CTLTYPE_INT, "consolidate", 716 * Consider whether to consolidate entropy into the global pool 724 * - Otherwise, do as little as possible, except maybe consolidate 829 * housekeeping thread to consolidate entropy 840 E->consolidate = true 1117 bool consolidate; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| fibonacci_heap.h | 270 /* Consolidate heap. */ 271 void consolidate (); 624 /* Otherwise, consolidate to find new minimum, as well as do the reorg 627 consolidate (); 645 /* Consolidate heap. */ 648 void fibonacci_heap<K,V>::consolidate () function in class:fibonacci_heap
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fibonacci_heap.h | 270 /* Consolidate heap. */ 271 void consolidate (); 624 /* Otherwise, consolidate to find new minimum, as well as do the reorg 627 consolidate (); 645 /* Consolidate heap. */ 648 void fibonacci_heap<K,V>::consolidate () function in class:fibonacci_heap
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.h | 169 /* An object to own and consolidate bounded_ranges instances. 206 const bounded_ranges *consolidate (bounded_ranges *);
|
| constraint-manager.cc | 811 return consolidate (new bounded_ranges (empty_vec)); 834 return consolidate 848 return consolidate (new bounded_ranges (ranges)); 885 return consolidate (new bounded_ranges (ranges)); 922 return consolidate (new bounded_ranges (ranges)); 930 bounded_ranges_manager::consolidate (bounded_ranges *inst) function in class:ana::bounded_ranges_manager
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.h | 161 /* An object to own and consolidate bounded_ranges instances. 198 const bounded_ranges *consolidate (bounded_ranges *);
|
| constraint-manager.cc | 806 return consolidate (new bounded_ranges (empty_vec)); 829 return consolidate 843 return consolidate (new bounded_ranges (ranges)); 880 return consolidate (new bounded_ranges (ranges)); 917 return consolidate (new bounded_ranges (ranges)); 925 bounded_ranges_manager::consolidate (bounded_ranges *inst) function in class:ana::bounded_ranges_manager
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.s | 472 # now use swap and addx to consolidate to two longwords
|