Home
last modified time | relevance | path

Searched refs:heap_key (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/squid/squid-4.15/include/
H A Dheap.h33 typedef double heap_key; typedef
34 typedef heap_key heap_key_func(heap_t, heap_key);
42 heap_key key;
57 heap_key age; /* aging factor for heap */
103 SQUIDCEXTERN heap_key heap_gen_key(heap * hp, heap_t dat);
128 SQUIDCEXTERN heap_key heap_peepminkey(heap *);
129 SQUIDCEXTERN heap_key heap_peepkey(heap *, int n);
/dports/www/squid/squid-4.15/src/repl/heap/
H A Dstore_heap_replacement.cc48 heap_key
52 heap_key key; in HeapKeyGen_StoreEntry_LFUDA()
93 heap_key
97 heap_key key; in HeapKeyGen_StoreEntry_GDSF()
119 heap_key
130 return (heap_key) e->lastref; in HeapKeyGen_StoreEntry_LRU()
H A Dstore_heap_replacement.h14 heap_key HeapKeyGen_StoreEntry_LFUDA(void *entry, double age);
15 heap_key HeapKeyGen_StoreEntry_GDSF(void *entry, double age);
16 heap_key HeapKeyGen_StoreEntry_LRU(void *entry, double age);
H A Dstore_repl_heap.cc189 heap_key min_age = 0.0;
199 heap_key age; in heap_purgeNext()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() function
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() function
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfibonacci_heap.c222 struct heap_key struct
224 heap_key (int k): key (k) in heap_key() argument
230 bool operator< (const heap_key &other) const argument
235 bool operator== (const heap_key &other) const
240 bool operator> (const heap_key &other) const
246 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
256 heap->insert (heap_key (1), &value); in test_struct_key()
257 heap->insert (heap_key (10), &value); in test_struct_key()
258 heap->insert (heap_key (100), &value); in test_struct_key()
259 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfibonacci_heap.c226 class heap_key
229 heap_key (int k): key (k) in heap_key() function
235 bool operator< (const heap_key &other) const
240 bool operator== (const heap_key &other) const
245 bool operator> (const heap_key &other) const
251 typedef fibonacci_heap<heap_key, int> class_fibonacci_heap_t;
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()
/dports/www/squid/squid-4.15/lib/
H A Dheap.c176 heap_key
231 heap_key ky = heap_gen_key(hp, dat); in heap_update()
256 heap_key
267 heap_key
/dports/cad/openroad/OpenROAD-2.0/src/pdr/src/
H A Dgraph.cpp2054 heap_key[p] = key; in heap_insert()
2072 heap_key[heap_elt[j]]); in heap_insert()
2075 while ((j > 0) && (heap_key[q] > key)) { in heap_insert()
2087 heap_key[heap_elt[j]]); in heap_insert()
2108 l_key = heap_key[last]; in heap_delete_min()
2113 if (heap_key[heap_elt[j]] > heap_key[heap_elt[j + 1]]) in heap_delete_min()
2116 if (heap_key[heap_elt[j]] >= l_key) in heap_delete_min()
2149 heap_key[p] = new_key; in heap_decrease_key()
2161 } while ((j > 0) && (heap_key[q] > new_key)); in heap_decrease_key()
2245 heap_key.resize(num_terminals); in run_PD_brute_force()
[all …]
H A Dgraph.h197 vector<int> heap_key; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp2528 static const pthread_key_t heap_key = __PTK_FRAMEWORK_JAVASCRIPTCORE_KEY0; variable
2530 static pthread_key_t heap_key; variable
2541 if (pthread_getspecific(heap_key)) in setThreadHeap()
2547 pthread_setspecific(heap_key, heap); in setThreadHeap()
3063 return static_cast<TCMalloc_ThreadCache*>(pthread_getspecific(heap_key)); in GetThreadHeap()
3090 pthread_key_init_np(heap_key, DestroyThreadCache); in InitTSD()
3092 pthread_key_create(&heap_key, DestroyThreadCache); in InitTSD()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/common/
H A Dac_surface.c216 struct dcc_retile_tile_key *heap_key = mem_dup(&key, sizeof(key)); in ac_compute_dcc_retile_tile_indices() local
217 if (!heap_key) { in ac_compute_dcc_retile_tile_indices()
223 entry = _mesa_hash_table_insert(addrlib->dcc_retile_tile_indices, heap_key, data); in ac_compute_dcc_retile_tile_indices()
225 free(heap_key); in ac_compute_dcc_retile_tile_indices()

12