Searched refs:SEGMENT_SIZE (Results 1 – 4 of 4) sorted by relevance
33 #define SEGMENT_SIZE 1024 macro51 unsigned fetch_elts[SEGMENT_SIZE];52 ushort draw_elts[SEGMENT_SIZE];53 ushort identity_draw_elts[SEGMENT_SIZE];230 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); in vsplit_prepare()265 for (i = 0; i < SEGMENT_SIZE; i++) in draw_pt_vsplit()
121 #define SEGMENT_SIZE 1024 macro123 #ifndef SEGMENT_SIZE125 #define SEGMENT_SIZE getpagesize() macro130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
6 #define SEGMENT_SIZE 167 macro10 int shmid = shmget(IPC_PRIVATE, SEGMENT_SIZE, IPC_CREAT | SHM_R | SHM_W); in main()
446 #define SEGMENT_SIZE (32 * 1024 -1) macro637 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()2464 segment = remaining /SEGMENT_SIZE;2466 segment = SEGMENT_SIZE;