HomeSort by relevance Sort by last modified time
    Searched defs:bit (Results 276 - 300 of 495) sorted by null

<<11121314151617181920

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 188 unsigned bit; local
191 bit = (matchByte & offs);
192 probLit = prob + offs + bit + symbol;
193 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
536 unsigned bit; local
539 bit = (matchByte & offs);
540 probLit = prob + offs + bit + symbol;
541 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 207 unsigned bit; local
210 bit = (matchByte & offs);
211 probLit = prob + offs + bit + symbol;
212 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
555 unsigned bit; local
558 bit = (matchByte & offs);
559 probLit = prob + offs + bit + symbol;
560 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 207 unsigned bit; local
210 bit = (matchByte & offs);
211 probLit = prob + offs + bit + symbol;
212 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
555 unsigned bit; local
558 bit = (matchByte & offs);
559 probLit = prob + offs + bit + symbol;
560 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.h 72 #define bit(a) 1 << (a) macro
  /external/ImageMagick/coders/
gif.c 93 bit;
244 lzw_info->code_info.bit=8*lzw_info->code_info.count;
276 while (((lzw_info->code_info.bit+bits) > (8*lzw_info->code_info.count)) &&
286 lzw_info->code_info.bit-=8*(lzw_info->code_info.count-2);
295 if ((lzw_info->code_info.bit+bits) > (8*lzw_info->code_info.count))
301 code|=((lzw_info->code_info.buffer[lzw_info->code_info.bit/8] &
302 (one << (lzw_info->code_info.bit % 8))) != 0) << i;
303 lzw_info->code_info.bit++;
953 #define BitSet(byte,bit) (((byte) & (bit)) == (bit)
90 bit; member in struct:_LZWCodeInfo
    [all...]
ps.c 1520 bit, local
    [all...]
psd.c 882 bit,
888 for (bit = 0; bit < number_bits; bit++)
891 & (0x01 << (7-bit))) != 0 ? 0 : QuantumRange,q,exception);
877 bit, local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 95 deUint32 buffers; //!< Buffer bit mask (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|...)
295 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT; local
298 if ((m_config.buffers & bit) == 0)
891 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT; local
894 if ((m_config.buffers & bit) == 0)
1332 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT local
1370 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT : local
    [all...]
  /external/fio/
client.c 1169 char bit[16]; local
1179 sprintf(bit, "%d-bit", probe->bpp * 8);
1183 probe->hostname, probe->bigendian, bit, os, arch,
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 319 const int bit = vpx_read(r, fc->comp_ref_prob[ctx]); local
320 if (counts) ++counts->comp_ref[ctx][bit];
322 ref_frame[!idx] = cm->comp_var_ref[bit];
  /external/lzma/C/
LzmaDec.c 52 bit = (matchByte & offs); \
53 probLit = prob + offs + bit + symbol; \
54 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
205 unsigned bit; local
212 unsigned bit; local
561 unsigned bit; local
564 bit = (matchByte & offs);
565 probLit = prob + offs + bit + symbol;
566 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 229 unsigned bit = rc->DecodeBit(&probs[m]); local
231 m += bit;
232 symbol |= (bit << i);
389 unsigned bit = RangeDec.DecodeBit(&probs[((1 + matchBit) << 8) + symbol]); local
390 symbol = (symbol << 1) | bit;
391 if (matchBit != bit)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoder.java 111 * This is like bit scan reverse (BSR) on x86 except that this also
112 * cares about the second highest bit.
255 // Literal i.e. eight-bit byte
546 int bit; local
550 bit = (symbol >>> 7) & 1;
551 rc.encodeBit(probs, subencoderIndex, bit);
560 int bit; local
566 bit = (symbol >>> 7) & 1;
567 rc.encodeBit(probs, subencoderIndex, bit);
579 int bit; local
599 int bit; local
    [all...]
  /external/lzma/xz-embedded/
