Searched defs:Suffix (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/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.c763 GifByteType *Stack, *Suffix; local
769 Suffix = Private->Suffix;
821 Suffix[Private->RunningCode - 2] =
840 Stack[StackPtr++] = Suffix[CrntPrefix];
862 Suffix[Private->RunningCode - 2] =
865 Suffix[Private->RunningCode - 2] =
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsnamed.c507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument
521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix) - 1);
522 v->Prefix[sizeof(v ->Prefix) - 1] = v->Suffix[sizeof(v ->Suffix) - 1] = 0;
542 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
550 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
602 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
[all...]
H A Dlcms2_internal.h301 char Suffix[33]; member in struct:_cms_NAMEDCOLORLIST_struct
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp42 Suffix = 2, enumerator in enum:MethodMatcher::Mode
43 Substring = Prefix | Suffix,
91 if (mode == Suffix || mode == Substring || mode == Any) {
156 case Suffix: {
406 match |= MethodMatcher::Suffix;
710 c_match = MethodMatcher::Suffix;

Completed in 1932 milliseconds