Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 27) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A Dmem_priv.h188 cyg_uint8 *bottom; member
369 pThis->bottom = NULL; in Cyg_Mempool_Implementation__Create()
386 pThis->bottom = (cyg_uint8 *)pThis->addr2memdq(pThis, base); in Cyg_Mempool_Implementation__Create()
394 CYG_ASSERT( pThis->top > pThis->bottom , "heap too small" ); in Cyg_Mempool_Implementation__Create()
400 dq = (struct memdq *)pThis->bottom; in Cyg_Mempool_Implementation__Create()
409 pThis->freemem = dq->size = pThis->top - pThis->bottom; in Cyg_Mempool_Implementation__Create()
443 if (NULL == pThis->bottom) in Cyg_Mempool_Implementation__try_alloc()
480 CYG_ASSERT( pThis->bottom<=alloced && alloced<=pThis->top, "alloced outside pool" ); in Cyg_Mempool_Implementation__try_alloc()
531 CYG_ASSERT( (pThis->bottom <= alloc_ptr) && (alloc_ptr <= pThis->top), in Cyg_Mempool_Implementation__resize_alloc()
609 if (!((pThis->bottom <= p) && (p <= pThis->top))) in Cyg_Mempool_Implementation__free()
[all …]
H A Dmem.h110 MS_U8* bottom; member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A Dmem_priv.h189 cyg_uint8 *bottom; member
370 pThis->bottom = NULL; in Cyg_Mempool_Implementation__Create()
387 pThis->bottom = (cyg_uint8 *)pThis->addr2memdq(pThis, base); in Cyg_Mempool_Implementation__Create()
395 CYG_ASSERT( pThis->top > pThis->bottom , "heap too small" ); in Cyg_Mempool_Implementation__Create()
401 dq = (struct memdq *)pThis->bottom; in Cyg_Mempool_Implementation__Create()
410 pThis->freemem = dq->size = pThis->top - pThis->bottom; in Cyg_Mempool_Implementation__Create()
444 if (NULL == pThis->bottom) in Cyg_Mempool_Implementation__try_alloc()
481 CYG_ASSERT( pThis->bottom<=alloced && alloced<=pThis->top, "alloced outside pool" ); in Cyg_Mempool_Implementation__try_alloc()
532 CYG_ASSERT( (pThis->bottom <= alloc_ptr) && (alloc_ptr <= pThis->top), in Cyg_Mempool_Implementation__resize_alloc()
610 if (!((pThis->bottom <= p) && (p <= pThis->top))) in Cyg_Mempool_Implementation__free()
[all …]
H A Dmem.h110 MS_U8* bottom; member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmem_priv.h188 cyg_uint8 *bottom; member
365 pThis->bottom = NULL; in Cyg_Mempool_Implementation__Create()
382 pThis->bottom = (cyg_uint8 *)pThis->addr2memdq(pThis, base); in Cyg_Mempool_Implementation__Create()
390 CYG_ASSERT( pThis->top > pThis->bottom , "heap too small" ); in Cyg_Mempool_Implementation__Create()
395 struct memdq *hdq = &pThis->head, *dq = (struct memdq *)pThis->bottom; in Cyg_Mempool_Implementation__Create()
404 pThis->freemem = dq->size = pThis->top - pThis->bottom; in Cyg_Mempool_Implementation__Create()
436 if (NULL == pThis->bottom) in Cyg_Mempool_Implementation__try_alloc()
473 CYG_ASSERT( (pThis->bottom<=alloced) && (alloced<=pThis->top), "alloced outside pool" ); in Cyg_Mempool_Implementation__try_alloc()
523 CYG_ASSERT( (pThis->bottom <= alloc_ptr) && (alloc_ptr <= pThis->top), in Cyg_Mempool_Implementation__resize_alloc()
600 if (!((pThis->bottom <= p) && (p <= pThis->top))) in Cyg_Mempool_Implementation__free()
[all …]
H A Dmem.h110 MS_U8* bottom; member
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Dmem_priv.h188 cyg_uint8 *bottom; member
368 pThis->bottom = NULL; in Cyg_Mempool_Implementation__Create()
385 pThis->bottom = (cyg_uint8 *)pThis->addr2memdq(pThis, base); in Cyg_Mempool_Implementation__Create()
393 CYG_ASSERT( pThis->top > pThis->bottom , "heap too small" ); in Cyg_Mempool_Implementation__Create()
398 struct memdq *hdq = &pThis->head, *dq = (struct memdq *)pThis->bottom; in Cyg_Mempool_Implementation__Create()
407 pThis->freemem = dq->size = pThis->top - pThis->bottom; in Cyg_Mempool_Implementation__Create()
440 if (NULL == pThis->bottom) in Cyg_Mempool_Implementation__try_alloc()
477 CYG_ASSERT( (pThis->bottom<=alloced) && (alloced<=pThis->top), "alloced outside pool" ); in Cyg_Mempool_Implementation__try_alloc()
527 CYG_ASSERT( (pThis->bottom <= alloc_ptr) && (alloc_ptr <= pThis->top), in Cyg_Mempool_Implementation__resize_alloc()
604 if (!((pThis->bottom <= p) && (p <= pThis->top))) in Cyg_Mempool_Implementation__free()
[all …]
H A Dmem.h110 MS_U8* bottom; member
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c351 MS_U32 bottom = GifFile->Image.Top + GifFile->Image.Height; in GetFrameROI() local
369 if (bottom < image_roi.vstart) in GetFrameROI()
370 bottom = image_roi.vstart; in GetFrameROI()
371 if (bottom > image_roi.vstart + image_roi.height) in GetFrameROI()
372 bottom = image_roi.vstart + image_roi.height; in GetFrameROI()
377 frame_roi.height = bottom - top; in GetFrameROI()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiVDEC_EX_v2.h1370 MS_U32 bottom; member
H A DapiVDEC_EX.h1377 MS_U32 bottom; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiVDEC_EX_v2.h1439 MS_U32 bottom; member
H A DapiVDEC_EX.h2348 MS_U32 bottom; member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_pip.c.0628 // Get bottom window info.
H A Dmdrv_sc_scaling.c.09692 // Set limit at bottom of frame buffer
9718 // Set limit at bottom of frame buffer
9740 // Set limit at bottom of frame buffer
9885 // Set limit at bottom of frame buffer
9911 // Set limit at bottom of frame buffer
9941 // Set limit at bottom of frame buffer
H A Dmvideo.c.01099 //Extend the pixel of bottom A session at the right side [7:0]
1100 //Extend the pixel of bottom B session at the left side[15:8] for PIP issue
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc823 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
H A Dzconf.tab.c_shipped326 /* The OS might guarantee only one guard page at the bottom of the stack,
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped288 /* The OS might guarantee only one guard page at the bottom of the stack,
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped308 /* The OS might guarantee only one guard page at the bottom of the stack,
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile464 # at the bottom of the documentation of classes and structs. If set to YES the
H A Dbsp.dxyfile463 # at the bottom of the documentation of classes and structs. If set to YES the
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c4123 … pFPASEIInfo->bottom = (MS_U32)pVdecExContext->_stFrmPacking[u8Idx].u16CropBottom; in _MApi_VDEC_EX_GetFrmPackingArrSEI_EX()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c7508 … pFPASEIInfo->bottom = (MS_U32)pVdecExContext->_stFrmPacking[u8Idx].u16CropBottom; in _MApi_VDEC_EX_GetFrmPackingArrSEI_EX()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c8609 … pFPASEIInfo->bottom = (MS_U32)pVdecExContext->_stFrmPacking[u8Idx].u16CropBottom; in _MApi_VDEC_EX_GetFrmPackingArrSEI_EX()

12