Searched refs:last (Results 1 – 13 of 13) sorted by relevance
91 static struct hdr *last; variable162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add() argument165 hdr->next = *last; in __add()166 if (*last) in __add()167 (*last)->prev = hdr; in __add()170 *last = hdr; in __add()173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) in __del() argument178 *last = hdr->next; in __del()194 __add(hdr, &first, &last); in add()204 __del(hdr, &first, &last); in del()[all …]
58 currentqelem = queue->last = queue->first; in Exynos_OSAL_QueueCreate()116 if ((queue->last->data != NULL) || (queue->numElem >= queue->maxNumElem)) { in Exynos_OSAL_Queue()120 queue->last->data = data; in Exynos_OSAL_Queue()121 queue->last = queue->last->qNext; in Exynos_OSAL_Queue()190 queue->last = queue->first; in Exynos_OSAL_ResetQueue()
45 EXYNOS_QElem *last; member
146 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local147 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary()174 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local175 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external()359 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local360 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary()407 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local408 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
561 uint32_t last = list->numHwLayers - 1; in getNonWormholeRegion() local562 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame; in getNonWormholeRegion()569 for (uint32_t i = 1; i < last; i++) { in getNonWormholeRegion()
146 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local147 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary()174 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local175 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external()358 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local359 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary()406 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local407 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
601 uint32_t last = list->numHwLayers - 1; in getNonWormholeRegion() local602 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame; in getNonWormholeRegion()609 for (uint32_t i = 1; i < last; i++) { in getNonWormholeRegion()
149 thresh_filter->last = 0; in thresh_filter_init()154 if (in < thresh_filter->last - thresh_filter->threshold in thresh_filter_filter()155 || thresh_filter->last + thresh_filter->threshold < in) { in thresh_filter_filter()156 thresh_filter->last = in; in thresh_filter_filter()160 return thresh_filter->last; in thresh_filter_filter()
59 float last; member
218 uint32_t last = list->numHwLayers - 1; in hwc_prepare_virtual() local219 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_virtual()407 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local408 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary()455 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local456 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()499 uint32_t last = list->numHwLayers - 1; in hwc_set_virtual() local500 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_virtual()
562 uint32_t last = list->numHwLayers - 1; in getNonWormholeRegion() local563 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame; in getNonWormholeRegion()570 for (uint32_t i = 1; i < last; i++) { in getNonWormholeRegion()
127 delta = $1 - last;142 last = $1;
83 struct ext_transform_t last; /* last-used settings */ member1379 if (ext->last.docking) in omap4_hwc_prepare()1390 ext->last = ext->current; in omap4_hwc_prepare()