| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 448 return read( fd, buf, len ); in MsFS_Read() 635 size_t read; in MsFS_Fread() local 637 read = MsFS_Read( (int)ID_IN_FS(stream), data, nitems*itemsize ); in MsFS_Fread() 639 if ( read == -1) in MsFS_Fread() 642 return read/itemsize; in MsFS_Fread()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | main.c | 111 …bytes_read = Pinput_stream->read((MS_U8 *)(BufAddr + buf_left), BufLength - buf_left, &bIsEOF, Pin… in JPEG_FillReadBuff() 135 Pinput_stream->read = JPEG_FILE_read; in JPEGInit() 219 …init_param.u32DecByteRead = Pinput_stream->read(read_buffer, READ_BUFF_SIZE - 128, &bIsEOF, Pinput… in main()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | main.c | 111 …bytes_read = Pinput_stream->read((MS_U8 *)(BufAddr + buf_left), BufLength - buf_left, &bIsEOF, Pin… in JPEG_FillReadBuff() 135 Pinput_stream->read = JPEG_FILE_read; in JPEGInit() 219 …init_param.u32DecByteRead = Pinput_stream->read(read_buffer, READ_BUFF_SIZE - 128, &bIsEOF, Pinput… in main()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/ |
| H A D | utopia_dev.c | 518 .read = mpoolinfo_proc_read, 617 .read = STR_verify_proc_read, 674 .read = mdb_node_proc_read, 689 .read = mdb_agent_proc_read,
|
| /utopia/UTPA2-700.0.x/modules/uart/drv/uart/ |
| H A D | drvUART.c | 146 .read = HAL_UART_Aeon_Read, 158 .read = HAL_UART_PIU_Read, 767 if (dev->devio->read && !( ((ms_uart_dev_t)hUart)->rx_flags & RX_FLAG_DISABLED)) in mdrv_uart_read() 769 return dev->devio->read((device_t)dev, (char *)buf, len, 0); in mdrv_uart_read()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 255 /* Number of characters read into yy_ch_buf, not including EOB 342 static int yy_n_chars; /* number of characters read into yy_ch_buf */ 776 /* Amount of stuff to slurp up with each read. */ 793 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 798 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ 1250 /* yy_get_next_buffer - try to read in a new buffer 1291 /* Try to read more data. */ 1300 /* don't do the read, it's not guaranteed to return an EOF, 2484 /* Put back the token we just read so's we can find it again 2500 /* Put back the token we just read so's we can find it again
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 228 /* Number of characters read into yy_ch_buf, not including EOB 301 static int yy_n_chars; /* number of characters read into yy_ch_buf */ 923 /* Amount of stuff to slurp up with each read. */ 941 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \ 1480 /* yy_get_next_buffer - try to read in a new buffer 1517 /* Try to read more data. */ 1526 /* don't do the read, it's not guaranteed to return an EOF,
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 210 /* Number of characters read into yy_ch_buf, not including EOB 283 static int yy_n_chars; /* number of characters read into yy_ch_buf */ 687 /* Amount of stuff to slurp up with each read. */ 705 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 1175 /* yy_get_next_buffer - try to read in a new buffer 1212 /* Try to read more data. */ 1221 /* don't do the read, it's not guaranteed to return an EOF,
|
| /utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/ |
| H A D | Release Note.txt | 20 2009-11-26: [All CHIP]Added MsOS_FlushMemory() after flash read flushing OCP buffer to avoid non-sy… 21 2009-12-01: [All CHIP]Added Performance Test for flash read nad write in verified code.
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | .Ksym.o.cmd | 307 $(wildcard include/config/mp/ntfs/read/pages.h) \ 308 $(wildcard include/config/mp/ntfs/read/pages/debug.h) \ 566 $(wildcard include/config/inline/read/lock.h) \ 568 $(wildcard include/config/inline/read/lock/bh.h) \ 570 $(wildcard include/config/inline/read/lock/irq.h) \ 572 $(wildcard include/config/inline/read/lock/irqsave.h) \ 574 $(wildcard include/config/inline/read/trylock.h) \ 576 $(wildcard include/config/inline/read/unlock.h) \ 578 $(wildcard include/config/inline/read/unlock/bh.h) \ 580 $(wildcard include/config/inline/read/unlock/irq.h) \ [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | unistd.h | 27 size_t __nbytes), read) __wur; 35 read (int __fd, void *__buf, size_t __nbytes) in read() function
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/internal/ |
| H A D | drvAUDIO_internal.h | 467 MS_U32 (*read)(void *pBuf, MS_U32 u32Size); member 510 MS_U32 (*read)(void *pBuf, MS_U32 u32Size); member
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/ |
| H A D | halAUDIO.c | 963 .read = NULL, 988 .read = NULL, 1013 .read = NULL, 1038 .read = NULL, 1063 .read = NULL, 1088 .read = NULL, 1111 .read = NULL, 1134 .read = NULL, 1157 .read = NULL, 1180 .read = NULL, [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audio/ |
| H A D | halAUDIO.c | 1462 .read = NULL, 1487 .read = NULL, 1512 .read = NULL, 1537 .read = NULL, 1562 .read = NULL, 1587 .read = NULL, 1610 .read = NULL, 1633 .read = NULL, 1656 .read = NULL, 1679 .read = NULL, [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/ |
| H A D | halAUDIO.c | 1043 .read = NULL, 1068 .read = NULL, 1093 .read = NULL, 1118 .read = NULL, 1143 .read = NULL, 1168 .read = NULL, 1191 .read = NULL, 1214 .read = NULL, 1237 .read = NULL, 1260 .read = NULL, [all …]
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/ |
| H A D | halSYS.c | 679 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc() 1132 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/ |
| H A D | halSYS.c | 684 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc() 1111 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/ |
| H A D | halSYS.c | 682 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc() 1109 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/ |
| H A D | halSYS.c | 695 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc() 1122 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | _syslist.h | 18 #define _read read
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe_int.c | 147 read(mfe_irq_fd, &icount, 4); in mfe_wait_int()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsDevice.h | 146 int (*read) (device_t dev, char *buf, MS_U32 len, int off); member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsDevice.h | 146 int (*read) (device_t dev, char *buf, MS_U32 len, int off); member
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 134 MS_S32 (*read)( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, member
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 134 MS_S32 (*read)( MS_U8 *Pbuf, MS_U32 max_bytes_to_read, MS_BOOL *Peof_flag, member
|