Home
last modified time | relevance | path

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

/external/federated-compute/fcp/secagg/shared/
Dsecagg_vector.cc267 int read_bit_shift = bit_width_ - unwritten_bits; in ReadValue() local
268 unsigned int right_shift_value = read_bit_shift > 0 ? read_bit_shift : 0; in ReadValue()
269 unsigned int left_shift_value = read_bit_shift < 0 ? -read_bit_shift : 0; in ReadValue()