| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUsbd.h | 214 #define ms_CalcBitTime(bytes) (7 * 8 * bytes / 6) /* with ��� truncation */ argument 223 #define HIGHSPEED_NS(bytes) ( ((55 * 8 * 2083) \ argument 227 #define HIGHSPEED_NS_ISO(bytes) ( ((38 * 8 * 2083) \ argument 231 #define HIGHSPEED_US(bytes) NS_2_US(HIGHSPEED_NS(bytes)) argument 232 #define HIGHSPEED_US_ISO(bytes) NS_2_US(HIGHSPEED_NS_ISO(bytes)) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3805 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() 3876 static void* internal_memalign(mstate m, size_t alignment, size_t bytes) { in internal_memalign() 4094 void* dlmalloc(size_t bytes) { in dlmalloc() 4341 void* dlrealloc(void* oldmem, size_t bytes) { in dlrealloc() 4364 void* dlmemalign(size_t alignment, size_t bytes) { in dlmemalign() 4379 void* dlvalloc(size_t bytes) { in dlvalloc() 4386 void* dlpvalloc(size_t bytes) { in dlpvalloc() 4523 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc() 4748 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc() 4772 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | gen_stats.h | 23 __u64 bytes; member
|
| H A D | telephony.h | 261 unsigned int bytes; member
|
| H A D | soundcard.h | 573 int bytes; /* Available space in bytes (includes partially used fragments) */ member 603 int bytes; /* Total # of bytes processed */ member
|
| H A D | pkt_sched.h | 32 __u64 bytes; /* NUmber of enqueues bytes */ member
|
| H A D | xfrm.h | 80 __u64 bytes; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/ |
| H A D | ipt_sctp.h | 37 #define bytes(type) (sizeof(type) * 8) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 4401 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() 4476 static void* internal_memalign(mstate m, size_t alignment, size_t bytes) { in internal_memalign() 4695 void* dlmalloc(size_t bytes) { in dlmalloc() 4955 void* dlrealloc(void* oldmem, size_t bytes) { in dlrealloc() 4978 void* dlmemalign(size_t alignment, size_t bytes) { in dlmemalign() 4993 void* dlvalloc(size_t bytes) { in dlvalloc() 5000 void* dlpvalloc(size_t bytes) { in dlpvalloc() 5153 void* mstar_mspace_malloc(mspace msp, size_t bytes) { in mstar_mspace_malloc() 5388 void* mstar_mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mstar_mspace_realloc() 5412 void* mstar_mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mstar_mspace_memalign()
|
| H A D | drvMPool.c | 1805 void * MsOS_MPool_AllocateMemory(mspace msp, size_t bytes) in MsOS_MPool_AllocateMemory() 1965 void * MsOS_MPool_ReallocateMemory(mspace msp, void *old_alloc_start_addr, size_t bytes) in MsOS_MPool_ReallocateMemory()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/ |
| H A D | xt_sctp.h | 36 #define bytes(type) (sizeof(type) * 8) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.h | 505 #define HS_USECS(bytes) NS_TO_US ( ((55 * 8 * 2083)/1000) \ argument 526 #define HS_USECS_ISO(bytes) NS_TO_US ( ((long)(38 * 8 * 2.083)) \ argument
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/ |
| H A D | drvAUDIO.c | 1507 MS_BOOL MDrv_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in MDrv_AUDIO_DmaReader_WritePCM() 1788 MS_BOOL MDrv_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in MDrv_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO.c | 5314 MS_BOOL _MApi_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in _MApi_AUDIO_DmaReader_WritePCM() 5678 MS_BOOL _MApi_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void *buffer, const MS_U32 bytes) in _MApi_AUDIO_PCMCapture_Read()
|
| H A D | apiAUDIO_v2.c | 6240 MS_BOOL MApi_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in MApi_AUDIO_DmaReader_WritePCM() 6482 MS_BOOL MApi_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void *buffer, const MS_U32 bytes) in MApi_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/ |
| H A D | halAUDIO.c | 5414 MS_BOOL HAL_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaReader_WritePCM() 6146 MS_BOOL HAL_AUDIO_DmaWriter_Read(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaWriter_Read() 6536 MS_BOOL HAL_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in HAL_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/ |
| H A D | halAUDIO.c | 6468 MS_BOOL HAL_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaReader_WritePCM() 7288 MS_BOOL HAL_AUDIO_DmaWriter_Read(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaWriter_Read() 7673 MS_BOOL HAL_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in HAL_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/ |
| H A D | halAUDIO.c | 5706 MS_BOOL HAL_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaReader_WritePCM() 6530 MS_BOOL HAL_AUDIO_DmaWriter_Read(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaWriter_Read() 6930 MS_BOOL HAL_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in HAL_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/ |
| H A D | halNSK2.c | 2240 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/ |
| H A D | halAUDIO.c | 5865 MS_BOOL HAL_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaReader_WritePCM() 6689 MS_BOOL HAL_AUDIO_DmaWriter_Read(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaWriter_Read() 7089 MS_BOOL HAL_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in HAL_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/ |
| H A D | halAUDIO.c | 6580 MS_BOOL HAL_AUDIO_DmaReader_WritePCM(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaReader_WritePCM() 7400 MS_BOOL HAL_AUDIO_DmaWriter_Read(void* buffer, MS_U32 bytes) in HAL_AUDIO_DmaWriter_Read() 7785 MS_BOOL HAL_AUDIO_PCMCapture_Read(const AUDIO_DEVICE_TYPE eID, void* buffer, const MS_U32 bytes) in HAL_AUDIO_PCMCapture_Read()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/ |
| H A D | halNSK2.c | 1927 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/ |
| H A D | halNSK2.c | 1945 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/ |
| H A D | halNSK2.c | 1942 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/ |
| H A D | halNSK2.c | 1947 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
|