Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c4498 mstate ms = (mstate)msp; in destroy_mspace() local
4524 mstate ms = (mstate)msp; in mspace_malloc() local
4731 mstate ms = (mstate)msp; in mspace_calloc() local
4760 mstate ms = get_mstate_for(p); in mspace_realloc() local
4773 mstate ms = (mstate)msp; in mspace_memalign() local
4784 mstate ms = (mstate)msp; in mspace_independent_calloc() local
4794 mstate ms = (mstate)msp; in mspace_independent_comalloc() local
4804 mstate ms = (mstate)msp; in mspace_trim() local
4818 mstate ms = (mstate)msp; in mspace_malloc_stats() local
4829 mstate ms = (mstate)msp; in mspace_footprint() local
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c5112 mstate ms = (mstate)msp; in mstar_mspace_track_large_chunks() local
5128 mstate ms = (mstate)msp; in mstar_destroy_mspace() local
5154 mstate ms = (mstate)msp; in mstar_mspace_malloc() local
5371 mstate ms = (mstate)msp; in mstar_mspace_calloc() local
5400 mstate ms = get_mstate_for(p); in mstar_mspace_realloc() local
5413 mstate ms = (mstate)msp; in mstar_mspace_memalign() local
5423 mstate ms = (mstate)msp; in mstar_mspace_independent_calloc() local
5437 mstate ms = (mstate)msp; in mstar_mspace_independent_comalloc() local
5447 mstate ms = (mstate)msp; in mstar_mspace_trim() local
5461 mstate ms = (mstate)msp; in mstar_mspace_malloc_stats() local
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h167 static __inline__ void osapi_schedule_timeout(int ms) in osapi_schedule_timeout()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvOSAPI.h156 static __inline__ void schedule_timeout(int ms) in schedule_timeout()
/utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/
H A DdrvBDMA.c126 #define BDMA_DELAYMS(ms) MsOS_DelayTask(ms) argument
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c238 #define delay(ms) argument