Searched defs:shifts (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | defs.h | 248 typedef struct shifts shifts; typedef 249 struct shifts struct 251 struct shifts *next; argument 253 Value_t nshifts; argument 254 Value_t shift[1];
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gcd.c | 553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; in BN_gcd() local
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_gpio.c | 430 u_int32_t regs[2], shifts[2]; in ar9300_gpio_set_intr() local
|
H A D | ar9300_reset.c | 304 u_int8_t shifts[2] = { in ar9300_upload_noise_floor() local
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-des.c | 369 int shifts, round; in des_setkey() local
|
/freebsd/contrib/bzip2/ |
H A D | blocksort.c | 992 Int32 shifts = 0; in mainSort() local
|