Home
last modified time | relevance | path

Searched refs:ID8 (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs733 CommonTree ID8=null; in call()
759 ID8=(CommonTree)Match(input,ID,Follow._ID_in_call432); in call()
770 … CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p); in call()
772 … Console.Error.WriteLine("No match found for " + (ID8!=null?ID8.Text:null) + "(" + p + ")"); in call()
DProfileTreeGrammar.cs738 CommonTree ID8=null; in call()
764 ID8=(CommonTree)Match(input,ID,Follow._ID_in_call432); in call()
775 … CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p); in call()
777 … Console.Error.WriteLine("No match found for " + (ID8!=null?ID8.Text:null) + "(" + p + ")"); in call()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsmd5.c249 memmove(ProfileID ->ID8, ctx->buf, 16); in MD5finish()
Dcmsio1.c947 cmsGetHeaderProfileID(h, ps ->ProfileID.ID8); in _cmsCompileProfileSequence()
Dcmsio0.c884 memmove(ProfileID, Icc ->ProfileID.ID8, 16); in cmsGetHeaderProfileID()
Dcmstypes.c3372 if (io -> Read(io, seq ->ProfileID.ID8, 16, 1) != 1) return FALSE; in ReadSeqID()
3424 if (!io ->Write(io, 16, Seq ->seq[n].ProfileID.ID8)) return FALSE; in WriteSeqID()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h588 cmsUInt8Number ID8[16]; member