| /utopia/UTPA2-700.0.x/mxlib/msfs/linux/ |
| H A D | MsFS.c | 628 int MsFS_Fclose( FILE *stream ) in MsFS_Fclose() argument 631 int a = fclose(stream); in MsFS_Fclose() 632 printf("[%s][%d] 0x%08x fclose %d\n", __FUNCTION__, __LINE__, (int)stream, a); in MsFS_Fclose() 635 return fclose(stream); in MsFS_Fclose() 648 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fread() argument 651 size_t a = fread(data, itemsize, nitems, stream); in MsFS_Fread() 652 printf("[%s][%d] 0x%08x read size %d\n", __FUNCTION__, __LINE__, (int)stream, a); in MsFS_Fread() 655 return fread(data, itemsize, nitems, stream); in MsFS_Fread() 668 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fwrite() argument 671 size_t a = fwrite(data, itemsize, nitems, stream); in MsFS_Fwrite() [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 612 int MsFS_Fclose( FILE *stream ) in MsFS_Fclose() argument 616 Ret = MsFS_Close ( (int)ID_IN_FS(stream) ); in MsFS_Fclose() 633 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fread() argument 637 read = MsFS_Read( (int)ID_IN_FS(stream), data, nitems*itemsize ); in MsFS_Fread() 654 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fwrite() argument 658 written = MsFS_Write( (int)ID_IN_FS(stream), data, nitems*itemsize ); in MsFS_Fwrite() 672 int MsFS_Fftruncate( FILE *stream, MS_U64 length) in MsFS_Fftruncate() argument 674 return ftruncate((int)ID_IN_FS(stream), (off_t)length); in MsFS_Fftruncate() 685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek() argument 689 offset = MsFS_Lseek( (int)ID_IN_FS(stream), (MS_U64)pos, whence ); in MsFS_Fseek() [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsFS.h | 184 int MsFS_Fclose( FILE *stream ); 185 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ); 186 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ); 187 int MsFS_Fftruncate( FILE *stream, MS_U64 length); 188 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ); 189 void MsFS_Rewind( FILE *stream ); 190 MS_U64 MsFS_Ftell( FILE *stream ); 191 int MsFS_Fflush(FILE *stream);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stdio.h | 145 # define fread_unlocked(ptr, size, n, stream) \ argument 150 FILE *__stream = (stream); \ 165 ? ((void) (ptr), (void) (stream), (void) (size), \ 167 : fread_unlocked (ptr, size, n, stream)))) 169 # define fwrite_unlocked(ptr, size, n, stream) \ argument 174 FILE *__stream = (stream); \ 185 ? ((void) (ptr), (void) (stream), (void) (size), \ 187 : fwrite_unlocked (ptr, size, n, stream))))
|
| H A D | stdio2.h | 110 # define fprintf(stream, ...) \ argument 111 __fprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
|
| H A D | wchar2.h | 352 # define fwprintf(stream, ...) \ argument 353 __fwprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsFS.h | 184 int MsFS_Fclose( FILE *stream ); 185 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ); 186 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ); 187 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ); 188 void MsFS_Rewind( FILE *stream ); 189 MS_U64 MsFS_Ftell( FILE *stream ); 190 int MsFS_Fflush(FILE *stream);
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | parset.c | 510 Bitstream stream, *bitstream = &stream; in _GenerateSeq_parameter_set_rbsp() local 606 Bitstream stream, *bitstream = &stream; in _GeneratePic_parameter_set_rbsp() local 1003 Bitstream stream, *bitstream = &stream; in SliceHeader() local 1136 Bitstream stream, *bitstream = &stream; in DummySliceHeaderAndData() local
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 3907 //Finx buffer candidate from stream type and which buffer we need to allocate(FB, BS, ....etc); 3911 …ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d] ERROR: Unknow stream type %d\n", __FUNCTION__, __LINE__… 4930 // Case of Dynamic CMA using in original Main stream 10581 //When Exit, we need to re-init attributes of stream info 14127 /// Get stream colour primaries 14128 /// @param eStream \b IN : stream type 14129 /// @return stream colour primaries 14213 /// @param eStream \b IN : stream type 14248 /// @param eStream \b IN : stream type 14291 /// @param eStream \b IN : stream type [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | parset.c | 456 Bitstream stream, *bitstream = &stream; in _GenerateSeq_parameter_set_rbsp() local 552 Bitstream stream, *bitstream = &stream; in _GeneratePic_parameter_set_rbsp() local 935 Bitstream stream, *bitstream = &stream; in SliceHeader() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 175 /* Return all but the first "n" matched characters back to the input stream. */ 1445 /** Immediately switch to a different input stream. 1446 * @param input_file A readable stream. 1507 * @param file A readable stream. 1832 /** Get the input stream. 1840 /** Get the output stream. 1875 /** Set the input stream. This does not discard the current 1877 * @param in_str A readable stream.
|
| H A D | dtc-parser.tab.c_shipped | 664 /* YY_LOCATION_PRINT -- Print the location on the stream.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 193 /* Return all but the first "n" matched characters back to the input stream. */ 1762 /** Immediately switch to a different input stream. 1763 * @param input_file A readable stream. 1824 * @param file A readable stream. 2149 /** Get the input stream. 2157 /** Get the output stream. 2192 /** Set the input stream. This does not discard the current 2194 * @param in_str A readable stream.
|
| H A D | zconf.tab.c_shipped | 863 /* YY_LOCATION_PRINT -- Print the location on the stream.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 215 /* Return all but the first "n" matched characters back to the input stream. */ 1594 /** Immediately switch to a different input stream. 1595 * @param input_file A readable stream. 1668 * @param file A readable stream. 2057 /** Get the input stream. 2065 /** Get the output stream. 2103 /** Set the input stream. This does not discard the current 2105 * @param in_str A readable stream.
|
| H A D | parse.c_shipped | 912 /* YY_LOCATION_PRINT -- Print the location on the stream.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkpatch.pl | 843 my ($stream, $type) = @_; 846 my $var = '_' x length($stream); 847 my $cur = $stream; 849 print "$stream\n" if ($dbg_values > 1);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 19740 int MsFS_Fclose( FILE *stream ); 19741 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ); 19742 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ); 19743 int MsFS_Fftruncate( FILE *stream, MS_U64 length); 19744 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ); 19745 void MsFS_Rewind( FILE *stream ); 19746 MS_U64 MsFS_Ftell( FILE *stream ); 19747 int MsFS_Fflush(FILE *stream);
|