Searched refs:MAXSIZE (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/mem/vmtests/ |
D | stack_space.c | 58 #define MAXSIZE 10*K_1 macro 111 if (csize > MAXSIZE) { 114 MAXSIZE); 215 char mondobuf[MAXSIZE]; in dotest() 217 nchunks = MAXSIZE / csize; in dotest() 249 bfill(mondobuf, 0, MAXSIZE); in dotest()
|
/third_party/musl/src/search/ |
D | hsearch.c | 16 #define MAXSIZE ((size_t)-1/2 + 1) macro 48 if (nel > MAXSIZE) in resize() 49 nel = MAXSIZE; in resize()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 2130 GST_QUARK (MAXSIZE), G_TYPE_INT, -1, in gst_query_new_scheduling() 2160 GST_QUARK (MAXSIZE), G_TYPE_INT, maxsize, in gst_query_set_scheduling() 2186 GST_QUARK (MAXSIZE), G_TYPE_INT, maxsize, in gst_query_parse_scheduling()
|
D | gstevent.c | 1114 GST_QUARK (MAXSIZE), G_TYPE_INT64, maxsize, in gst_event_new_buffer_size() 1152 GST_QUARK (MAXSIZE))); in gst_event_parse_buffer_size()
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 918 MAXSIZE = 6 919 queue = self.Queue(maxsize=MAXSIZE) 931 self.assertEqual(queue_full(queue, MAXSIZE), False) 944 self.assertEqual(queue_full(queue, MAXSIZE), True) 971 self.assertEqual(queue_full(queue, MAXSIZE), False)
|
/third_party/elfutils/libelf/ |
D | ChangeLog | 1674 Return zero when the section headers do not fit within MAXSIZE.
|