/hardware/ti/omap4-aah/ |
D | heaptracker.c | 91 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/omap4xxx/ |
D | heaptracker.c | 91 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/msm8084/libqdutils/ |
D | cb_utils.cpp | 46 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/msm8226/libqdutils/ |
D | cb_utils.cpp | 46 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/ |
D | cb_utils.cpp | 46 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/ |
D | OMXComponentCodecBase.cpp | 170 HandlerEntry *last = NULL; in AddHandler() local 177 last = p; in AddHandler() 189 if (last) { in AddHandler() 190 last->next = p; in AddHandler()
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | module.c | 78 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()
|
D | list.c | 159 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/msm8960/libhwcomposer/ |
D | hwc.cpp | 145 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/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 79 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()
|
D | hwc_copybit.cpp | 417 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/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 100 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()
|
D | hwc_copybit.cpp | 271 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()
|
D | hwc.cpp | 584 size_t last = list->numHwLayers - 1; in hwc_set_primary() local 585 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary() 652 size_t last = list->numHwLayers - 1; in hwc_set_external() local 653 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 111 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()
|
D | hwc_copybit.cpp | 408 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()
|
D | hwc.cpp | 563 size_t last = list->numHwLayers - 1; in hwc_set_primary() local 564 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary() 643 size_t last = list->numHwLayers - 1; in hwc_set_external() local 644 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc.cpp | 218 uint32_t last = list->numHwLayers - 1; in hwc_prepare_virtual() local 219 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_virtual() 408 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local 409 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary() 456 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local 457 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external() 500 uint32_t last = list->numHwLayers - 1; in hwc_set_virtual() local 501 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_virtual()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | PERF.awk | 127 delta = $1 - last; 142 last = $1;
|
/hardware/libhardware/tests/hardware/ |
D | Android.mk | 5 LOCAL_SRC_FILES := struct-size.cpp struct-offset.cpp struct-last.cpp
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | postproc_sse2.asm | 165 ; 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/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 18 this set the enable and disable sequences to last a random time. It is good
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
D | TODO | 15 last one parsed.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/ |
D | viddec_mp4_videoobjectlayer.c | 52 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 59 ; for proper address calculation, the last offset used when manipulating 74 ; for proper address calculation, the last offset used when manipulating 90 ; for proper address calculation, the last offset used when manipulating 1124 ; restore r0 by removing the last offset from the last 1127 ; restore r1 by removing the last offset from the last 1278 ; restore r0 by removing the last offset from the last 1281 ; restore r1 by removing the last offset from the last
|