Searched defs:end (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s12/open-src/app/xcolor/sun-src/
H A DHSBmap.c103 int end,
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-s12/open-src/kernel/sys/drm/
H A Ddrm_sun_idr.h47 uint32_t end; member in struct:idr_free_id_range
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_mm.c156 unsigned long end = start + size; local
161 if (hole_start > start || hole_end < end)
182 if (end != hole_end) {
241 unsigned long start, unsigned long end)
253 if (adj_end > end)
254 adj_end = end;
280 BUG_ON(node->start + node->size > end);
294 unsigned long end,
304 start, end);
316 unsigned long start, unsigned long end)
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
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 Ddrm_modes.c1029 struct list_head *cur, *end; local
1051 end = mode_list->next;
1052 cur = end->next;
1064 cur = end->next;
1067 if (list == end) {
1068 end = cur;
1069 cur = end->next;
H A Ddrm_edid.c2407 cea_db_offsets(const u8 *cea, int *start, int *end) argument
2411 *end = cea[2];
2412 if (*end == 0)
2413 *end = 127;
2414 if (*end < 4 || *end > 127)
2419 #define for_each_cea_db(cea, i, start, end) \
2420 for ((i) = (start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&(cea)[(i)]) + 1)
2430 int i, start, end; local
2555 int i, start, end; local
2607 int i, start, end, dbl; local
2797 int i, start, end; local
[all...]
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_gem_gtt.c356 * entries. For aliasing ppgtt support we just steal them at the end for
615 unsigned long *end)
625 *end -= 4096;
632 unsigned long end)
636 * However, leave one page at the end still bound to the scratch page.
638 * past the end of the object, and we've seen multiple hangs with the
647 drm_mm_init(&dev_priv->mm.gtt_space, start, end - start - PAGE_SIZE);
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
H A Dintel_ringbuffer.c1474 unsigned long end; local
1486 end = jiffies + 60 * DRM_HZ;
1507 } while (!time_after(jiffies, end));
H A Di915_gem.c621 * it would end up going through the fenced access, and we'll get
717 int ret = 0, end = 0; local
769 end = i915_gem_check_wedge(&dev_priv->gpu_error, interruptible);
770 if (end)
771 ret = end;
772 } while (end == 0 && wait_forever);
1281 * The mmap call will end up in drm_gem_mmap(), which will set things
H A Dintel_display.c6695 int end = (start + size > 256) ? 256 : start + size, i; local
6698 for (i = start; i < end; i++) {
/solaris-x11-s12/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1829 int end = 0; local
1849 end = 1;
1860 if (end)

Completed in 2674 milliseconds