Searched refs:htole16 (Results 1 – 7 of 7) sorted by relevance
172 …onst char16_t utf16[] = { htole16('a'), htole16(0xd800), htole16('b'), htole16(0xdc00), htole16('c… in TEST()
450 out[0] = htole16(c); in utf16_encode_unichar()455 out[0] = htole16((c >> 10) + 0xd800U); in utf16_encode_unichar()456 out[1] = htole16((c & 0x3ffU) + 0xdc00U); in utf16_encode_unichar()496 *(p++) = htole16(s[i++]); in utf8_to_utf16()
45 #undef htole1673 static inline le16_t htole16(uint16_t value) { return (le16_t __sd_force) bswap_16_on_be(value); } in htole16() function
290 x.u16 = htole16((uint16_t) value); in bus_gvariant_write_word_le()
688 t->pcr_bank = htole16(tpm2_pcr_bank); in encrypt_credential_and_warn()689 t->primary_alg = htole16(tpm2_primary_alg); in encrypt_credential_and_warn()
346 .file_priority = htole16(node->values[i].file_priority), in trie_store_nodes()
1944 .fsprg_secpar = htole16(FSPRG_RECOMMENDED_SECPAR), in setup_keys()