Home
last modified time | relevance | path

Searched defs:num_shifts (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.c528 static bigint *comp_right_shift(bigint *biR, int num_shifts) in comp_right_shift()
555 static bigint *comp_left_shift(bigint *biR, int num_shifts) in comp_left_shift()
1107 int num_shifts = offset % COMP_BIT_SIZE; in exp_bit_is_one() local