Searched refs: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
256 sprintf (str, "\tAscii format : %s\n", isAscii? "Yes": "No"); OUT;
297 Int nShorts, char *buf, Boln swapBytes, Boln isAscii)
306 if (isAscii) {
338 Int nBytes, char *buf, Boln swapBytes, Boln isAscii)
347 if (isAscii) {
369 Int nchan, Boln swapBytes, Boln isAscii, Boln verbose,
387 if (!readUShortRow (interp, handle, bufPtr, nchan * width, line, swapBytes, isAscii))
415 Int nchan, Boln swapBytes, Boln isAscii, Bol
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
220 isAscii.link(this);

Completed in 183 milliseconds