Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 60) sorted by relevance

123

/hardware/ti/omap4xxx/
Dheaptracker.c91 static struct hdr *last; variable
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add() argument
165 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() argument
178 *last = hdr->next; in __del()
194 __add(hdr, &first, &last); in add()
204 __del(hdr, &first, &last); in del()
[all …]
/hardware/ti/omap4-aah/
Dheaptracker.c91 static struct hdr *last; variable
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add() argument
165 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() argument
178 *last = hdr->next; in __del()
194 __add(hdr, &first, &last); in add()
204 __del(hdr, &first, &last); in del()
[all …]
/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp46 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
53 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
64 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp46 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
53 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
64 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_utils.cpp46 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
53 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
65 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.cpp170 HandlerEntry *last = NULL; in AddHandler() local
177 last = p; in AddHandler()
189 if (last) { in AddHandler()
190 last->next = p; in AddHandler()
/hardware/qcom/display/msm8909/libqdutils/
Dcb_utils.cpp62 size_t last = list->numHwLayers - 1; in uiClearRegion() local
63 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in uiClearRegion()
78 for(size_t i = 0 ; i < last; i++) { in uiClearRegion()
90 for (size_t i = 0 ; i < last; i++) { in uiClearRegion()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c78 struct module *last; in module_add_list() local
80 last = find_last_module(head); in module_add_list()
81 if (last) in module_add_list()
82 last->next = add; in module_add_list()
Dlist.c159 struct list *last; in __list_add_tail() local
162 last = __list_last(list); in __list_add_tail()
163 __list_add_after(last, new); in __list_add_tail()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_virtual.cpp79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
142 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
143 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp384 int last = (uint32_t)list->numHwLayers - 1; in prepare() local
385 mDirtyRect = list->hwLayers[last].displayFrame; in prepare()
519 uint32_t last = (uint32_t)list->numHwLayers - 1; in drawUsingAppBufferComposition() local
520 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in drawUsingAppBufferComposition()
582 close(list->hwLayers[last].acquireFenceFd); in drawUsingAppBufferComposition()
583 list->hwLayers[last].acquireFenceFd = -1; in drawUsingAppBufferComposition()
595 uint32_t last = 0; in draw() local
616 last = (uint32_t)list->numHwLayers - 1; in draw()
617 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
638 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
141 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
142 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp417 uint32_t last = (uint32_t)list->numHwLayers - 1; in drawUsingAppBufferComposition() local
418 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in drawUsingAppBufferComposition()
491 uint32_t last = 0; in draw() local
506 last = (uint32_t)list->numHwLayers - 1; in draw()
507 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
524 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
526 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
582 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
583 close(list->hwLayers[last].acquireFenceFd); in draw()
584 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp145 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local
146 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary()
173 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local
174 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external()
357 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local
358 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary()
405 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local
406 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.cpp100 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
101 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
155 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
297 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp271 uint32_t last = 0; in draw() local
280 last = (uint32_t)list->numHwLayers - 1; in draw()
281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
298 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
300 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
344 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
345 close(list->hwLayers[last].acquireFenceFd); in draw()
346 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp111 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
112 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
167 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
335 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp408 uint32_t last = (uint32_t)list->numHwLayers - 1; in drawUsingAppBufferComposition() local
409 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in drawUsingAppBufferComposition()
482 uint32_t last = 0; in draw() local
496 last = (uint32_t)list->numHwLayers - 1; in draw()
497 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
514 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
516 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
568 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
569 close(list->hwLayers[last].acquireFenceFd); in draw()
570 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
DPERF.awk127 delta = $1 - last;
142 last = $1;
/hardware/libhardware/tests/hardware/
DAndroid.mk5 LOCAL_SRC_FILES := struct-size.cpp struct-offset.cpp struct-last.cpp
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME18 this set the enable and disable sequences to last a random time. It is good
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx355 int16_t a, b, y, last; in drawTriangleFilled() local
395 if(y1 == y2) last = y1; // Include y1 scanline in drawTriangleFilled()
396 else last = y1-1; // Skip it in drawTriangleFilled()
398 for(y=y0; y<=last; y++) { in drawTriangleFilled()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dpostproc_sse2.asm165 ; dup the last byte into the right border
202 ; last 16 pixels
273 ; this copies the last row down into the border 8 rows
507 ; dup the last byte into the right border
567 pshufd xmm6, xmm6, 0 ; duplicate the last ones
568 pshufd xmm7, xmm7, 0 ; duplicate the last ones
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO15 last one parsed.
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_mp4_videoobjectlayer.c52 uint8_t last=0; in mp4_Parse_QuantMatrix() local
63 last = pQM[mp4_ClassicalZigzag[i-1]]; in mp4_Parse_QuantMatrix()
66 pQM[mp4_ClassicalZigzag[i]] = last; in mp4_Parse_QuantMatrix()

123