Searched refs:bits (Results 1 - 25 of 422) sorted by relevance

1234567891011>>

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_DECL_BFTYPE.badtype.d40 struct bits {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
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...]
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxmem.h45 GLint bits);
H A Dglxpix.h45 GLint bits, XID glxpixmapId, __GLXpixmap *pGlxPixmap);
/vbox/src/libs/zlib-1.2.6/
H A Dinffast.c46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operatio
[all...]
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
25 unsigned char op; /* operation, extra bits, table bits */
26 unsigned char bits; /* bit member in struct:__anon17374
[all...]
H A Dinfback.c92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits
262 unsigned bits; /* bits in bit buffer */ local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dbase64.c211 PRInt32 bits; local
216 bits = codetovalue(src[i]);
217 if( bits < 0 )
223 b32 |= bits;
241 PRInt32 bits; local
244 bits = codetovalue(src[0]);
245 if( bits < 0 )
250 b32 = (PRUint32)bits;
253 bits = codetovalue(src[1]);
254 if( bits <
286 PRInt32 bits; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Datomic.h66 x86_atomic_setbits_u32(volatile u_int32_t *ptr, u_int32_t bits) { argument
67 __asm volatile("lock ; orl %1,%0" : "=m" (*ptr) : "ir" (bits));
71 x86_atomic_clearbits_u32(volatile u_int32_t *ptr, u_int32_t bits) { argument
72 __asm volatile("lock ; andl %1,%0" : "=m" (*ptr) : "ir" (~bits));
78 x86_atomic_setbits_u64(volatile u_int64_t *ptr, u_int64_t bits) { argument
79 __asm volatile("lock ; orq %1,%0" : "=m" (*ptr) : "ir" (~bits));
83 x86_atomic_clearbits_u64(volatile u_int64_t *ptr, u_int64_t bits) { argument
84 __asm volatile("lock ; andq %1,%0" : "=m" (*ptr) : "ir" (~bits));
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
25 unsigned char op; /* operation, extra bits, table bits */
26 unsigned char bits; /* bit member in struct:__anon17358
[all...]
H A Dinfback9.c56 unsigned sym, bits, low, size; local
69 bits = 9;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
76 bits = 5;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
120 bits = 0; \
143 hold += (unsigned long)(*next++) << bits; \
144 bits
235 unsigned bits; /* bits in bit buffer */ local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_transfer.h33 uint8_t *bits, uint32_t byte_stride);
38 uint8_t *bits, uint32_t byte_stride);
47 uint8_t *bits, uint32_t byte_stride);
50 glamor_download_rect(PixmapPtr pixmap, int x, int y, int w, int h, uint8_t *bits);
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 Dglamor_transfer.h33 uint8_t *bits, uint32_t byte_stride);
38 uint8_t *bits, uint32_t byte_stride);
47 uint8_t *bits, uint32_t byte_stride);
50 glamor_download_rect(PixmapPtr pixmap, int x, int y, int w, int h, uint8_t *bits);
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 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/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.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

Completed in 130 milliseconds

1234567891011>>