Searched refs:clearCode (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.cpp235 if (code == clearCode) {
238 avail = clearCode + 2;
244 if (code == (clearCode + 1)) {
269 while (code >= clearCode) {
797 clearCode = 1 << m_frameContext->datasize;
798 if (clearCode >= MAX_BYTES)
801 avail = clearCode + 2;
821 for (int i = 0; i < clearCode; i++)
H A DGIFImageReader.h90 , clearCode(0)
114 int clearCode; // Codeword used to trigger dictionary reset. member in class:GIFLZWContext
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExecutable.h118 void clearCode();
487 void clearCode();
543 void clearCode();
655 void clearCode();
687 return jsCast<EvalExecutable*>(executable)->clearCode();
689 return jsCast<ProgramExecutable*>(executable)->clearCode();
691 return jsCast<FunctionExecutable*>(executable)->clearCode();
693 return jsCast<NativeExecutable*>(executable)->clearCode();
H A DExecutable.cpp53 void ExecutableBase::clearCode() function in class:JSC::ExecutableBase
434 void EvalExecutable::clearCode() function in class:JSC::EvalExecutable
438 Base::clearCode();
509 void ProgramExecutable::clearCode() function in class:JSC::ProgramExecutable
513 Base::clearCode();
553 clearCode();
563 void FunctionExecutable::clearCode() function in class:JSC::FunctionExecutable
567 Base::clearCode();
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c760 int codeSize, clearCode, inCode, endCode, oldCode, maxCode,
791 clearCode = 1 << (int) initialCodeSize;
792 endCode = clearCode + 1;
794 maxCode = clearCode + 2;
800 for (i = 0; i < clearCode; i++) {
830 if (code == clearCode) {
833 maxCode = clearCode + 2;
844 * roll this into the clearCode test above, because
865 while (code > clearCode) {
756 int codeSize, clearCode, inCode, endCode, oldCode, maxCode, local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgGIF.c879 int codeSize, clearCode, inCode, endCode, oldCode, maxCode;
916 clearCode = 1 << (int) initialCodeSize;
917 endCode = clearCode + 1;
919 maxCode = clearCode + 2;
925 for (i = 0; i < clearCode; i++) {
961 if (code == clearCode) {
967 maxCode = clearCode + 2;
978 * clearCode test above, because at that point we have not
1001 while (code > clearCode) {
870 int codeSize, clearCode, inCode, endCode, oldCode, maxCode; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgGIF.c823 int codeSize, clearCode, inCode, endCode, oldCode, maxCode;
858 clearCode = 1 << (int) initialCodeSize;
859 endCode = clearCode + 1;
861 maxCode = clearCode + 2;
867 for (i = 0; i < clearCode; i++) {
901 if (code == clearCode) {
906 maxCode = clearCode + 2;
917 * roll this into the clearCode test above, because
938 while (code > clearCode) {
818 int codeSize, clearCode, inCode, endCode, oldCode, maxCode; local

Completed in 281 milliseconds