Searched refs:integer (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDivU64x32.S18 # Calculate the quotient of a 64-bit integer by a 32-bit integer
H A DModU64x32.S18 # Calculate the remainder of a 64-bit integer by a 32-bit integer
H A DMultU64x32.S18 # Calculate the product of a 64-bit integer and a 32-bit integer
H A DDivU64x32.asm18 ; Calculate the quotient of a 64-bit integer by a 32-bit integer
H A DModU64x32.asm18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
H A DMultU64x32.asm18 ; Calculate the product of a 64-bit integer and a 32-bit integer
H A DMultU64x64.asm18 ; Calculate the product of a 64-bit integer and another 64-bit integer
H A DMultU64x64.S18 # Calculate the product of a 64-bit integer and another 64-bit integer
H A DDivU64x64Remainder.S18 # Calculate the quotient of a 64-bit integer by a 64-bit integer and returns
H A DDivU64x64Remainder.asm18 ; Calculate the quotient of a 64-bit integer by a 64-bit integer and returns
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c202 * Parse RSA integer
205 * @v integer Integer to fill in
210 struct asn1_cursor *integer,
213 /* Enter integer */
214 memcpy ( integer, raw, sizeof ( *integer ) );
215 asn1_enter ( integer, ASN1_INTEGER );
218 if ( ( integer->len > 1 ) &&
219 ( *( ( uint8_t * ) integer->data ) == 0x00 ) ) {
220 integer
209 rsa_parse_integer( struct rsa_context *context, struct asn1_cursor *integer, const struct asn1_cursor *raw ) argument
[all...]
/vbox/src/VBox/Runtime/common/math/
H A Dtruncl.asm33 ; Round to truncated integer value.
50 ; Round ST(0) to integer.
H A Dtrunc.asm33 ; Round to truncated integer value.
55 ; Round ST(0) to integer.
H A Dtruncf.asm33 ; Round to truncated integer value.
55 ; Round ST(0) to integer.
H A Dceill.asm51 ; Round ST(0) to integer.
H A Dfloorl.asm50 ; Round ST(0) to integer.
H A Dllrint.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.s37 / Atomically increment the integer pointed to by 'val' and return
53 / Atomically decrement the integer pointed to by 'val' and return
69 / Atomically set the integer pointed to by 'val' to the new
98 / Atomically add 'val' to the integer pointed to by 'ptr'
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Darwin_x86.s47 # Atomically increment the integer pointed to by 'val' and return
64 # Atomically decrement the integer pointed to by 'val' and return
81 # Atomically set the integer pointed to by 'val' to the new
96 # Atomically add 'val' to the integer pointed to by 'ptr'
H A Dos_Linux_x86.s37 / Atomically increment the integer pointed to by 'val' and return
53 / Atomically decrement the integer pointed to by 'val' and return
69 / Atomically set the integer pointed to by 'val' to the new
98 / Atomically add 'val' to the integer pointed to by 'ptr'
H A Dos_Linux_x86_64.s37 / Atomically increment the integer pointed to by 'val' and return
52 / Atomically decrement the integer pointed to by 'val' and return
67 / Atomically set the integer pointed to by 'val' to the new
81 / Atomically add 'val' to the integer pointed to by 'ptr'
H A Dos_SunOS_x86_64.s41 / Atomically increment the integer pointed to by 'val' and return
56 / Atomically decrement the integer pointed to by 'val' and return
71 / Atomically set the integer pointed to by 'val' to the new
84 / Atomically add 'val' to the integer pointed to by 'ptr'
H A Dos_SunOS_x86.s81 / Atomically increment the integer pointed to by 'val' and return
97 / Atomically decrement the integer pointed to by 'val' and return
113 / Atomically set the integer pointed to by 'val' to the new
142 / Atomically add 'val' to the integer pointed to by 'ptr'
/vbox/src/VBox/Runtime/common/asm/
H A DASMMultU32ByU32DivByU32.asm31 ; Multiple a 32-bit by a 32-bit integer and divide the result by a 32-bit integer
H A DASMMultU64ByU32DivByU32.asm31 ; Multiple a 64-bit by a 32-bit integer and divide the result by a 32-bit integer

Completed in 127 milliseconds

12