Home
last modified time | relevance | path

Searched refs:byte2int (Results 26 – 50 of 264) sorted by relevance

1234567891011

/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dcompat.py162 byte2int = operator.itemgetter(0) variable
176 def byte2int(bs): function
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/replication/
H A Dutils.py4 def byte2int(b): function
H A Devents.py4 from asyncmy.replication.utils import byte2int, int2byte
132 self.schema_length = byte2int(self.packet.read(1))
H A Drow_events.py43 from .utils import byte2int
546 self.schema_length = byte2int(self.packet.read(1))
549 self.table_length = byte2int(self.packet.read(1))
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/contrib/
H A Dmsg_signing.py6 from pycoin.intbytes import byte2int, int2byte
212 first = byte2int(sig)
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/vm/
H A Dannotate.py7 from pycoin.intbytes import byte2int
21 setattr(self, "OP_%s" % _, byte2int(self._script_tools.compile('OP_%s' % _)))
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/coins/bitcoin/
H A DSegwitChecker.py7 from ...intbytes import byte2int, indexbytes
72 first_opcode = byte2int(script)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/scripts/
H A Dreadelf.py22 ifilter, byte2int, bytes2str, itervalues, str2bytes)
77 self._emitline(' '.join('%2.2x' % byte2int(b)
563 self._emit('%2.2x' % byte2int(data[dataptr + i]))
571 if byte2int(c[0]) >= 32 and byte2int(c[0]) < 0x7f:
600 not (32 <= byte2int(data[dataptr]) <= 127)):
607 while endptr < len(data) and byte2int(data[endptr]) != 0:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/scripts/
H A Dreadelf.py22 ifilter, byte2int, bytes2str, itervalues, str2bytes)
77 self._emitline(' '.join('%2.2x' % byte2int(b)
563 self._emit('%2.2x' % byte2int(data[dataptr + i]))
571 if byte2int(c[0]) >= 32 and byte2int(c[0]) < 0x7f:
600 not (32 <= byte2int(data[dataptr]) <= 127)):
607 while endptr < len(data) and byte2int(data[endptr]) != 0:
/dports/databases/py-asyncmy/asyncmy-0.2.3/
H A DCHANGELOG.md49 - Remove `byte2int` and `int2byte`.
/dports/devel/py-construct/construct-2.10.67/construct/lib/
H A Dpy3compat.py19 def byte2int(character): function
H A Dbinary.py148 SWAPBITSINBYTES_CACHE = {i:byte2int(bits2bytes(swapbytes(bytes2bits(int2byte(i))))) for i in range(…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/websocket-client/websocket/
H A D_app.py259 code = 256 * six.byte2int(data[0:1]) + six.byte2int(data[1:2])
H A D_abnf.py170 six.byte2int(self.data[0:1]) + six.byte2int(self.data[1:2])
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/pymysql/
H A Dconnections.pyi8 from .util import join_bytes as join_bytes, byte2int as byte2int, int2byte as int2byte
/dports/www/py-paste/Paste-3.4.6/paste/exceptions/
H A Dserial_number_generator.py75 number = (number * 256 + six.byte2int([c])) % modulo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/exceptions/
H A Dserial_number_generator.py75 number = (number * 256 + six.byte2int([c])) % modulo
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/slicers/
H A Droot.py193 six.byte2int(typebyte))
195 six.byte2int(typebyte))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/websocket/
H A D_app.py333 code = 256 * six.byte2int(data[0:1]) + six.byte2int(data[1:2])
H A D_abnf.py180 six.byte2int(self.data[0:1]) + six.byte2int(self.data[1:2])
/dports/www/py-websocket-client/websocket_client-0.58.0/websocket/
H A D_app.py379 code = 256 * six.byte2int(data[0:1]) + six.byte2int(data[1:2])
H A D_abnf.py185 six.byte2int(self.data[0:1]) + six.byte2int(self.data[1:2])
/dports/devel/py-pyelftools/pyelftools-0.27/scripts/
H A Dreadelf.py30 ifilter, byte2int, bytes2str, itervalues, str2bytes, iterbytes)
95 self._emit(' '.join('%2.2x' % byte2int(b)
761 self._emit('%2.2x' % byte2int(data[dataptr + i]))
769 if byte2int(c[0]) >= 32 and byte2int(c[0]) < 0x7f:
804 not (32 <= byte2int(data[dataptr]) <= 127)):
811 while endptr < len(data) and byte2int(data[endptr]) != 0:
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/PyMySQL/pymysql/
H A Dconnections.pyi7 from .util import byte2int as byte2int, int2byte as int2byte
/dports/devel/py-python-engineio/python-engineio-3.14.2/engineio/async_drivers/
H A Dgevent_uwsgi.py93 type = six.byte2int(msg[0:1])

1234567891011