Searched refs:min (Results 1 – 7 of 7) sorted by relevance
41 struct heap_node* min; member63 heap->min = NULL; in HEAP_EXPORT()68 return heap->min; in HEAP_EXPORT()99 heap->min = child; in heap_node_swap()127 parent = child = &heap->min; in HEAP_EXPORT()171 max = &heap->min; in HEAP_EXPORT()189 if (child == heap->min) { in HEAP_EXPORT()190 heap->min = NULL; in HEAP_EXPORT()209 heap->min = child; in HEAP_EXPORT()240 heap_remove(heap, heap->min, less_than); in HEAP_EXPORT()
77 unsigned min; in uv__utf8_decode1_slow() local85 min = 0x10000; in uv__utf8_decode1_slow()95 min = 0x800; in uv__utf8_decode1_slow()105 min = 0x80; in uv__utf8_decode1_slow()125 if (a < min) in uv__utf8_decode1_slow()
50 int min; in TEST_IMPL() local69 min = 1; in TEST_IMPL()72 min = sched_get_priority_min(policy); in TEST_IMPL()75 ASSERT(priority >= min && priority <= max); in TEST_IMPL()84 ASSERT_EQ(priority, min); in TEST_IMPL()
1631 int min; in uv_thread_setpriority() local1655 min = 1; in uv_thread_setpriority()1658 min = sched_get_priority_min(policy); in uv_thread_setpriority()1662 if (min == -1 || max == -1) in uv_thread_setpriority()1665 range = max - min; in uv_thread_setpriority()1672 prio = min + range * 3 / 4; in uv_thread_setpriority()1675 prio = min + range / 2; in uv_thread_setpriority()1678 prio = min + range / 4; in uv_thread_setpriority()1681 prio = min; in uv_thread_setpriority()
70 static const size_t min = 8192; in uv__min_stack_size() local73 if (min < (size_t) PTHREAD_STACK_MIN) in uv__min_stack_size()77 return min; in uv__min_stack_size()
242 void* min; \
617 * doc: bump min supported linux and freebsd versions (Ben Noordhuis)2711 * win: remove use of min() macro in pipe.c (Peter Johnson)
Completed in 24 milliseconds