Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c122 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 Ddecodecode27 *Code:*)
84 echo Code starting with the faulting instruction > $T.aa
/utopia/UTPA2-700.0.x/
H A DPolicy.txt1 //THEALE/utopia (named as utopia) Code Line Policy
12 2. Code review.
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped772 /* 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 Dlex.zconf.c_shipped992 /* 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 Dlex.c_shipped882 /* Code executed at the beginning of each rule, after yytext and yyleng
889 /* Code executed at the end of each rule. */