Home
last modified time | relevance | path

Searched refs:bit_within_word (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/crypt/
Dcrypt_util.c430 int comes_from_word, bit_within_word; in __init_des_r() local
446 bit_within_word = comes_from_e_bit % 6; /* 0..5 */ in __init_des_r()
448 mask1 = longmask[bit_within_word + 26]; in __init_des_r()