Searched refs:Code (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 122 static MS_U32 DGifGetPrefixChar(MS_U32 *Prefix, MS_U32 Code, MS_U32 ClearCode); 123 static MS_U32 DGifDecompressInput(GifFileType *GifFile, MS_U32 *Code); 1419 static MS_U32 DGifGetPrefixChar(MS_U32 *Prefix, MS_U32 Code, MS_U32 ClearCode) argument 1423 while (Code > ClearCode && i++ <= LZ_MAX_CODE) Code = Prefix[Code]; 1424 return Code; 1431 MS_U32 MstDGifGetLZCodes(GifFileType *GifFile, MS_U32 *Code) argument 1442 if (DGifDecompressInput(GifFile, Code) == GIF_ERROR) 1445 if (*Code == Private->EOFCode) { 1451 *Code = -1; 1453 else if (*Code == Private->ClearCode) { [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | decodecode | 27 *Code:*) 84 echo Code starting with the faulting instruction > $T.aa
|
| /utopia/UTPA2-700.0.x/ |
| H A D | Policy.txt | 1 //THEALE/utopia (named as utopia) Code Line Policy 12 2. Code review.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 772 /* Code executed at the beginning of each rule, after yytext and yyleng 779 /* Code executed at the end of each rule. */
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 992 /* Code executed at the beginning of each rule, after zconftext and zconfleng 999 /* Code executed at the end of each rule. */
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 882 /* Code executed at the beginning of each rule, after yytext and yyleng 889 /* Code executed at the end of each rule. */
|