Searched refs:max_size (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | nalucommon.h | 127 unsigned max_size; //!< NAL Unit Buffer size member
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | nalucommon.h | 127 MS_U32 max_size; //!< NAL Unit Buffer size member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 945 #define YY_INPUT(buf,result,max_size) \ argument 947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
| H A D | lex.zconf.c_shipped | 945 #define YY_INPUT(buf,result,max_size) \ 947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 709 #define YY_INPUT(buf,result,max_size) \ 714 for ( n = 0; n < max_size && \ 726 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 797 #define YY_INPUT(buf,result,max_size) \ 803 for ( n = 0; n < max_size && \ 815 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|