/external/blktrace/ |
blkiomon.c | 45 struct blk_io_trace bit; member in struct:trace 108 struct blk_io_trace *bit = &t->bit; local 114 fprintf(debug.fp, "magic %16d\n", bit->magic); 115 fprintf(debug.fp, "sequence %16d\n", bit->sequence); 116 fprintf(debug.fp, "time %16ld\n", (unsigned long)bit->time); 117 fprintf(debug.fp, "sector %16ld\n", (unsigned long)bit->sector); 118 fprintf(debug.fp, "bytes %16d\n", bit->bytes); 119 fprintf(debug.fp, "action %16x\n", bit->action); 120 fprintf(debug.fp, "pid %16d\n", bit->pid) 454 struct blk_io_trace *bit; local [all...] |
/external/curl/lib/ |
curl_sasl.c | 57 unsigned int bit; /* Flag bit */ member in struct:__anon9996 [all...] |
/external/deqp/modules/glshared/ |
glsTextureBufferCase.cpp | 403 ModifyBits bit; member in struct:deqp::gls::__anon11350::__anon11352 417 if (modifyBits & bitInfos[infoNdx].bit) 719 RenderBits bit; member in struct:deqp::gls::__anon11350::__anon11353 736 if (renderBits & bitInfos[infoNdx].bit) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/ |
Decoder.java | 81 int bit = rangeDecoder.DecodeBit(m_Decoders, ((1 + matchBit) << 8) + symbol);
local 82 symbol = (symbol << 1) | bit;
83 if (matchBit != bit) {
|
/external/libselinux/src/ |
avc.c | 610 access_vector_t bit = 1; local 620 if (av & bit) { 621 permstr = security_av_perm_to_string(tclass, bit); 625 av &= ~bit; 627 bit <<= 1;
|
/external/libvncserver/libvncserver/ |
cursor.c | 259 unsigned char bit; local 270 for(i=0,bit=0x80;i<width;i++,bit=(bit&1)?0x80:bit>>1,cp++) 271 if(*cp!=' ') cursor->source[j*w+i/8]|=bit; 276 for(i=0,bit=0x80;i<width;i++,bit=(bit&1)?0x80:bit>>1,cp++ 377 unsigned char bit; local 447 unsigned char bit; local 713 unsigned char bit; local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 340 const int bit = vpx_read(r, fc->comp_ref_prob[ctx]); local 342 ++counts->comp_ref[ctx][bit]; 344 ref_frame[!idx] = cm->comp_var_ref[bit];
|
/external/libweave/third_party/chromium/crypto/ |
p224.cc | 45 // Using 28-bit limbs means that there's only 4 bits of headroom, which is less 103 // kZero31ModP is 0 mod p where bit 31 is set in all limbs so that we can 125 // kZero63ModP is 0 mod p where bit 63 is set in all limbs. See the section 169 // 32-bit operations. 634 uint32_t bit = static_cast<uint32_t>(static_cast<int32_t>( local 637 CopyConditional(out, tmp, bit);
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 222 // Encoded as a small-endian 32-bit word in the stream. 612 // Sign-extend 19-bit immediate. 1538 uint64_t bit = fieldFromInstruction(insn, 31, 1) << 5; local [all...] |
/external/ltrace/ |
lens_default.c | 734 int bit = !!(m & d); local 736 if (bit) { 742 } else if (!bit) {
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Decoder.java | 78 int bit = rangeDecoder.DecodeBit(m_Decoders, ((1 + matchBit) << 8) + symbol);
local 79 symbol = (symbol << 1) | bit;
80 if (matchBit != bit)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_lowering_nv50.cpp | 30 // nv50 doesn't support 32 bit integer multiplication 223 // remove pseudo operations and non-fixed no-ops, split 64 bit operations 318 i->getDef(0)->reg.size = 2; // $aX are only 16 bit 628 // The lanes of a quad are grouped by the bit in the condition register they 653 Value *bit = bld.getSSA(); local 657 bld.mkMov(bit, imm)->setPredicate(CC_EQ, pred); 658 cond->setSrc(l, bit); 995 int id = i->getSrc(0)->reg.data.offset / 4; // in 32 bit reg units
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 162 int bit = ffs( ~c->fp_temp ); local 164 if (!bit) { 169 c->fp_temp |= 1<<(bit-1); 170 return dst_reg(PROGRAM_TEMPORARY, FIRST_INTERNAL_TEMP+(bit-1));
|
/external/mesa3d/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 448 unsigned bit = 1 << i; local 450 if (dst.WriteMask & bit) { 451 if (positive_one_mask & bit) { 456 else if (negative_one_mask & bit) { 461 else if (zero_mask & bit) { 470 if (negate_mask & bit) { [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_fax.cpp | 39 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, int bit) { 43 const uint8_t* leading_pos = bit ? OneLeadPos : ZeroLeadPos; 46 if (bit) { 56 uint8_t skip = bit ? 0x00 : 0xff; 135 #define ADDBIT(code, bit) \ 137 if (bit) \ 298 FX_BOOL bit = NEXTBIT; local 300 if (bit) { 353 bit = NEXTBIT; 354 if (bit) { 417 int bit = NEXTBIT; local 445 int bit = NEXTBIT; local 708 int bit = m_pSrcBuf[bitpos0 \/ 8] & (1 << (7 - bitpos0 % 8)); local [all...] |
/external/selinux/libselinux/src/ |
avc.c | 650 access_vector_t bit = 1; local 660 if (av & bit) { 661 permstr = security_av_perm_to_string(tclass, bit); 665 av &= ~bit; 667 bit <<= 1;
|
/external/zopfli/src/zopfli/ |
deflate.c | 35 is not simply bytesize * 8 + bp because even representing one bit requires a 38 static void AddBit(int bit, 41 (*out)[*outsize - 1] |= bit << *bp; 50 unsigned bit = (symbol >> i) & 1; local 52 (*out)[*outsize - 1] |= bit << *bp; 67 unsigned bit = (symbol >> (length - i - 1)) & 1; local 69 (*out)[*outsize - 1] |= bit << *bp; 468 Calculates the bit lengths for the symbols for dynamic blocks. Chooses bit 471 bit lengths [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 326 unsigned long bit = (tree1d[n] >> (bitlen[n] - i - 1)) & 1; local 328 if(tree2d[2 * treepos + bit] == 32767) //not yet filled in 332 //last bit 333 tree2d[2 * treepos + bit] = n; 339 tree2d[2 * treepos + bit] = ++nodefilled + numcodes; 343 else treepos = tree2d[2 * treepos + bit] - numcodes; //subtract numcodes from address to get address value 347 int decode(bool& decoded, unsigned long& result, size_t& treepos, unsigned long bit) const 351 result = tree2d[2 * treepos + bit]; 362 size_t bp = 0, pos = 0; //bit pointer and byte pointer 369 if(bp >> 3 >= in.size()) { error = 52; return; } //error, bit pointer will jump past memor [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodemv.c | 289 const int bit = vp9_read(r, fc->comp_ref_prob[ctx]); local 291 ++counts->comp_ref[ctx][bit]; 293 ref_frame[!idx] = cm->comp_var_ref[bit];
|
/toolchain/binutils/binutils-2.25/opcodes/ |
m32c-asm.c | 568 return _("Bit number for indexing general register is out of range 0-15"); 580 unsigned long bit; 586 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit); 591 return "Missing base for bit,base:8"; 603 bitbase = (unsigned long long) bit + ((unsigned long long) base * 8); 606 return _("bit,base is out of range"); 613 return _("bit,base out of range for symbol"); 618 return _("bit,base out of range for symbol"); 634 unsigned long bit; 641 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit); 579 unsigned long bit; local 633 unsigned long bit; local [all...] |
opc2c.c | 219 int bit = 0x80 >> i; local 221 if (!(mask & bit)) 223 else if (bits & bit) 521 fieldcmp (opcode * op, int bit, char *name) 525 if (memcmp (op->id + bit, name, n) == 0 526 && (!isalpha (op->id[bit + n]) || op->var_start[bit + n])) 628 int i, bit, byte; local 660 bit = 7 - (i & 7); 686 op->b[byte].decodable_mask |= 1 << bit; [all...] |
/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/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_libcdep.cc | 65 // 128M counters "ought to be enough for anybody" (4M on 32-bit). 457 // Map every 8bit counter to a 8-bit bitset and clear the counter. 487 u64 bit = 0; local 488 /**/ if (x >= 128) bit = 128; 489 else if (x >= 32) bit = 64; 490 else if (x >= 16) bit = 32; 491 else if (x >= 8) bit = 16; 492 else if (x >= 4) bit = 8; 493 else if (x >= 3) bit = 4 [all...] |