Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 40) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.h214 #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 Ddlmalloc.c3805 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 Dgen_stats.h23 __u64 bytes; member
H A Dtelephony.h261 unsigned int bytes; member
H A Dsoundcard.h573 int bytes; /* Available space in bytes (includes partially used fragments) */ member
603 int bytes; /* Total # of bytes processed */ member
H A Dpkt_sched.h32 __u64 bytes; /* NUmber of enqueues bytes */ member
H A Dxfrm.h80 __u64 bytes; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/
H A Dipt_sctp.h37 #define bytes(type) (sizeof(type) * 8) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4401 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 DdrvMPool.c1805 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 Dxt_sctp.h36 #define bytes(type) (sizeof(type) * 8) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.h505 #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 DdrvAUDIO.c1507 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 DapiAUDIO.c5314 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 DapiAUDIO_v2.c6240 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 DhalAUDIO.c5414 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 DhalAUDIO.c6468 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 DhalAUDIO.c5706 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 DhalNSK2.c2240 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalAUDIO.c5865 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 DhalAUDIO.c6580 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 DhalNSK2.c1927 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c1945 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c1942 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c1947 void endian_change(MS_U8* ptr, MS_U32 bytes) in endian_change()

12