Searched refs:multiplier (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/ |
| H A D | x86_bigint.c | 43 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplier = 63 multiplier_element = multiplier->element[j];
|
| /vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
| H A D | bigint.c | 48 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplier = 65 bigint_multiply ( multiplicand, multiplier, &temp->result );
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
| H A D | bigint.h | 183 * @v multiplier Big integer to be multiplied 186 #define bigint_multiply( multiplicand, multiplier, result ) do { \ 189 (multiplier)->element, (result)->element, \ 197 * @v multiplier Big integer to be multiplied 202 #define bigint_mod_multiply( multiplicand, multiplier, modulus, \ 206 (multiplier)->element, \
|
| H A D | edd.h | 149 /** Port multiplier number */ 150 uint8_t multiplier; member in struct:edd_device_path::__anon15492
|
| /vbox/src/VBox/Runtime/common/math/ |
| H A D | bignum-amd64-x86.asm | 672 ; Loop thru each element in the multiplier. 707 ; Advance and loop on multiplier.
|
| /vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
| H A D | bigint_test.c | 153 const bigint_t ( size ) *multiplier __attribute__ (( may_alias )) 158 bigint_multiply ( multiplicand, multiplier, result ); 169 const bigint_t ( size ) *multiplier __attribute__ (( may_alias )) 176 bigint_mod_multiply ( multiplicand, multiplier, modulus, result, tmp ); 420 * @v multiplier Big integer to be multiplied 423 #define bigint_multiply_ok( multiplicand, multiplier, expected ) do { \ 425 static const uint8_t multiplier_raw[] = multiplier; \ 459 * @v multiplier Big integer to be multiplied 463 #define bigint_mod_multiply_ok( multiplicand, multiplier, modulus, \ 466 static const uint8_t multiplier_raw[] = multiplier; \ [all...] |
Completed in 477 milliseconds