| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| utf8.h | 83 int count; local 85 count = 1; 87 count = 2; 89 count = 3; 91 count = 4; 93 count = 5; 95 count = 6; 98 if (n < count) 100 switch (count) { /* note: code falls through cases! */ 108 return count; [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| DelCmap.c | 52 int count = 0; local 54 if (XGetRGBColormaps(dpy, RootWindow(dpy, screen), &stdcmaps, &count, 57 for (s=stdcmaps; count > 0; count--, s++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| debug.c | 33 int count; local 36 count = fprintf(stderr, "xwinclip: "); 37 count += vfprintf(stderr, format, ap); 39 return count; 46 int count; local 49 count = vfprintf(stderr, format, ap); 51 return count;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r700_asm.c | 28 unsigned count = (cf->ndw / 4) - 1; local 32 S_SQ_CF_WORD1_COUNT(count) | 33 S_SQ_CF_WORD1_COUNT_3(count >> 3)|
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_bitmap.c | 55 GLuint count = 0; local 86 span.array->x[count] = px + col; 87 span.array->y[count] = py + row; 88 count++; 108 span.array->x[count] = px + col; 109 span.array->y[count] = py + row; 110 count++; 126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) { 128 span.end = count; 131 count = 0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r700_asm.c | 28 unsigned count = (cf->ndw / 4) - 1; local 32 S_SQ_CF_WORD1_COUNT(count) | 33 S_SQ_CF_WORD1_COUNT_3(count >> 3)|
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_bitmap.c | 55 GLuint count = 0; local 86 span.array->x[count] = px + col; 87 span.array->y[count] = py + row; 88 count++; 108 span.array->x[count] = px + col; 109 span.array->y[count] = py + row; 110 count++; 126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) { 128 span.end = count; 131 count = 0 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| Depths.c | 43 int count; local 49 if ((count = scr->ndepths) > 0) { 53 depths = Xmallocarray (count, sizeof(int)); 55 for (i = 0, dp = scr->depths; i < count; i++, dp++) 61 *countp = count;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| chgkmap.c | 75 unsigned int count; local 80 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 81 REQUEST_FIXED_SIZE(xChangeDeviceKeyMappingReq, count * sizeof(CARD32)); 82 SwapLongs((CARD32 *) (&stuff[1]), count); 98 unsigned int count; local 103 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 104 REQUEST_FIXED_SIZE(xChangeDeviceKeyMappingReq, count * sizeof(CARD32));
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| chgkmap.c | 76 unsigned int count; local 81 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 82 REQUEST_FIXED_SIZE(xChangeDeviceKeyMappingReq, count * sizeof(CARD32)); 83 SwapLongs((CARD32 *) (&stuff[1]), count); 99 unsigned int count; local 104 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 105 REQUEST_FIXED_SIZE(xChangeDeviceKeyMappingReq, count * sizeof(CARD32));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| evi.c | 44 int count; local 68 XeviGetVisualInfo(display, NULL, 0, &evi, &count); 70 for (i = 0; i < count; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_list.c | 75 unsigned int count = 0; local 77 count++; 80 return count;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_pipe_constants.c | 39 unsigned count; member in struct:svga_constbuf
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| u_prim_verts_test.c | 8 uint32_t count; member in struct:test_info 35 uint32_t n = u_vertices_for_prims(info->prim_type, info->count); 38 info->expected, info->count, u_prim_name(info->prim_type), n);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| vbo_exec.c | 149 vbo_try_prim_conversion(GLubyte *mode, unsigned *count) 151 if (*mode == GL_LINE_STRIP && *count == 2) { 155 *count == 3) { 270 const unsigned count = *pcount; local 277 copy = count % 2; 280 copy = count % 3; 284 copy = count % 4; 287 copy = count % 6; 290 copy = MIN2(1, count); 297 copy = MIN2(3, count); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/tests/vector/ |
| vector_test.cpp | 48 uint32_t count = 0; local 52 EXPECT_EQ(count, *(uint64_t*)element) << "i: " << i << " count: " << count; local 53 count++; 55 EXPECT_EQ(count, length); 74 uint32_t count = remove_counter; local 78 EXPECT_EQ(count++, *(uint64_t*)element) << "count: " << count; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_gs_count_vertices.c | 56 int count = -1; local 77 if (count == -1) 78 count = nir_src_as_int(intrin->src[0]); 84 if (count != nir_src_as_int(intrin->src[0])) 90 return count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_list.c | 75 unsigned int count = 0; local 77 count++; 80 return count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_pipe_constants.c | 39 unsigned count; member in struct:svga_constbuf
|
| /xsrc/external/mit/libXt/dist/test/ |
| Event.c | 34 static int count = 0; local 37 count ++; 39 printf("%d beep!\n", count); 42 if (3 == count)
|
| /xsrc/external/mit/xcb-util/dist/reply/ |
| test_reply.c | 66 int count = 10; local 73 count = atoi(argv[1]); 77 xcb_reply_add_handler(&h, xcb_list_fonts_with_info(c, count, strlen(pattern), pattern).sequence, fontinfo_handler, 0);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| time.c | 45 unsigned long count; local 78 count = lisp__data.gc.count; 134 lisp__data.gc.count - count, lisp__data.gc.gctime / 1000000.0);
|
| /xsrc/external/mit/xmessage/dist/ |
| readfile.c | 54 int count; local 74 count = fread (cp, 1, statbuf.st_size, fp); 75 if (count == 0 && statbuf.st_size != 0) { 82 cp[count] = '\0'; /* since we allocated one extra */ 83 *len_return = count; 95 int count; local 105 count = 0; 107 while ((n = fread (cp + count, 1, BUFSIZ, stdin)) > 0) { 108 count += n; 109 /* Here count <= allocated. Prepare for next round. * [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| lnx_kmod.c | 46 int count = read(fd, mpPath, MAX_PATH - 1); local 48 if (count <= 0) { 51 else if (mpPath[count - 1] == '\n') { 52 mpPath[count - 1] = 0; /* replaces \n with \0 */ 90 int count = 0, p; local 94 } while (p == -1 && count++ < 4);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| dmxmotion.c | 60 * times (in mS) are placed in the coords vector, and the count of the 83 int count = 0; local 91 c[OFFSET(count,j)] = dmxLocal->history[OFFSET(i,j)]; 92 ++count; 96 return count;
|