Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c33 #define SEGMENT_SIZE 1024 macro
51 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()
/external/kernel-headers/original/uapi/linux/
Da.out.h121 #define SEGMENT_SIZE 1024 macro
123 #ifndef SEGMENT_SIZE
125 #define SEGMENT_SIZE getpagesize() macro
130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/external/valgrind/memcheck/tests/solaris/
Dshmat.c6 #define SEGMENT_SIZE 167 macro
10 int shmid = shmget(IPC_PRIVATE, SEGMENT_SIZE, IPC_CREAT | SHM_R | SHM_W); in main()
/external/python/cpython2/Modules/
Dsocketmodule.c446 #define SEGMENT_SIZE (32 * 1024 -1) macro
637 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()
2464 segment = remaining /SEGMENT_SIZE;
2466 segment = SEGMENT_SIZE;