| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | mem_priv.h | 188 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 D | mem.h | 110 MS_U8* bottom; member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | mem_priv.h | 189 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 D | mem.h | 110 MS_U8* bottom; member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | mem_priv.h | 188 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 D | mem.h | 110 MS_U8* bottom; member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | mem_priv.h | 188 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 D | mem.h | 110 MS_U8* bottom; member
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 351 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 D | apiVDEC_EX_v2.h | 1370 MS_U32 bottom; member
|
| H A D | apiVDEC_EX.h | 1377 MS_U32 bottom; member
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiVDEC_EX_v2.h | 1439 MS_U32 bottom; member
|
| H A D | apiVDEC_EX.h | 2348 MS_U32 bottom; member
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_pip.c.0 | 628 // Get bottom window info.
|
| H A D | mdrv_sc_scaling.c.0 | 9692 // 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 D | mvideo.c.0 | 1099 //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 D | qconf.cc | 823 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
|
| H A D | zconf.tab.c_shipped | 326 /* 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 D | dtc-parser.tab.c_shipped | 288 /* 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 D | parse.c_shipped | 308 /* The OS might guarantee only one guard page at the bottom of the stack,
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 464 # at the bottom of the documentation of classes and structs. If set to YES the
|
| H A D | bsp.dxyfile | 463 # 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 D | apiVDEC_EX.c | 4123 … 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 D | apiVDEC_EX.c | 7508 … 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 D | apiVDEC_EX.c | 8609 … pFPASEIInfo->bottom = (MS_U32)pVdecExContext->_stFrmPacking[u8Idx].u16CropBottom; in _MApi_VDEC_EX_GetFrmPackingArrSEI_EX()
|