Searched refs:MINSIZE (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setstack.c | 77 int MINSIZE = PTHREAD_STACK_MIN - 1; in pthread_attr_setstack_0200() local 84 ret = pthread_attr_setstack(&attr, stackAddr, MINSIZE); in pthread_attr_setstack_0200()
|
/third_party/musl/src/search/ |
D | hsearch.c | 15 #define MINSIZE 8 macro 50 for (newsize = MINSIZE; newsize < nel; newsize *= 2); in resize()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 2129 GST_QUARK (MINSIZE), G_TYPE_INT, 1, in gst_query_new_scheduling() 2159 GST_QUARK (MINSIZE), G_TYPE_INT, minsize, in gst_query_set_scheduling() 2185 GST_QUARK (MINSIZE), G_TYPE_INT, minsize, in gst_query_parse_scheduling()
|
D | gstevent.c | 1113 GST_QUARK (MINSIZE), G_TYPE_INT64, minsize, in gst_event_new_buffer_size() 1148 GST_QUARK (MINSIZE))); in gst_event_parse_buffer_size()
|
/third_party/python/Lib/test/ |
D | test_ordered_dict.py | 511 MINSIZE = 8 512 i = (hash & MINSIZE-1)
|