Searched defs:isAscii (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c141 Boln isAscii; member in struct:__anon12990
237 static void printImgInfo (int width, int height, int maxVal, int isAscii, int nChans, argument
296 readUShortRow(Tcl_Interp *interp, tkimg_MFile *handle, UShort *pixels, Int nShorts, char *buf, Boln swapBytes, Boln isAscii) argument
337 readUByteRow(Tcl_Interp *interp, tkimg_MFile *handle, UByte *pixels, Int nBytes, char *buf, Boln swapBytes, Boln isAscii) argument
368 readUShortFile(Tcl_Interp *interp, tkimg_MFile *handle, UShort *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, Float minVals[], Float maxVals[]) argument
414 readUByteFile(Tcl_Interp *interp, tkimg_MFile *handle, UByte *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, Float minVals[], Float maxVals[]) argument
748 Boln swapBytes, isAscii; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.cpp199 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); local

Completed in 296 milliseconds