Searched refs:bit (Results 251 - 275 of 852) sorted by relevance

<<11121314151617181920>>

/external/lldb/tools/debugserver/source/
H A DDNBLog.h49 bool DNBLogCheckLogBit (uint32_t bit) DNB_EXPORT;
85 #define DNBLogCheckLogBit(bit) ((bool)false)
/external/llvm/test/MC/Mips/
H A Dmicromips-16-bit-instructions.s8 # MicroMIPS 16-bit Instructions
H A Dmips64eb-fixups.s25 # CHECK: AddressSize: 64bit
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzEvents.m32 * On Leopard, this is missing from the 64-bit headers
37 * not include Power.h at all when compiling in 64bit mode. This has
310 include a "NSNumericPadKeyMask" bit; we could check that and modify
398 int bit;
407 for (i = 0, bit = NSAlphaShiftKeyMask; bit <= NSCommandKeyMask; bit <<= 1, ++i) {
411 currentMask = current_mods & bit;
412 newMask = newMods & bit;
419 if (bit
[all...]
/external/skia/src/utils/
H A DSkPathUtils.cpp34 int bit = x & 7; local
36 return buffer[byte] & (128 >> bit);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp692 Test bit permute double
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc294 RegList regexp_registers_to_retain = current_input_offset().bit() |
295 current_character().bit() | backtrack_stackpointer().bit();
596 RegList registers_to_retain = s0.bit() | s1.bit() | s2.bit() |
597 s3.bit() | s4.bit() | s5.bit() | s6.bit() | s
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.c78 int bit = ffs(~p->temp_flag); local
79 if (!bit) {
84 p->temp_flag |= 1 << (bit - 1);
85 return UREG(REG_TYPE_R, (bit - 1));
92 int bit = ffs(~p->utemp_flag); local
93 if (!bit) {
98 p->utemp_flag |= 1 << (bit - 1);
99 return UREG(REG_TYPE_U, (bit - 1));
209 int bit = ffs(~live_regs); local
210 if (!bit) {
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c219 /* We could do without (most of) this ugliness if dest was always 32 bit word aligned... */
595 static char *getFallbackString(GLuint bit) argument
598 while (bit > 1) {
600 bit >>= 1;
607 void r200TclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) argument
620 getFallbackString( bit ));
621 rmesa->radeon.TclFallback |= bit;
624 rmesa->radeon.TclFallback |= bit;
626 if (oldfallback == bit) {
633 getFallbackString( bit ));
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c78 int bit = ffs(~p->temp_flag); local
79 if (!bit) {
84 p->temp_flag |= 1 << (bit - 1);
85 return UREG(REG_TYPE_R, (bit - 1));
92 int bit = ffs(~p->utemp_flag); local
93 if (!bit) {
98 p->utemp_flag |= 1 << (bit - 1);
99 return UREG(REG_TYPE_U, (bit - 1));
209 int bit = ffs(~live_regs); local
210 if (!bit) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c219 /* We could do without (most of) this ugliness if dest was always 32 bit word aligned... */
595 static char *getFallbackString(GLuint bit) argument
598 while (bit > 1) {
600 bit >>= 1;
607 void r200TclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) argument
620 getFallbackString( bit ));
621 rmesa->radeon.TclFallback |= bit;
624 rmesa->radeon.TclFallback |= bit;
626 if (oldfallback == bit) {
633 getFallbackString( bit ));
[all...]
/external/libvorbis/doc/
H A D05-comment.tex33 The comment header is logically a list of eight-bit-clean vectors; the
37 list, there is a single vector for vendor name (also 8 bit clean,
42 to the bit packing conventions of the vorbis codec. However, since data
44 unaligned 32 bit little endian unsigned integers.
56 7) [framing_bit] = read a single bit as boolean
87 0x3D is followed by 8 bit clean UTF-8 encoded value of the
208 bitstream mapping which renders least-significant-bit of the word to be
209 coded into the least significant available bit of the current
214 Vendor string length (32 bit unsigned quantity specifying number of octets)
220 Number of comment fields (32 bit unsigne
[all...]
/external/arduino/libraries/Wire/utility/
H A Dtwi.c28 #define cbi(sfr, bit) (_SFR_BYTE(sfr) &= ~_BV(bit))
32 #define sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit))
79 // initialize twi prescaler and bit rate
84 /* twi bit rate formula from atmega128 manual pg 204
101 // set twi slave address (skip over TWGCE bit)
109 * Input address: 7bit i2c device address
140 // build sla+w, slave device address + w bit
167 * Input address: 7bit i2
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc16 // (for example) the Intel 80-bit format or PowerPC double-double format.
25 // to add support for quad on some 32-bit systems, for example. You also may
34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the
80 // bit (if needed) and right-aligning the rest of the trailing NaN
89 // renormalize the significand and clear the leading bit, then insert
/external/deqp/framework/common/
H A DtcuFormatUtil.hpp77 deUint64 bit; member in class:tcu::Format::BitDesc
80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {}
101 if (curDesc->bit & bitsLeft)
106 bitsLeft ^= curDesc->bit;
/external/libsepol/src/
H A Dgenusers.c41 unsigned lineno = 0, islist = 0, bit; local
171 ebitmap_for_each_bit(&roldatum->dominates, rnode, bit) {
172 if (ebitmap_node_get_bit(rnode, bit))
174 (&usrdatum->roles.roles, bit, 1)) {
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
H A DARM-E_interpolate_noloop_gnu.s89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
H A DARM-E_interpolate_noloop_gnu.s89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
/external/valgrind/main/memcheck/tests/
H A Dorigin2-not-quite.stderr.exp2 Undef 1 of 3 (64-bit FP)
12 Undef 2 of 3 (32-bit FP)
/external/chromium_org/third_party/icu/source/test/letest/
H A DPortableFontInstance.cpp40 // Finds the high bit by binary searching
49 le_uint8 bit = 0; local
53 bit += 16;
58 bit += 8;
63 bit += 4;
68 bit += 2;
73 bit += 1;
76 return bit;
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DPortableFontInstance.cpp40 // Finds the high bit by binary searching
49 le_uint8 bit = 0; local
53 bit += 16;
58 bit += 8;
63 bit += 4;
68 bit += 2;
73 bit += 1;
76 return bit;
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcdctmgr.c77 * Find the highest bit in an integer through binary search.
82 int bit; local
84 bit = 16;
90 bit -= 8;
94 bit -= 4;
98 bit -= 2;
102 bit -= 1;
106 return bit;
183 /* fq will be one bit too large to fit in DCTELEM, so adjust */
493 * The maximum coefficient size is +-16K (for 12-bit dat
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp222 const uint64 bit = 1LL << (size * 7); local
224 if (value > (bit - 2))
227 value |= bit;
230 int64 bit; local
233 bit = 1LL << (size * 7);
234 const uint64 max = bit - 2;
245 value |= bit;
375 // is a signed, 16-bit integer). However, as a simplification we

Completed in 499 milliseconds

<<11121314151617181920>>