Searched refs:CHAR_BIT (Results 1 – 11 of 11) sorted by relevance
16 #define CHAR_BIT 8 macro
17 const unsigned N = sizeof(fixuint_t) * CHAR_BIT;46 const unsigned N = sizeof(fixuint_t) * CHAR_BIT;74 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1;86 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1;
34 (f & ((si_int)(sizeof(si_int) * CHAR_BIT))); in __ctzdi2()
18 const int bits_in_dword_m1 = (int)(sizeof(di_int) * CHAR_BIT) - 1; in __divmoddi4()
20 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); in __lshrdi3()
28 const unsigned n_uword_bits = sizeof(su_int) * CHAR_BIT; in __udivmoddi4()29 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4()
35 CASSERT((sizeof(amu_ctxs_[0].group0_enable) * CHAR_BIT) <= AMU_GROUP0_MAX_COUNTERS,39 CASSERT((sizeof(amu_ctxs_[0].group1_enable) * CHAR_BIT) <= AMU_GROUP1_MAX_COUNTERS,
527 if (otp_len > (*key_len * CHAR_BIT)) { in plat_get_enc_key_info()529 otp_len, *key_len * CHAR_BIT); in plat_get_enc_key_info()533 read_len = otp_len / CHAR_BIT; in plat_get_enc_key_info()
44 if (otp_len != (len * CHAR_BIT)) { in copy_hash_from_otp()
361 *otp_len = fdt32_to_cpu(*cuint) * CHAR_BIT; in dt_find_otp_name()
52 CASSERT((sizeof(amu_ctxs_[0].group0_enable) * CHAR_BIT) <= AMU_GROUP0_MAX_COUNTERS,56 CASSERT((sizeof(amu_ctxs_[0].group1_enable) * CHAR_BIT) <= AMU_GROUP1_MAX_COUNTERS,