Searched defs:index (Results 1 - 19 of 19) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c365 register XawTextPosition index, lastPos; local
373 for (index = fromPos; index != toPos && index < lastPos; index++) {
374 if (index - blk.firstPos >= blk.length)
375 XawTextSourceRead(source, index, &blk, toPos - fromPos);
376 c = blk.ptr[index - blk.firstPos];
379 index++;
383 *resPos = index;
404 XawTextPosition lastPos, index, whiteSpacePosition; local
[all...]
H A DXaw3_1Label.c45 #ifndef index
46 #define index(a,b) strchr(a,b) macro
181 else if ((nl = index(lw->label.label, '\n')) != NULL) {
185 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) {
296 while ((nl = index(label, '\n')) != NULL) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c389 XawTextPosition index, lastPos; local
397 for (index = fromPos; index != toPos && index < lastPos; index++) {
398 if ((int)index - blk.firstPos >= blk.length)
399 XawTextSourceRead(source, index, &blk, (int)(toPos - fromPos));
400 c = blk.ptr[index - blk.firstPos];
403 index++;
407 *resPos = index;
428 XawTextPosition lastPos, index, whiteSpacePosition; local
[all...]
H A DMultiSink.c413 XawTextPosition index, lastPos; local
422 for (index = fromPos; index != toPos && index < lastPos; index++) {
423 if (index - blk.firstPos >= blk.length)
424 XawTextSourceRead(source, index, &blk, (int) (toPos - fromPos));
425 c = ((wchar_t *)blk.ptr)[index - blk.firstPos];
428 index++;
432 *resPos = index;
452 XawTextPosition lastPos, index, whiteSpacePosition; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c47 int index = 0; local
52 index += bdb->header_size;
56 while (index < total) {
57 current_id = *(base + index);
58 index++;
59 current_size = *((u16 *)(uintptr_t)(base + index));
60 index += 2;
62 return base + index;
63 index += current_size;
161 int index)
159 get_lvds_dvo_timing(const struct bdb_lvds_lfp_data *lvds_lfp_data, const struct bdb_lvds_lfp_data_ptrs *lvds_lfp_data_ptrs, int index) argument
184 get_lvds_fp_timing(const struct bdb_header *bdb, const struct bdb_lvds_lfp_data *data, const struct bdb_lvds_lfp_data_ptrs *ptrs, int index) argument
297 int index; local
[all...]
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c261 print_mgr_table_entry(int index) argument
263 printf("%s:\n", dsession_mgr_table[index].session_id);
265 if (dsession_mgr_table[index].open)
271 if (dsession_mgr_table[index].busid[0])
272 printf("\tbusid = %s\n", dsession_mgr_table[index].busid);
277 if (dsession_mgr_table[index].dev_path[0])
278 printf("\tdev_path = %s\n", dsession_mgr_table[index].dev_path);
283 if (dsession_mgr_table[index].display == -1)
287 printf("\tdisplay = :%d\n", dsession_mgr_table[index].display);
289 if (dsession_mgr_table[index]
603 verify_and_set(char *type, int index) argument
931 int index; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c268 "unable to get the gctl index");
279 "unable to set the gctl index");
1081 register uchar_t const index)
1083 if (ast_set_reg(offset, index) != 0)
1096 register uchar_t const index,
1099 if (ast_set_reg(offset, index) != 0)
1078 ast_get_index_reg( register uchar_t *const valueptr, register uchar_t const offset, register uchar_t const index) argument
1094 ast_set_index_reg( register uchar_t const offset, register uchar_t const index, register uchar_t const value) argument
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c591 * Use pixel value at x, y as an index into
608 unsigned long index = (pix & pCmap->red_mask) >> pCmap->rshft; local
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c698 int index, oflag; local
727 for (index = 0; index < EFB_CMAP_ENTRIES; ++index) {
731 regw8(PALETTE_INDEX, index);
/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 ;
171 int index; /* CLUT id */ member in struct:fb_clut
554 dga_cm_get(cginfoi,index,coun
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.c75 size_t i; /* Loop counter / array index */
120 int i; /* Loop counter / arrax index */
469 int index; /* Index into Std Timing byte pairs */ local
472 index = 0;
477 index, width, height, frequency);
479 index += 1;
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c69 #ifndef index
70 #define index(a,b) strchr(a,b) macro
569 if ((dot = index (colon, '.')))
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c551 * @index: index into the list of display timings in devicetree
558 struct drm_display_mode *dmode, int index)
563 ret = of_get_videomode(np, &vm, index);
557 of_get_drm_display_mode(struct device_node *np, struct drm_display_mode *dmode, int index) argument
H A Ddrm_crtc.c2804 int drm_property_add_enum(struct drm_property *property, int index, argument
2837 property->values[index] = value;
3740 * @plane: plane index
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1230 get_hws_info(uintptr_t addr, const char *str, int index) argument
1243 if (index < 0) {
1250 mdb_printf("%s ring seqno %d \n", str, regs[index]);
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c145 int index; member in struct:__anon14
307 set_name_index (name_t *name, int index) argument
310 name->index = index;
321 name->index = old->index;
351 if ((common & name_index) && name->index == output->output.index)
384 if ((common & name_index) && name->index == crtc->crtc.index)
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c190 /* This is a terribly inefficient way to find a per-display index, but we
603 int index; local
619 index = ((grayRamp == DefaultStdCMap || grayRamp == NULL) ? 0 : 1) +
622 switch (index)
722 int index; local
737 index = ((grayRamp == DefaultStdCMap) ? 0 : 1) +
740 switch (index)
H A Ddpsclient.c150 lastNameIndex to the last known valid index */
1304 integer index; local
1306 index = currObj->val.nameVal;
1311 if (length == DPSSYSNAME) { /* system name index */
1312 if (index <= DPS_LAST_COMMON_SYSNAME) {
1314 p = DPSGetSysnameAbbrev(index);
1315 if (p == NULL) p = DPSSysNames[index];
1316 } else p = DPSSysNames[index];
1317 } else if (DPS_FIRST_AUX_SYSNAME <= index
1318 && index <
1682 integer index = currObj->val.nameVal; local
2287 DPSNameFromIndex(long int index) argument
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h999 int index; /**< Minor device number */ member in struct:drm_minor

Completed in 97 milliseconds