Searched refs:lower (Results 1 – 5 of 5) sorted by relevance
26 print('\t.macro read_' + reg_name.lower() + ' reg0, reg1')35 print('\t.macro write_' + reg_name.lower() + ' reg0, reg1')44 print('\t.macro read_' + reg_name.lower() + ' reg')53 print('\t.macro write_' + reg_name.lower() + ' reg')62 print('\t.macro write_' + reg_name.lower())72 print('static inline __noprof uint64_t read_' + reg_name.lower() +88 print('static inline __noprof void write_' + reg_name.lower() +100 print('static inline __noprof uint32_t read_' + reg_name.lower() +116 print('static inline __noprof void write_' + reg_name.lower() +128 print('static inline __noprof void write_' + reg_name.lower() + '(void)')
41 #define ADDR_U64(upper, lower) ((uint64_t)(upper) << 32 | (lower)) argument
349 uint32_t lower = 0; in internal_aes_gcm_inc_ctr() local352 lower = c + 1; in internal_aes_gcm_inc_ctr()353 c = (c & GENMASK_64(63, 32)) | lower; in internal_aes_gcm_inc_ctr()360 uint32_t lower = 0; in internal_aes_gcm_dec_ctr() local363 lower = c - 1; in internal_aes_gcm_dec_ctr()364 c = (c & GENMASK_64(63, 32)) | lower; in internal_aes_gcm_dec_ctr()
17 …TA, but there is no mechanism to establish trust in the PTA itself from a lower-level entity, such…
2670 lower bits. Fix contributed in #3540.3425 upper and lower case. Reported by Henrik Andersson of Bosch GmbH in issue6006 * Added ssl_set_max_version() to allow clients to offer a lower maximum