Searched refs:byteVal (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/io/ | ||
H A D | base64stream.cpp | 158 int byteVal = base64decode[ch & 0x7f]; local 159 //printf("char:%c %d\n", ch, byteVal); 160 if (byteVal < 0) 164 inBytes[inCount++] = byteVal; |
Completed in 15 milliseconds