Home
last modified time | relevance | path

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

/external/capstone/suite/cstest/src/
Dhelper.c160 unsigned short int tmp_short; in replace_negative() local
190 sscanf(value, "%hu", &tmp_short); in replace_negative()
191 add_str(&result, "%s%hu", tmp_tmp, tmp_short); in replace_negative()
/external/scapy/scapy/layers/
Ddns.py676 tmp_short = (seconds >> 32) & 0xFFFF
679 return struct.pack("!HI", tmp_short, tmp_int)