Home
last modified time | relevance | path

Searched refs:STD_ENCODED_SIZE (Results 1 – 3 of 3) sorted by last modified time

/dports/games/xinfocom/xinfocom/
H A Dmessage.h14 #define STD_ENCODED_SIZE (STD_CHARS_PER_WORD/3) macro
H A Dmessage.c365 int esz = plus ? PLUS_ENCODED_SIZE : STD_ENCODED_SIZE; in encode()
H A Dinput.c167 word coded[max(STD_ENCODED_SIZE, PLUS_ENCODED_SIZE)]; in general_parse_buffer()
169 int esz = plus ? PLUS_ENCODED_SIZE : STD_ENCODED_SIZE; in general_parse_buffer()