Searched refs:type_len_ts (Results 1 – 1 of 1) sorted by relevance
229 unsigned int type_len_ts) in type4host() argument232 return (type_len_ts >> 29) & 3; in type4host()234 return type_len_ts & 3; in type4host()238 unsigned int type_len_ts) in len4host() argument241 return (type_len_ts >> 27) & 7; in len4host()243 return (type_len_ts >> 2) & 7; in len4host()247 unsigned int type_len_ts) in type_len4host() argument250 return (type_len_ts >> 27) & ((1 << 5) - 1); in type_len4host()252 return type_len_ts & ((1 << 5) - 1); in type_len4host()256 unsigned int type_len_ts) in ts4host() argument[all …]