xz_dec_lzma2.c 149 * LZMA properties or related bit masks (number of literal
158 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
487 * Decode one bit. In some versions, this function has been splitted in three
500 int bit; local
507 bit = 0;
512 bit = 1;
515 return bit;
518 /* Decode a bittree starting from the most significant bit. */
534 /* Decode a bittree starting from the least significant bit. */
580 /* Decode a literal (one 8-bit byte) *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 55 uint32_t incompatible_elem_mask; /* each bit describes a corresp. attrib */
120 uint32_t user_vb_mask; /* each bit describes a corresp. buffer */
122 uint32_t incompatible_vb_mask; /* each bit describes a corresp. buffer */
124 uint32_t nonzero_stride_vb_mask; /* each bit describes a corresp. buffer */
386 /* Set the bit for each buffer which is incompatible, or isn't set. */
482 unsigned bit, vb_index = mgr->ve->ve[i].vertex_buffer_index; local
483 bit = 1 << vb_index;
487 (!unroll_indices || !(mask[VB_VERTEX] & bit))) {
494 if (mask[type] & bit) {
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 72 const unsigned char* bitmap; /* bit reversal table */
74 int bit; /* current i/o bit in byte */ member in struct:__anon28623
108 uint32 BitAcc; /* bit accumulator */ \
116 const unsigned char* bitmap = sp->bitmap; /* input data bit reverser */ \
127 BitsAvail = sp->bit; \
136 sp->bit = BitsAvail; \
153 sp->bit = 0; /* force initial read */
157 * Decoder assumes lsb-to-msb bit order. Note that we select
291 is1D = GetBits(1); /* 1D/2D-encoding tag bit */
606 unsigned int bit = sp->bit; local
641 unsigned int bit = sp->bit; local
684 unsigned int bit = sp->bit; local
    [all...]
  /external/selinux/libsepol/src/
write.c 58 uint32_t buf[32], bit, count; local
75 bit = cpu_to_le32(n->startbit);
76 items = put_entry(&bit, sizeof(uint32_t), 1, fp);
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 1646 int bit = 1 << idx; local
    [all...]
  /external/toybox/lib/
lib.c 649 // We chmod before chown, which strips the suid bit. Caller has to explicitly
878 mode_t bit = 0; local
885 // suid/sticky bit.
887 if ((dowhat & 8) && (dowho&(8|(1<<i)))) bit++;
888 } else if (dowhat & 16) bit++;
891 if (dowhat&(1<<j)) bit++;
894 // When selection active, modify bit
896 if (dohow == '=' || (bit && dohow == '-')) mode &= ~where;
897 if (bit && dohow != '-') mode |= where;
913 int i, bit; local
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 411 HValue* bit = AddUncasted<HBitwise>(Token::BIT_AND, bit_field3, mask); local
413 check.If<HCompareNumericAndBranch>(bit, mask, Token::EQ);
429 HValue* bit = AddUncasted<HBitwise>(Token::BIT_AND, details, mask); local
431 readonly.If<HCompareNumericAndBranch>(bit, mask, Token::EQ);
546 HValue* bit = AddUncasted<HBitwise>(Token::BIT_AND, bit_field3, mask); local
548 check.If<HCompareNumericAndBranch>(bit, mask, Token::EQ);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 74 // These exist to provide portability between 32 and 64bit
600 // These exist to provide portability between 32 and 64bit
1162 uintptr_t bit = (1L << start); local
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 80 // These exist to provide portability between 32 and 64bit
306 // Subtract Logical 32-bit
308 // Subtract Logical With Borrow 32-bit
345 // Load 32bit
1412 uintptr_t bit = (1L << start); local
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 838 int bit = 1; local
845 if ((bit & uint32Val) > 0) topbit = i;
846 bit = (bit << 1);
997 int bit = 1; local
    [all...]
  /libcore/ojluni/src/main/java/java/awt/font/
NumericShaper.java 77 * <p><b>Bit mask- and enum-based Unicode ranges</b></p>
80 * represent Unicode ranges for script-specific digits: bit
83 * Multiple ranges can be specified by ORing bit mask-based constants,
93 * The enum-based ranges are a super set of the bit mask-based ones.
143 * <p>The <code>Range</code> enum replaces the traditional bit
145 * supports more Unicode ranges than the bit mask-based ones. For
146 * example, the following code using the bit mask:
373 /** flag indicating whether to shape contextually (high bit) and which
380 * Range} for non-contextual shaping. {@code null} for the bit
389 * shape. {@code null} for the bit mask-based API
1449 int bit = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 230 int bit = *idx % 8; local
237 old &= ~((~0 >> (8 - bit - size)) & ((1 << size) - 1));
239 old |= (val & ((1 << size) - 1)) << (8 - bit - size);
    [all...]

Completed in 807 milliseconds

<<11121314151617181920