Home
last modified time | relevance | path

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

/freebsd/sys/dev/tdfx/
H A Dtdfx_pci.c488 u_int16_t ret_word; in tdfx_query_fetch() local
553 ret_word = pci_read_config(tdfx_info[piod->device].dev, in tdfx_query_fetch()
555 return -copyout(&ret_word, piod->value, 2); in tdfx_query_fetch()
571 u_int16_t ret_word; in tdfx_query_update() local
630 error = copyin(piod->value, &ret_word, 2); in tdfx_query_update()
633 preval = ret_word << (8 * (piod->port & 0x3)); in tdfx_query_update()
/freebsd/crypto/openssl/test/
H A Dbntest.c1513 BN_ULONG b_word, ret_word; in file_quotient() local
1544 ret_word = BN_div_word(ret, b_word); in file_quotient()
1545 if (ret_word != remainder_word) { in file_quotient()
1549 ret_word, remainder_word); in file_quotient()
1558 ret_word = BN_mod_word(a, b_word); in file_quotient()
1559 if (ret_word != remainder_word) { in file_quotient()
1563 ret_word, remainder_word); in file_quotient()