Searched refs:val_present (Results 1 – 1 of 1) sorted by relevance
2000 uint16_t val_present = *(uint16_t *)present_value; in encode_get_numeric_effecter_value_resp() local2001 val_present = htole16(val_present); in encode_get_numeric_effecter_value_resp()2004 &val_present, sizeof(uint16_t)); in encode_get_numeric_effecter_value_resp()2016 uint32_t val_present = *(uint32_t *)present_value; in encode_get_numeric_effecter_value_resp() local2017 val_present = htole32(val_present); in encode_get_numeric_effecter_value_resp()2020 &val_present, sizeof(uint32_t)); in encode_get_numeric_effecter_value_resp()