Searched defs:Prefix (Results 1 - 8 of 8) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/awt/giflib/ |
| H A D | gif_lib_private.h | 76 unsigned int Prefix[LZ_MAX_CODE + 1]; member in struct:GifFilePrivateType
|
| H A D | dgif_lib.c | 80 static int DGifGetPrefixChar(unsigned int *Prefix, int Code, int ClearCode); 721 unsigned int *Prefix; local 743 Prefix = Private->Prefix; 745 Prefix[i] = NO_SUCH_CODE; 764 unsigned int *Prefix; local 768 Prefix = Private->Prefix; 797 Prefix[j] = NO_SUCH_CODE; 814 if (Prefix[CrntCod 886 DGifGetPrefixChar(unsigned int *Prefix, int Code, int ClearCode) argument [all...] |
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/ |
| H A D | SCDParser.java | 77 final public String Prefix() throws ParseException { method in class:SCDParser 336 p = Prefix();
|
| /openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
| H A D | cmsnamed.c | 507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument 520 strncpy(v ->Prefix, Prefix, sizeof(v ->Prefix) - 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); 549 memmove(NewNC ->Prefix, v ->Prefix, sizeof(v ->Prefix)); 602 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument [all...] |
| H A D | lcms2_internal.h | 300 char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most member in struct:_cms_NAMEDCOLORLIST_struct
|
| /openjdk7/hotspot/src/share/vm/compiler/ |
| H A D | compilerOracle.cpp | 41 Prefix = 1, enumerator in enum:MethodMatcher::Mode 43 Substring = Prefix | Suffix, 97 if (mode == Prefix || mode == Substring) { 153 case Prefix: 414 match |= MethodMatcher::Prefix; 695 c_match = MethodMatcher::Prefix; 720 c_match = MethodMatcher::Prefix;
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | assembler_x86.hpp | 479 enum Prefix { enum in class:Assembler 805 void prefix(Prefix p);
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/ |
| H A D | CompactSyntax.java | 1801 ns = Prefix(); 1951 final public String Prefix() throws ParseException { method in class:CompactSyntax
|
Completed in 68 milliseconds