Searched defs:bits (Results 1 - 25 of 147) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathLShiftS64.c19 * Shifts a 64-bit signed value left by a particular number of bits.
25 ; Handle shifting of 64 or more bits (return 0)
31 ; Handle shifting of between 0 and 31 bits local
40 ; Handle shifting of between 32 and 63 bits local
H A DMathRShiftU64.c19 * Shifts a 64-bit unsigned value right by a certain number of bits.
31 ; Handle shifting between 0 and 31 bits local
40 ; Handle shifting of 32-63 bits
50 ; Invalid number (less then 32bits), return 0
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllshl.c19 * Shifts a 64-bit signed value left by a particular number of bits.
25 ; Handle shifting of 64 or more bits (return 0)
31 ; Handle shifting of between 0 and 31 bits local
40 ; Handle shifting of between 32 and 63 bits local
H A Dullshr.c19 * Shifts a 64-bit unsigned value right by a certain number of bits.
31 ; Handle shifting between 0 and 31 bits local
40 ; Handle shifting of 32-63 bits
50 ; Invalid number (less then 32bits), return 0
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dindirect_table.h41 * Number of significant bits in the protocol opcode. Opcodes with values
42 * larger than ((1 << bits) - 1) are invalid.
44 unsigned bits; member in struct:__glXDispatchInfo
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dstrtof.c50 ULong bits[1]; local
55 k = strtodg(s, sp, &fpi, &expt, bits);
68 u.L[0] = (bits[0] & 0x7fffff) | ((expt + 0x7f + 23) << 23);
72 u.L[0] = bits[0];
H A Dldtoa.c73 uint32_t bits[(LDBL_MANT_DIG + 31) / 32]; local
78 EXT_TO_ARRAY32(u, bits);
84 bits[LDBL_MANT_DIG / 32] |= 1 << ((LDBL_MANT_DIG - 1) % 32);
106 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
H A Dstrtopx.c65 ULong bits[2]; local
70 k = strtodg(s, sp, &fpi, &expt, bits);
87 L[_4] = (UShort)bits[0];
88 L[_3] = (UShort)(bits[0] >> 16);
89 L[_2] = (UShort)bits[1];
90 L[_1] = (UShort)(bits[1] >> 16);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_net_ntop.c39 static char * inet_net_ntop_ipv4 (const u_char *src, int bits,
44 * inet_net_ntop(af, src, bits, dst, size)
56 int bits,
63 return (inet_net_ntop_ipv4(src, bits, dst, size));
72 * inet_net_ntop_ipv4(src, bits, dst, size)
86 int bits,
96 if (bits < 0 || bits > 32) {
100 if (bits == 0) {
108 for (b = bits /
53 inet_net_ntop( int af, const void *src, int bits, char *dst, size_t size ) argument
84 inet_net_ntop_ipv4( const u_char *src, int bits, char *dst, size_t size ) argument
[all...]
H A Dinet_net_pton.c91 * number of bits, either imputed classfully or specified with /CIDR,
121 * number of bits, either imputed classfully or specified with /CIDR,
143 int bits; local
197 bits = -1;
201 bits = 0;
205 bits *= 10;
206 bits += n;
210 if (bits > 32)
222 if (bits == -1) {
224 bits
[all...]
/vbox/include/iprt/
H A Dmd5.h58 uint32_t bits[2]; member in struct:RTMD5CONTEXT::__anon468

Completed in 794 milliseconds

123456