Searched refs:bits (Results 226 - 250 of 382) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dns32k-dis.c121 unsigned long match; /* these bits must match */
282 * extract "count" bits starting "offset" bits
358 sign_extend (value, bits)
359 int value, bits;
361 value = value & ((1 << bits) - 1);
362 return (value & (1 << (bits-1))
363 ? value | (~((1 << bits) - 1))
416 int ioffset; /* bits into instruction */
417 int aoffset; /* bits int
[all...]
H A Di370-dis.c117 value = (insn.i[0] >> operand->shift) & ((1 << operand->bits) - 1);
/haiku-fatelf/src/kits/network/libbind/irs/
H A Ddns_nw.c523 make1101inaddr(const u_char *net, int bits, char *name, int size) { argument
530 for (n = (32 - bits) / 8; n > 0; n--) {
538 if ((n = bits % 8) != 0) {
542 net[bits / 8] & ~((1 << (8 - n)) - 1)));
547 for (n = bits / 8; n > 0; n--) {
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp273 uint8 *bits = (uint8 *)dragBitmap->Bits(); local
279 for (int32 y = 0; y < height - ALPHA / 2; y++, bits += bpr) {
280 uint8 *line = bits + 3;
284 for (int32 y = height - ALPHA / 2; y < height; y++, bits += bpr) {
285 uint8 *line = bits + 3;
290 for (int32 y = 0; y < height; y++, bits += bpr) {
291 uint8 *line = bits + 3;
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.cpp268 uint8 *bits = (uint8 *)dragBitmap->Bits(); local
274 for ( int32 y = 0; y < height - ALPHA / 2; y++, bits += bpr ) {
275 uint8 *line = bits + 3;
279 for ( int32 y = height - ALPHA / 2; y < height; y++, bits += bpr ) {
280 uint8 *line = bits + 3;
285 for ( int32 y = 0; y < height; y++, bits += bpr ) {
286 uint8 *line = bits + 3;
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcanon-inks.h36 * an ink is therefore defined by the number of bits used for the bitpattern (bitdepth) and the number of possible levels:
45 * inks are named canon_xb_yl_ink where x is the number of bits representing the y possible ink levels
54 const int bits; /* bitdepth */ member in struct:__anon5083
62 #define DECLARE_INK(bits,levels) \
63 static const canon_ink_t canon_##bits##b_##levels##l_ink = { \
64 bits,0, \
69 #define DECLARE_INK_EXTENDED(bits,levels,flags) \
70 static const canon_ink_t canon_##bits##b_##levels##l_c_ink = { \
71 bits,flags, \
H A Dprint-canon.c1412 buf[3+i*3+0]=(1<<5)|init->mode->inks[i].ink->bits; /*info*/
1416 buf[3+i*3+0]=init->mode->inks[i].ink->bits;
1419 buf[3+i*3+0]=init->mode->inks[i].ink->bits;
1422 /*if (init->mode->inks[i].ink->bits == 4)
1424 /*else if (init->mode->inks[i].ink->bits == 2)
1426 /*else if (init->mode->inks[i].ink->bits == 1)
1456 if (init->mode->inks[0].ink->bits>1) {
1716 current->buf_length = ((privdata->length * current->props->bits)+1)*(delay + 1);
2065 k_lower = 0.4 / privdata.channels[4].props->bits + .1;
2172 privdata.weave_bits[i] = privdata.channels[x].props->bits;
2340 canon_shift_buffer(unsigned char *line,int length,int bits) argument
2353 canon_compress(stp_vars_t *v, canon_privdata_t *pd, unsigned char* line,int length,int offset,unsigned char* comp_buf,int bits, int ink_flags) argument
2445 canon_write(stp_vars_t *v, canon_privdata_t *pd, const canon_cap_t * caps, unsigned char *line, int length, int coloridx, int *empty, int width, int offset, int bits, int ink_flags) argument
[all...]
H A Ddither-impl.h90 unsigned bits; member in struct:ink_defn
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c187 uint32_t bits; local
189 bits = OS_REG_READ(ah, AR_PCICFG);
195 * status bits below is meangless (the driver must flash
198 bits = (bits &~ AR_PCICFG_LEDMODE)
205 bits = (bits &~ AR_PCICFG_LEDCTL)
207 OS_REG_WRITE(ah, AR_PCICFG, bits);
244 * low bits will be meaningless. Likewise reading
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c203 unsigned long bits; /* Bits to set for this mode. */ member in struct:mode_info
204 unsigned long mask; /* Other bits to turn off for this mode. */
584 csN set character size to N bits, N in [5..8]\n\
587 [-]cstopb use two stop bits per character (one with `-')\n\
1037 sometimes (m1 != m2). The only difference is in the four bits
1270 *bitsp = *bitsp & ~info->mask & ~info->bits;
1272 *bitsp = (*bitsp & ~info->mask) | info->bits;
1545 mask = mode_info[i].mask ? mode_info[i].mask : mode_info[i].bits;
1546 if ((*bitsp & mask) == mode_info[i].bits)
1622 mask = mode_info[i].mask ? mode_info[i].mask : mode_info[i].bits;
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrspec.c49 int remainder; //< Remainder bit (bits)
164 int bits; local
176 bits = lengthTableBits[mode][l];
177 words = (1 << bits) - 1;
/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c73 /* ROTATE_LEFT rotates x left n bits.
129 /* Update number of bits */
165 unsigned char bits[8]; local
168 /* Save number of bits */
169 Encode (bits, context->count, 8);
178 MD5_Update (context, bits, 8);
/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.cpp227 uint8* bits = (uint8*)bitmap->Bits(); local
232 uint8* bitsHandle = bits;
238 bits += bpr;
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp213 uint8* bits = (uint8*)fBitmap[i]->Bits(); local
214 info.area = area_for(bits);
233 info.offset = bits - (uint8*)bitmapAreaInfo.address;
/haiku-fatelf/src/bin/network/ftpd/
H A Dmd5c.c102 /* ROTATE_LEFT rotates x left n bits. */
164 /* Update number of bits */
199 unsigned char bits[8]; local
202 /* Save number of bits */
203 Encode (bits, context->count, 8);
211 MD5Update (context, bits, 8);
/haiku-fatelf/src/libs/crypt/
H A Dmd4c.c72 /* ROTATE_LEFT rotates x left n bits.
120 /* Update number of bits */
152 unsigned char bits[8]; local
155 /* Save number of bits */
156 Encode (bits, context->count, 8);
165 MD4Update (context, bits, 8);
H A Dmd5c.c99 /* ROTATE_LEFT rotates x left n bits. */
161 /* Update number of bits */
196 unsigned char bits[8]; local
199 /* Save number of bits */
200 Encode (bits, context->count, 8);
208 MD5Update (context, bits, 8);
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_md5.c71 /* ROTATE_LEFT rotates x left n bits.
254 /* Update number of bits */
286 unsigned char bits[8]; local
289 /* Save number of bits */
290 Encode(bits, context->count, 8);
299 MD5_Update(context, bits, 8);
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_paranoia.cpp29 crc32_reflect(uint32 value, int32 bits) argument
32 for (int32 i = 1; i <= bits; i++) {
34 result |= 1 << (bits - i);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp236 vbe_set_bits_per_gun(bios_state* state, vesa_info& info, uint8 bits) argument
242 regs.ebx = (bits << 8) | 1;
263 vbe_set_bits_per_gun(vesa_info& info, uint8 bits) argument
272 status = vbe_set_bits_per_gun(state, info, bits);
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dia64.h63 IA64_OPND_AR3, /* third application register # (bits 20-26) */
64 IA64_OPND_B1, /* branch register # (bits 6-8) */
65 IA64_OPND_B2, /* branch register # (bits 13-15) */
66 IA64_OPND_CR3, /* third control register # (bits 20-26) */
92 IA64_OPND_CCNT5, /* 5-bit count (31 - bits 20-24) */
93 IA64_OPND_CNT2a, /* 2-bit count (1 + bits 27-28) */
94 IA64_OPND_CNT2b, /* 2-bit count (bits 27-28): 1, 2, 3 */
95 IA64_OPND_CNT2c, /* 2-bit count (bits 30-31): 0, 7, 15, or 16 */
96 IA64_OPND_CNT5, /* 5-bit count (bits 14-18) */
97 IA64_OPND_CNT6, /* 6-bit count (bits 2
348 int bits; member in struct:ia64_operand::bit_field
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h27 #include <bits/types.h>
83 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */
118 (i.e., is no more than 7 bits wide). */
122 (i.e., the low-order 7 bits of C). */
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstdio.h38 # include <bits/types.h>
150 #include <bits/stdio_lim.h>
611 #include <bits/sys_errlist.h>
686 # include <bits/stdio.h>
/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h27 #include <bits/types.h>
/haiku-fatelf/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp119 fFrameBuffer = (uint8 *) info->bits;

Completed in 155 milliseconds

1234567891011>>