Home
last modified time | relevance | path

Searched refs:Prefix (Results 1 – 3 of 3) 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);
1116 MS_U32 *Prefix;
1134 Prefix = Private->Prefix;
1136 Prefix[i] = NO_SUCH_CODE;
1290 MS_U32 *Prefix; local
1294 Prefix = Private->Prefix;
1323 for (j = 0; j <= LZ_MAX_CODE; j++) Prefix[j] = NO_SUCH_CODE;
1342 if (Prefix[CrntCode] == NO_SUCH_CODE) {
1350 Stack[StackPtr++] = DGifGetPrefixChar(Prefix,
1371 CrntPrefix = Prefix[CrntPrefix];
[all …]
H A Dgif_lib_private.h122 MS_U32 Prefix[LZ_MAX_CODE+1]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include117 # Prefix align with either -falign or -malign
168 # Prefix -I with $(srctree) if it is not an absolute path.