Searched refs:htole64 (Results 1 – 7 of 7) sorted by relevance
120 #ifndef htole64121 #define htole64(x) os_bswap_64 (x) macro194 #ifndef htole64195 #define htole64(x) ((uint64_t)(x))
218 cmd.event_mask = htole64(mask); in ble_hs_startup_le_set_evmask_tx()245 cmd.event_mask = htole64(0x2000800002008090); in ble_hs_startup_set_evmask_tx()258 cmd2.event_mask2 = htole64(0x0000000000800000); in ble_hs_startup_set_evmask_tx()
962 cmd.rand = htole64(params->random_number); in ble_sm_start_encrypt_tx()
45 #define htole64(x) (uint64_t)(x) macro58 #define htole64(x) __bswap64(x) macro
81 #define htole64(x) ((uint64_t)(x)) macro95 #define htole64(x) bswap64((x)) macro
184 #undef htole64234 void htole64(uint8_t *p_buf, uint64_t x);
95 void htole64(uint8_t *p_buf, uint64_t x) in htole64() function