Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance
2260 int in_value; local2268 in_value = ((bufp > 0) ? in_buff[--bufp] : timed_getchar());2270 in_value = ((bufp > 0) ? in_buff[--bufp] : read(0, &temp, 1)? temp : -1);2273 in_value = ((bufp > 0) ? in_buff[--bufp] : 2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);2282 in_value = ((bufp > 0) ? in_buff[--bufp] : read(0, &temp, 1)? temp : -1);2287 in_value = -1;2292 if (in_value != -1) 2294 in_value &= 0xff;2297 in_value &= 0177;[all …]
11433 unsigned int in_value = in_attr[i].int_value(); in merge_object_attributes() local11439 this->aeabi_enum_name(in_value).c_str(), in merge_object_attributes()