Home | History | Annotate | Download | only in tests

Lines Matching refs:dictID

494     /* dictID tests */
496 U32 const dictID = 0x99;
499 DISPLAYLEVEL(3, "insert a dictID : ");
501 prefs.frameInfo.dictID = dictID;
505 DISPLAYLEVEL(3, "read a dictID : ");
509 if (prefs.frameInfo.dictID != dictID) goto _output_error;
510 DISPLAYLEVEL(3, "%u \n", (U32)prefs.frameInfo.dictID);