Home
last modified time | relevance | path

Searched refs:bit8 (Results 1 – 3 of 3) sorted by relevance

/plugin/gtime/gtlib/asn1/
H A DASN1DER.php202 $bit8 = ($byte >> 7) & 0x1;
208 if ($bit8 == 0 && $bit7 == 0) {
213 } else if ($bit8 == 0 && $bit7 == 1) {
218 } else if ($bit8 == 1 && $bit7 == 0) {
223 } else if ($bit7 == 1 && $bit8 == 1) {
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js149 BmpDecoder.prototype.bit8 = function() { method in BmpDecoder
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1095 BmpDecoder.prototype.bit8=function(){for(var f=this.width%4,m=this.height-1;0<=m;m--){for(var e=0;e… method in BmpDecoder