Searched refs:tmp_short (Results 1 – 2 of 2) sorted by relevance
160 unsigned short int tmp_short; in replace_negative() local190 sscanf(value, "%hu", &tmp_short); in replace_negative()191 add_str(&result, "%s%hu", tmp_tmp, tmp_short); in replace_negative()
676 tmp_short = (seconds >> 32) & 0xFFFF679 return struct.pack("!HI", tmp_short, tmp_int)