Searched refs:count (Results 1 - 25 of 107) sorted by relevance

12345

/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c108 int count; local
128 for (count = 0; count < nElements; count++) {
129 *ph++ = count;
136 for (count = 0; count < nElements; count++) {
137 *ph++ = count;
144 for (count
318 int count, format, cType, nTables; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dr300_cmdbuf.c155 #define ADD_RANGE_MARK(reg, count, mark) \
156 for (i = ((reg) >> 2); i < ((reg) >> 2) + (count); i++)\
162 #define ADD_RANGE(reg, count) ADD_RANGE_MARK(reg, count, MARK_SAFE)
251 static __inline__ int r300_check_range(unsigned reg, int count) argument
256 for (i = (reg >> 2); i < (reg >> 2) + count; i++)
272 sz = header.packet0.count;
324 sz = header.packet0.count;
372 sz = header.vpu.count;
427 int count, local
495 int count, ret; local
543 int count, ret; local
574 int count; local
[all...]
H A Ddrm_io32.h48 uint32_t iocs; /* Ioctl count */
53 uint32_t count; member in struct:drm_stats_32
62 int count; /* Number of buffers of this size */ member in struct:drm_buf_desc_32
77 int count; member in struct:drm_buf_free_32
92 int count; /* Length of the buffer list */ member in struct:drm_buf_map_32
136 int count; member in struct:drm_ctx_res_32
H A Ddrm_bufs.c418 int count; local
429 count = request->count;
447 entry->buflist = drm_alloc(count * sizeof (*entry->buflist),
457 while (entry->buf_count < count) {
474 /* Set count correctly so we free the proper amount. */
475 entry->buf_count = count;
510 request->count = entry->buf_count;
526 int count; local
535 count
[all...]
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A DXCrHsbCmap.c39 int count, /* number of entries to use */
56 if (count > 256)
59 HSBramp(h1, s1, b1, h2, s2, b2, 0, count - 1, red, green, blue);
71 count, red, green, blue);
35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
H A Dxcolor.h50 int count,
59 int count, /* number of entries to use */
H A DXCrDynCmap.c43 int count,
68 if (count > ncolors)
83 for (i = 0; i < ncolors - count; i++) {
87 for (i = ncolors - count; i < ncolors; i++) {
37 XCreateDynamicColormap( Display *dsp, int screen, Colormap *cmap, Visual **visual, XColor *colors, int count, u_char *red, u_char *green, u_char *blue) argument
/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive_srv.h34 int count; member in struct:_ClientProcessInfo
H A Dinteractive.c366 rep.count = 0;
369 rep.count = CurrentPids->count;
370 length = rep.count << 2;
371 rep.length = rep.count;
372 write_back = malloc((size_t) rep.count * sizeof(int32_t));
378 for (i = 0; i < CurrentPids->count; ++i)
384 rep.count=1;
385 length=rep.count << 2;
386 rep.length = rep.count;
700 int count = a->count; local
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhsbramp.c116 * Input is two points in HSB color space and a count
131 int count,
141 dh = (h2 - h1) / count;
142 ds = (s2 - s1) / count;
143 db = (b2 - b1) / count;
144 while (count--) {
124 hsbramp( double h1, double s1, double b1, double h2, double s2, double b2, int count, u_char *red, u_char *green, u_char *blue) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsabbrev.c331 void DPSFetchAbbrevList(DPSAbbrevRec **list, int *count) argument
334 *count = sizeof(abbrev) / sizeof(abbrev[0]);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A DlibvtsSUNWxfb.h64 - count : the number of tests defined
65 - this_test_mask : the test mask for test[0..count-1]
66 - this_test_mesg : the test verbose message for test[0..count-1]
67 - this_test_function : the actual test for test[0..count-1]
70 count = 1;
77 int count; member in struct:gfxtest_info_t
H A Dgfx_vts.h58 int count,
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c71 * dga_cm_get(cginfo,index,count, red,green,blue)
73 * int index, count ;
80 * dga_cm_put(cginfo,index,count, red,green,blue)
82 * int index, count ;
91 * dga_cm_write(cginfo,index,count, red,green,blue, putfunc)
93 * int index, count ;
101 * dga_cm_read(cginfo,index,count, red,green,blue)
103 * int index, count ;
173 int count; /* nbr of entries to be posted */ member in struct:fb_clut
554 dga_cm_get(cginfoi,index,count, re
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_bufs.c545 int count; local
558 count = request->count;
570 DRM_DEBUG("count: %d\n", count);
597 if (count < 0 || count > 4096) {
603 entry->buflist = kmalloc(count * sizeof(*entry->buflist), GFP_KERNEL);
609 (void) memset(entry->buflist, 0, count * sizeof(*entry->buflist));
616 while (entry->buf_count < count) {
696 int count; local
899 int count; local
[all...]
H A Ddrm_io32.c78 dest64->count = dest32.count;
94 src32.count = src64->count;
114 dest64->count = dest32.count;
128 dest64->count = dest32.count;
142 src32.count = src64->count;
[all...]
H A Ddrm_pci.c130 uint_t count; local
157 NULL, &dmah->cookie, &count) != DDI_DMA_MAPPED) {
162 if (count > segments) {
167 dmah->cookie_num = count;
168 if (count == 1)
H A Ddrm_crtc_helper.c123 int count = 0; local
158 count = drm_load_edid_firmware(connector);
159 if (count == 0)
161 count = (*connector_funcs->get_modes)(connector);
163 if (count == 0 && connector->status == connector_status_connected)
164 count = drm_add_modes_noedid(connector, 1024, 768);
165 if (count == 0)
204 return count;
556 int count = 0, ro, fail = 0; local
614 count
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c109 int count,
118 rp->message_count += count;
120 rp->error_count += count;
153 * The "count" parameter allows for reporting the number of messages
160 int count,
167 gfx_vts_add_message(rp, count, mesg_num, string);
169 rp->message_count = count;
107 gfx_vts_add_message( return_packet *rp, int count, int mesg_num, char *string) argument
158 gfx_vts_set_message( return_packet *rp, int count, int mesg_num, char *string) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h98 long unsigned int count
102 'buf' contains 'count' bytes of ASCII text. */
202 unsigned int count);
204 /* Send as input to 'ctxt' 'count' bytes of PostScript language contained
223 this will block until transmission of 'count' bytes can be completed. */
239 extern void DPSWriteData(DPSContext ctxt, char *buf, unsigned int count);
241 /* Write 'count' bytes of data from 'buf' to 'ctxt'. This will not
250 this will block until transmission of 'count' bytes can be completed. */
344 extern void DPSFetchAbbrevList(DPSAbbrevRec **list, int *count);
H A Ddpsfriends.h145 unsigned int count
158 unsigned int count,
164 /* Begin a new binary object sequence. 'buf' contains 'count'
184 strings in binary object sequences. 'buf' contains 'count' bytes.
249 int count; member in struct:__anon238
255 return value. The 'count' field specifies the number of values
258 must have room for count values of type. If 'count' == -1, then
408 extern void DPSBinObjSeqWrite(DPSContext ctxt, char *buf, unsigned int count);
413 unsigned int count);
[all...]
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c242 int *count
264 *count = rep.count;
265 *Pinfo = Xcalloc(rep.count, sizeof(ConnectionPidRec));
272 length = rep.count << 2;
285 CARD32 count
299 req->length += count;
302 length = count << 2;
306 length = count << 2;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c131 int count; member in struct:_TsolConfig
175 int i, count = 0; local
181 count++;
183 return (count);
557 int count; local
576 count = tsolconfig[i].count;
577 newlist = realloc(tsolconfig[i].list, (count + 1) * sizeof(char **));
583 newlist[count] = strdup(value);
585 tsolconfig[i].count
592 int count; local
727 int count; local
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h71 uint32_t iocs; /* Ioctl count */
76 uint32_t count; member in struct:drm_stats_32
85 int count; /* Number of buffers of this size */ member in struct:drm_buf_desc_32
94 int count; member in struct:drm_buf_free_32
109 int count; /* Length of the buffer list */ member in struct:drm_buf_map_32
153 int count; member in struct:drm_ctx_res_32
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c132 int count, i; local
145 count = fscanf(file, "%d\n", &i);
146 if ((count == EOF) || (count != 1)) {
156 while ((count = fscanf(file, "%1024s %[^\n]\n", file_name, font_name))
158 if (count != 2) {
205 int count; local
211 count = 0;
214 if (count == tokenSize) {
224 t = tokenBuf + count;
[all...]

Completed in 102 milliseconds

12345