/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | HSBmap.c | 102 int start, 122 for (i = start; i <= end; i++) { 95 HSBramp( double h1, double s1, double b1, double h2, double s2, double b2, int start, int end, u_char *red, u_char *green, u_char *blue) argument
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | radeon_mem.c | 48 split_block(struct mem_block *p, int start, int size, drm_file_t *filp) argument 50 /* Maybe cut off the start of an existing block */ 51 if (start > p->start) { 56 newblock->start = start; 57 newblock->size = p->size - (start - p->start); 73 newblock->start = start 96 int start = (p->start + mask) & ~mask; local 105 find_block(struct mem_block *heap, int start) argument 146 init_heap(struct mem_block **heap, int start, int size) argument [all...] |
H A D | drm_agpsupport.c | 314 int start; local 327 start = btopr(request.offset); 328 if (drm_agp_bind_memory(key, start, dev)) { 329 DRM_ERROR("drm_agp_bind: failed key=%x, start=0x%x, " 330 "agp_base=0x%lx", key, start, dev->agp->base); 334 entry->bound = dev->agp->base + (start << AGP_PAGE_SHIFT); 451 drm_agp_bind_memory(unsigned int key, uint32_t start, drm_device_t *dev) argument 456 bind.agpb_pgstart = start;
|
H A D | radeon_cp.c | 1276 * so Xserver needs more time to start itself. But dtlogin doesn't 1278 * restart it again. As a result, Xserver cannot start. So, we 1637 dev_priv->ring.start = (u32 *) dev_priv->cp_ring->handle; 1751 /* only clear to the start of flags */ 2080 int start; local 2085 start = dev_priv->last_buf; 2090 for (i = start; i < dma->buf_count; i++) { 2099 start = 0; 2121 int start; 2127 start [all...] |
H A D | efb_drv.c | 760 efb_cmap_read(efb_private_t *efb_priv, int start, int count, int map) argument 774 regw8(PALETTE_INDEX + 2, start); 776 for (idx = start, i = count; --i >= 0; ++idx) {
|
H A D | radeon_state.c | 62 * offsets relative to the start of the framebuffer and some may 648 int start; member in struct:__anon152 1542 unsigned int start; member in struct:__anon153 1555 int offset = dev_priv->gart_buffers_offset + buf->offset + prim->start; 1562 prim->prim, prim->vc_format, prim->start, 1613 drm_buf_t *buf, int start, int end) 1617 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 1619 if (start != end) { 1621 buf->offset + start); 1622 int dwords = (end - start 1612 radeon_cp_dispatch_indirect(drm_device_t *dev, drm_buf_t *buf, int start, int end) argument 1656 int start = prim->start + RADEON_INDEX_PRIM_OFFSET; local 2858 int start = header.scalars.offset; local 2881 int start = ((unsigned int)header.scalars.offset) + 0x100; local 2901 int start = header.vectors.offset; local 2923 int start = header.veclinear.addr_lo | (header.veclinear.addr_hi << 8); local [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sun_idr.h | 46 uint32_t start; member in struct:idr_free_id_range 59 extern int idr_get_new_above(struct idr *idrp, void *obj, int start, int *newid);
|
H A D | drm_sun_pci.h | 36 unsigned long start; member in struct:pci_config_region 63 #define pci_resource_start(pdev, bar) ((pdev)->regions[(bar)].start)
|
H A D | drm_mm.h | 58 unsigned long start; member in struct:drm_mm_node 67 * according to the (increasing) start address of the memory node. */ 84 unsigned long *start, unsigned long *end); 124 unsigned long start, 137 unsigned long start, 152 unsigned long start, 159 unsigned long start, 170 unsigned long start, 182 unsigned long start, 197 unsigned long start, [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_sun_i2c.c | 83 clock_t start; local 88 start = ddi_get_lbolt(); 93 if ((ddi_get_lbolt() - start) > adap->timeout) 138 /* Stop() must be called after start() or any 173 /* Write() must be called after start() or any 219 /* Read() must be called after start() or any 259 /* Ack() must be called after start() or any 287 /* Nak() must be called after start() or any 323 /* Wack() must be called after start() or any 471 clock_t start; local [all...] |
H A D | drm_agpsupport.c | 505 int drm_agp_bind_memory(unsigned int key, uint32_t start, struct drm_device *dev) argument 510 bind.agpb_pgstart = start;
|
H A D | drm_sun_idr.c | 40 fr_new(int start) argument 45 this->start = start; 47 this->min_unused_id = start; 71 fr_get(struct idr_free_id_range *list, int start) argument 75 while (entry && (entry->start != start)) 81 fr_insert(struct idr_free_id_range *list, int start) argument 87 while (prev->next && prev->next->start < start) 175 idr_get_new_above(struct idr *idrp, void *obj, int start, int *newid) argument [all...] |
H A D | drm_mm.c | 132 node->start = adj_start; 141 BUG_ON(node->start + node->size > adj_end); 151 unsigned long start, 156 unsigned long end = start + size; 161 if (hole_start > start || hole_end < end) 168 node->start = start; 176 if (start == hole_start) { 190 DRM_ERROR("no hole found for block 0x%lx + 0x%lx\n", start, size); 241 unsigned long start, unsigne 150 drm_mm_create_block(struct drm_mm *mm, unsigned long start, unsigned long size, bool atomic) argument 237 drm_mm_insert_helper_range(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 289 drm_mm_get_block_range_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, int atomic) argument 314 drm_mm_insert_node_in_range_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 332 drm_mm_insert_node_in_range(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 394 check_free_hole(unsigned long start, unsigned long end, unsigned long size, unsigned alignment) argument 448 drm_mm_search_free_in_range_generic(const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, bool best_match) argument 544 drm_mm_init_scan_with_range(struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 658 drm_mm_init(struct drm_mm * mm, unsigned long start, unsigned long size) argument 781 drm_mm_get_block_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 791 drm_mm_get_block_atomic_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 809 drm_mm_search_free_in_range( const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long start, unsigned long end, bool best_match) argument [all...] |
H A D | drm_edid.c | 996 unsigned char start = block * EDID_LENGTH; local 1018 .buf = &start, 2405 cea_db_offsets(const u8 *cea, int *start, int *end) argument 2408 *start = 4; 2417 #define for_each_cea_db(cea, i, start, end) \ 2418 for ((i) = (start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&(cea)[(i)]) + 1) 2428 int i, start, end; local 2430 if (cea_db_offsets(cea, &start, &end)) 2433 for_each_cea_db(cea, i, start, end) { 2553 int i, start, en local 2605 int i, start, end, dbl; local 2795 int i, start, end; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSrc.c | 240 XawTextPosition count, start; local 241 Piece * piece = FindPiece(src, pos, &start); 244 text->ptr = piece->text + (pos - start); 245 count = piece->used - (pos - start); 384 * position - the position to start scanning. 525 * position - the position to start scanning.
|
H A D | Xaw3_1TextAction.c | 1335 XawTextPosition start, end; local 1346 start = SrcScan(ctx->text.source, ctx->text.insertPos, XawstPositions, 1351 if ( (start == ctx->text.insertPos) || (end == ctx->text.insertPos) ) 1360 buf = (unsigned char *) _XawTextGetText(ctx, start, end); 1375 _XawTextReplace (ctx, start, end, &text); 1458 {"select-start", (XtActionProc)SelectStart}, 1461 {"extend-start", (XtActionProc)ExtendStart},
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSrc.c | 251 XawTextPosition count, start; local 252 Piece * piece = FindPiece(src, pos, &start); 255 text->ptr = piece->text + (pos - start); 256 count = piece->used - (pos - start); 396 * position - the position to start scanning. 538 * position - the position to start scanning.
|
H A D | MultiSrc.c | 262 XawTextPosition count, start; local 263 MultiPiece * piece = FindPiece(src, pos, &start); 267 text->ptr = (char *)(piece->text + (pos - start)); 268 count = piece->used - (pos - start); 449 * position - the position to start scanning. 588 * position - the position to start scanning.
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_gtt.c | 431 obj->gtt_space->start >> PAGE_SHIFT, 441 obj->gtt_space->start >> PAGE_SHIFT, 614 unsigned long *start, 618 *start += 4096; 630 unsigned long start, 647 drm_mm_init(&dev_priv->mm.gtt_space, start, end - start - PAGE_SIZE); 665 dev_priv->gtt.start = start; 666 dev_priv->gtt.total = end - start; 612 i915_gtt_color_adjust(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end) argument 629 i915_gem_setup_global_gtt(struct drm_device *dev, unsigned long start, unsigned long mappable_end, unsigned long end) argument [all...] |
H A D | intel_ringbuffer.c | 423 "ctl %08x head %08x tail %08x start %08x\n", 434 "ctl %08x head %08x tail %08x start %08x\n", 457 "ctl %08x head %08x tail %08x start %08x\n", 1863 int intel_render_ring_init_dri(struct drm_device *dev, u64 start, u32 size) argument 1915 ring->map.offset = start;
|
H A D | i915_gem.c | 1051 uint64_t start; local 1082 start = (dev->agp_aperbase + obj_priv->gtt_offset); 1085 drm_gem_mmap(obj, start); 1544 /* Record the position of the start of the request so that 2531 obj->gtt_space->start, 2532 obj->gtt_space->start + obj->gtt_space->size, 2543 obj->gtt_space->start, 2544 obj->gtt_space->start + obj->gtt_space->size, 2652 obj->gtt_offset = node->start; 2656 (node->start [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSample.c | 1456 char *ch, **search, *start; local 1463 start = name; 1465 ch = strstr(start, *search); 1469 else start = ch+1; 1480 char *ch, **search, *start; local 1484 start = name; 1486 ch = strstr(start, *search); 1490 else start = ch+1; 1500 start = name; 1502 ch = strstr(start, *searc 1516 char *ch, **search, *start; local 1568 char *ch, **search, *start; local [all...] |
H A D | XDPSshare.c | 684 void PSReturnUserObjIndices(int start, int number) argument 686 DPSReturnUserObjIndices(DPSGetCurrentContext(), start, number); local 689 void DPSReturnUserObjIndices(DPSContext ctxt, int start, int number) argument
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 222 static int start = 0; variable 1499 if ((ncon != 2) || (start < 3)) 1500 start = i; 1576 if (++start > 5) start = 1; 1579 if (++start > 3) start = 1; 1583 fprintf(stderr, "current state = %d\n", start); 1584 if (start >= 3) { 1597 if (start_mode[start [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/ |
H A D | PSres.c | 533 int start = 0; local 540 if (strncmp(inBuf, &name[start], len) != 0) return 1; 541 start += len; 543 if (strcmp(inBuf, &name[start]) != 0) return 1; 587 int start = 0; local 593 if (start + len + 1 > linebuflen) { 597 strncpy(inputline+start, readbuf, len+1); 599 if (inputline[start+len-1] != '\\') break; 601 start = start 623 int start; local [all...] |