Searched refs:bits (Results 126 - 150 of 198) sorted by relevance

12345678

/haiku/src/apps/launchbox/
H A DLaunchButton.cpp227 uint8* bits = (uint8*)bitmap->Bits(); local
232 uint8* bitsHandle = bits;
238 bits += bpr;
/haiku/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/src/libs/compat/openbsd_wlan/crypto/
H A Dsha1.c27 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp367 const void* bits; local
368 if (data->FindData("_deviceIconBits", B_RAW_TYPE, &bits, &numBytes)
370 fDeviceIcon->SetBits(bits, numBytes, (int32)0,
/haiku/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/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h27 #include <bits/types.h>
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp119 fFrameBuffer = (uint8 *) info->bits;
/haiku/headers/os/game/
H A DDirectWindow.h37 void *bits; member in struct:__anon1
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h27 #include <bits/types.h>
88 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */
123 (i.e., is no more than 7 bits wide). */
127 (i.e., the low-order 7 bits of C). */
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp60 bool DoModifiersMatch(uint32 bits) const
61 { return fTester->IsMatching(bits); }
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h49 #define INO_TO_AGINO(id, bits) ((uint32) id & INO_MASK(bits))
165 list are an on-disk format change, requiring feature bits. Valid values
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp432 // native colorspace (32 bits)
435 uint8* bits = (uint8*)quickResBitmap->Bits(); local
438 uint8* handle = bits;
447 bits += bpr;
476 uint8* bits = (uint8*)bitmap->Bits(); local
485 uint8* bitsHandle = bits;
494 bits += bpr;
635 // clicked bits are darker (lame method...)
640 // disabled bits have less contrast (lame method...)
649 // disabled bits hav
[all...]
/haiku/src/bin/
H A Dsetmime.cpp757 uint8* bits = NULL; local
764 bits = (uint8*) fSmallIcon->Bits();
769 bits = (uint8*) fBigIcon->Bits();
776 bits = fVectorIcon = (uint8*) malloc(fVectorIconSize);
780 if (bits == NULL)
790 bits[i] = uint8(val & 0xff);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c42 mask = ((1 << (info->bits + 1)) - 1) << 8;
49 mask = ((1 << (info->bits + 1)) - 1);
56 mask = ((1 << (info->bits + 1)) - 1);
99 mask = ((1 << (info->bits + 1)) - 1) << 8;
108 mask = ((1 << (info->bits + 1)) - 1);
116 mask = ((1 << (info->bits + 1)) - 1);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c189 uint32_t bits; local
191 bits = OS_REG_READ(ah, AR_PCICFG);
197 * status bits below is meangless (the driver must flash
200 bits = (bits &~ AR_PCICFG_LEDMODE)
207 bits = (bits &~ AR_PCICFG_LEDCTL)
209 OS_REG_WRITE(ah, AR_PCICFG, bits);
247 * low bits will be meaningless. Likewise reading
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
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 MD5Update (context, bits, 8);
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp120 uint8* bits = (uint8*)bitmap->Bits(); local
127 _Filter32(bits, width, height, bpr, r, r);
131 _Filter8(bits, width, height, bpr, r, r);
/haiku/src/libs/icon/
H A DIconRenderer.cpp503 uint8* bits = (uint8*)fBitmap->Bits(); local
509 uint8* b = bits;
518 bits += bpr;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c362 * Copy up 802.11 header and strip crypto bits - but only if we
651 /* Step 3 - bring in last of TK bits, assign 24-bit WEP IV value
792 static __inline u32 rotl(u32 val, int bits) argument
794 return (val << bits) | (val >> (32 - bits));
797 static __inline u32 rotr(u32 val, int bits) argument
799 return (val >> bits) | (val << (32 - bits));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c64 mask = ((1 << (info->bits + 1)) - 1) << 8;
71 mask = ((1 << (info->bits + 1)) - 1);
78 mask = ((1 << (info->bits + 1)) - 1);
122 mask = ((1 << (info->bits + 1)) - 1) << 8;
131 mask = ((1 << (info->bits + 1)) - 1);
139 mask = ((1 << (info->bits + 1)) - 1);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c59 mask = ((1 << (info->bits + 1)) - 1) << 8;
66 mask = ((1 << (info->bits + 1)) - 1);
73 mask = ((1 << (info->bits + 1)) - 1);
116 mask = ((1 << (info->bits + 1)) - 1) << 8;
125 mask = ((1 << (info->bits + 1)) - 1);
133 mask = ((1 << (info->bits + 1)) - 1);
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp198 mask = ((1 << (info->bits + 1)) - 1) << 8;
205 mask = ((1 << (info->bits + 1)) - 1);
212 mask = ((1 << (info->bits + 1)) - 1);
255 mask = ((1 << (info->bits + 1)) - 1) << 8;
264 mask = ((1 << (info->bits + 1)) - 1);
272 mask = ((1 << (info->bits + 1)) - 1);
/haiku/src/bin/unzip/
H A Dexplode.c77 single bit) and are either uncoded (the eight bits go directly into the
78 compressed stream for a total of nine bits) or Huffman coded with a
85 (min match = 2). The kind of stream is identified in two bits of a
90 first and is either the low six (4K) or low seven (8K) bits of the
91 distance (uncoded), followed by the high six bits of the distance coded.
92 Then the length is six bits coded (0..63 + min match length), and if the
93 maximum such length is coded, then it's followed by another eight bits
100 code representation is the code length (the low four bits representing
102 four bits also representing 1..16). There are 256 literal code values (if
196 where NEEDBITS makes sure that b has at least j bits i
[all...]
/haiku/src/servers/print/
H A DConfigWindow.cpp360 const void *bits = res->LoadResource('VICN', picture, &length); local
366 if (BIconUtils::GetVectorIcon((uint8*)bits, length, onBM) != B_OK) {
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp390 const uint8 *bits = (const uint8*)bitmap->Bits();
392 const uint8 *row = bits + y * bpr;
467 // import bits

Completed in 326 milliseconds

12345678