Home
last modified time | relevance | path

Searched refs:DEBUGSERVER_HEX_DECODE_SECOND_BYTE (Results 1 – 2 of 2) sorted by relevance

/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c230 #define DEBUGSERVER_HEX_DECODE_SECOND_BYTE(byte) (byte & 0xf) macro
255 …if ((unsigned)debugserver_hex2int(response[size - 1]) != DEBUGSERVER_HEX_DECODE_SECOND_BYTE(checks… in debugserver_response_is_checksum_valid()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c230 #define DEBUGSERVER_HEX_DECODE_SECOND_BYTE(byte) (byte & 0xf) macro
255 …if ((unsigned)debugserver_hex2int(response[size - 1]) != DEBUGSERVER_HEX_DECODE_SECOND_BYTE(checks… in debugserver_response_is_checksum_valid()