Searched refs:BUFFER_SIZE (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | bo_tests.c | 32 #define BUFFER_SIZE (4*1024) macro 78 req.alloc_size = BUFFER_SIZE; 88 BUFFER_SIZE, BUFFER_ALIGN, 0, 93 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, va, 0, AMDGPU_VA_OP_MAP); 114 r = amdgpu_bo_va_op(buffer_handle, 0, BUFFER_SIZE, 148 CU_ASSERT_EQUAL(res.alloc_size, BUFFER_SIZE); 193 for (i = 0; i < (BUFFER_SIZE / 4); ++i)
|
| H A D | basic_tests.c | 94 #define BUFFER_SIZE (MAX2(8 * 1024, getpagesize())) macro 2206 posix_memalign(&ptr, sysconf(_SC_PAGE_SIZE), BUFFER_SIZE); 2208 memset(ptr, 0, BUFFER_SIZE); 2211 ptr, BUFFER_SIZE, &buf_handle); 2216 BUFFER_SIZE, 1, 0, &bo_mc, 2220 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, bo_mc, 0, AMDGPU_VA_OP_MAP); 2261 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, bo_mc, 0, AMDGPU_VA_OP_UNMAP);
|
| /xsrc/external/mit/luit/dist/ |
| H A D | iso2022.h | 89 #define BUFFER_SIZE 512 macro
|
| H A D | luit.c | 439 unsigned char buf[BUFFER_SIZE]; 448 i = (int) read(ifd, buf, (size_t) BUFFER_SIZE); 653 unsigned char buf[BUFFER_SIZE]; 684 i = (int) read(pty, buf, (size_t) BUFFER_SIZE); 691 i = (int) read(0, buf, (size_t) BUFFER_SIZE);
|
| H A D | iso2022.c | 44 #define OUTBUF_FREE(is, count) ((is)->outbuf_count + (count) <= BUFFER_SIZE) 140 if (is->buffered_count > BUFFER_SIZE) 177 is->outbuf = malloc((size_t) BUFFER_SIZE);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbtext.c | 50 #define BUFFER_SIZE 512 macro 52 static char textBuffer[BUFFER_SIZE]; 60 if (size>=BUFFER_SIZE) 62 if ((BUFFER_SIZE-tbNext)<=size) 81 if (len>BUFFER_SIZE) 82 len= BUFFER_SIZE-2; 130 if (len>=BUFFER_SIZE) 131 len= BUFFER_SIZE-1; 150 char *str,buf[BUFFER_SIZE]; 173 if ((str-(buf+len))<=BUFFER_SIZE) { [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbtext.c | 50 #define BUFFER_SIZE 512 macro 52 static char textBuffer[BUFFER_SIZE]; 60 if (size >= BUFFER_SIZE) 62 if ((BUFFER_SIZE - tbNext) <= size) 81 if (len > BUFFER_SIZE) 82 len = BUFFER_SIZE - 2; 130 if (len >= BUFFER_SIZE) 131 len = BUFFER_SIZE - 1; 152 char *str, buf[BUFFER_SIZE]; 179 if ((str - (buf + len)) <= BUFFER_SIZE) { [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_overlay.c | 37 {BUFFER_SIZE, GTE, 1}
|
| H A D | glut_dstr.c | 885 criterion[0].capability = BUFFER_SIZE; 958 criterion[1].capability = BUFFER_SIZE; 1519 {BUFFER_SIZE, GTE, 1}
|
| H A D | glutint.h | 161 #define BUFFER_SIZE 1 macro
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 146 #define BUFFER_SIZE 1 macro
|
Completed in 19 milliseconds