Searched refs:Suffix (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib_private.h75 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c831 GifByteType *Stack, *Suffix; local
837 Suffix = Private->Suffix;
891 Suffix[Private->RunningCode - 2] =
896 Suffix[Private->RunningCode - 2] =
910 Stack[StackPtr++] = Suffix[CrntPrefix];
932 Suffix[Private->RunningCode - 2] =
935 Suffix[Private->RunningCode - 2] =
/openjdk10/hotspot/src/share/vm/compiler/
H A DmethodMatcher.hpp37 Suffix = 2, enumerator in enum:MethodMatcher::Mode
38 Substring = Prefix | Suffix,
H A DmethodMatcher.cpp188 case Suffix: {
208 match |= MethodMatcher::Suffix;
324 if (mode == Suffix || mode == Substring || mode == Any) {
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsnamed.c561 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument
576 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1);
577 v->Prefix[32] = v->Suffix[32] = 0;
598 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
607 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
659 char* Suffix,
656 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
[all...]
H A Dlcms2_internal.h728 char Suffix[33]; member in struct:_cms_NAMEDCOLORLIST_struct
H A Dlcms2.h1376 const char* Prefix, const char* Suffix);
1390 char* Suffix,
H A Dcmstypes.c3108 char suffix[32]; // Suffix for each color name
3166 char suffix[33]; // Suffix for each color name
3176 strncpy(suffix, (const char*) NamedColorList->Suffix, 32);

Completed in 96 milliseconds