Searched refs:okey (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dfibheap.c203 fibheapkey_t okey;
213 okey = node->key;
221 if (okey == key && okey != FIBHEAPKEY_MIN)
250 int okey = node->key;
252 return okey;
202 fibheapkey_t okey; local
249 int okey = node->key; local
/haiku-buildtools/gcc/libiberty/
H A Dfibheap.c203 fibheapkey_t okey;
213 okey = node->key;
221 if (okey == key && okey != FIBHEAPKEY_MIN)
250 int okey = node->key;
252 return okey;
202 fibheapkey_t okey; local
249 int okey = node->key; local
/haiku-buildtools/gcc/gcc/
H A Dfibonacci_heap.h188 K okey = node->m_key; local
191 return okey;
367 K okey; local
383 okey = node->m_key;
391 if (okey == key && okey != m_global_min_key)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dfibheap.c203 fibheapkey_t okey;
213 okey = node->key;
218 if (okey == key)
247 int okey = node->key;
249 return okey;
202 fibheapkey_t okey; local
246 int okey = node->key; local

Completed in 191 milliseconds