/external/v8/src/x64/ |
assembler-x64.h | 47 // Test whether a 64-bit value is in a specific range. 140 int bit() const { function in struct:v8::internal::Register 144 // Return the high bit of the register code as a 0 or 1. Used often 251 // Return the high bit of the register code as a 0 or 1. Used often 400 // Offset is added to existing displacement as 32-bit signed values and 569 // On the x64 architecture, we use relative jumps with a 32-bit displacement 571 // Jumps to C functions are done indirectly through a 64-bit register holding 594 static const int kSpecialTargetSize = 4; // Use 32-bit displacement. 597 static const int kCallTargetAddressOffset = 4; // Use 32-bit displacement. 599 // 32-bit displacement of a near call would be, relative to the pushe [all...] |
/external/yaffs2/yaffs2/utils/ |
mkyaffsimage.c | 148 unsigned bit = 0; local 167 bit++; 170 ecc ^= bit;
|
/external/yaffs2/yaffs2/ |
yaffs_tagscompat.c | 72 unsigned bit = 0; local 78 bit++; 80 ecc ^= bit;
|
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 345 uint32_t bit; local 348 bit = mCodecQuirks.size(); 350 if (bit == 32) { 355 mCodecQuirks.add(name, bit); 357 bit = mCodecQuirks.valueAt(index); 361 info->mQuirks |= 1ul << bit; 394 uint32_t bit; local 397 bit = mTypes.size(); 399 if (bit == 32) { 404 mTypes.add(name, bit); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.c | 173 /* fixed 6 bit length VLC, nC <= 8 */ 741 coeffMap on bits [16,31] if successful, this is bit map 742 where each bit indicates if the corresponding 758 u32 levelSuffix, zerosLeft, bit; local 778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 780 tmp = DecodeCoeffToken(bit, (u32)nc); 796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes); 800 level[i] = bit & tmp ? -1 : 1; 813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 814 levelPrefix = DecodeLevelPrefix(bit); [all...] |
/frameworks/rs/ |
rsCppUtils.h | 217 uint32_t bit = 0; local 219 bit++; 222 return bit;
|
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 84 OMX_U32 symbol, bit; local 86 bit = d_u(1); 88 }while (!bit); 145 DEBUG_PRINT_ERROR("\nERROR: In %s() Non-zero forbidden bit", __func__); 210 DEBUG_PRINT_ERROR("\nERROR: In %s() Marker Bit Error in SEI",
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 87 OMX_U32 symbol, bit; local 90 bit = d_u(1); 92 } while (!bit); 155 DEBUG_PRINT_ERROR("\nERROR: In %s() Non-zero forbidden bit", __func__); 227 DEBUG_PRINT_ERROR("\nERROR: In %s() Marker Bit Error in SEI",
|
/external/aac/libSBRdec/src/ |
env_extr.cpp | 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with 222 hHeaderData->bs_data.startFreq = 7; /* having read these frequency values from bit stream before. */ 279 /* Copy SBR bit stream header to temporary header */ 375 Extended data may contain several elements, each identified by a 2-bit-ID. 382 HANDLE_FDK_BITSTREAM hBs /*!< Handle to the bit buffer */ 563 int i, bit; local 573 bit = FDKreadBits (hBs, 1); 575 if (bit) { 952 /* 3bit transient position (temp={0;..;7}) */ 958 /* 4bit transient position (temp={0;..;15}) * [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 1229 ANTLR3_UINT32 bit; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
GCMBlockCipher.java | 546 int bit = 0; local 550 block[i] = (byte) ((b >>> 1) | bit); 555 bit = (b & 1) << 7;
|
/external/chromium_org/content/common/gpu/media/ |
h264_parser.cc | 211 int bit; local 216 READ_BITS_OR_RETURN(1, &bit); 218 } while (bit == 0); 263 // Initialize bit reader at the start of found NALU. 273 // in bit reader for parsing, so we don't have to remember it here. [all...] |
/external/chromium_org/crypto/ |
p224.cc | 29 // Using 28-bit limbs means that there's only 4 bits of headroom, which is less 87 // kZero31ModP is 0 mod p where bit 31 is set in all limbs so that we can 109 // kZero63ModP is 0 mod p where bit 63 is set in all limbs. See the section 144 // 32-bit operations. 601 uint32 bit = static_cast<uint32>(static_cast<int32>( local 604 CopyConditional(out, tmp, bit);
|
/external/chromium_org/net/quic/crypto/ |
strike_register.cc | 144 // Find the best match to |value| in the crit-bit tree. The best match is 175 // Now we need to find the first bit where we differ from |best_match|. 186 // to find the most significant differing bit. We could do this with a simple 192 // Now this bit trick results in all the bits set, except the original 197 // have the critical bit set, the result is the same as |new_other_bits|. If 216 // store the child indexes in the top 24-bits of a 32-bit word and, to keep 343 // An internal node in a crit-bit tree always has exactly two children. 399 unsigned bit = 0; local 402 bit = 0; 405 bit = 1 447 unsigned bit = i->first % 8; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_impl.cpp | 248 // bit for the script of this char. Gets rid of this special case. 691 uint32_t bit = 1 << (script & 31); local 693 bits[index] |= bit; 711 uint32_t bit = 1 << (script & 31); 717 bits[index] &= bit; 746 // This bit counter is good for sparse numbers of '1's, which is 753 x &= (x - 1); // and off the least significant one bit. 951 // int32_t fLength and all the rest // Swap the rest, all is 32 bit stuff.
|
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 47 // Test whether a 64-bit value is in a specific range. 143 int bit() const { function in struct:v8::internal::Register 147 // Return the high bit of the register code as a 0 or 1. Used often 270 // Return the high bit of the register code as a 0 or 1. Used often 419 // Offset is added to existing displacement as 32-bit signed values and 548 // On the x64 architecture, we use relative jumps with a 32-bit displacement 550 // Jumps to C functions are done indirectly through a 64-bit register holding 578 static const int kSpecialTargetSize = 4; // Use 32-bit displacement. 581 static const int kCallTargetAddressOffset = 4; // Use 32-bit displacement. 601 // 32-bit displacement of a short call would be. The short call is fro [all...] |
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 52 final int bit = IAccessFlags.ALL_ACC [f]; local 54 if ((flags & bit) != 0) 61 if (bit == IAccessFlags.ACC_SUPER) 72 final int bit = IAccessFlags.ALL_ACC [f]; local 74 if ((flags & bit) != 0)
|
/external/libppp/src/ |
ncpaddr.c | 85 u_int32_t bit = 0x80000000; local 90 result.s_addr |= bit; 91 bit >>= 1; 122 u_int32_t bit = 0x80; local 128 if (bit == 0) { 129 bit = 0x80; 132 *c |= bit; 133 bit >>= 1;
|
/external/tremolo/Tremolo/ |
bitwise.c | 441 /* does EOF trip properly after a single additional bit? */ 447 /* does EOF stay set over additional bit reads? */ 475 /* does EOF trip properly after a single additional bit? */ 486 /* does EOF stay set over additional bit reads? */ 591 fprintf(stderr,"\nNull bit call (LSb): "); 599 fprintf(stderr,"\n32 bit preclipped packing (LSb): "); 635 fprintf(stderr,"\nSingle bit unclipped packing (LSb): "); 701 long bit=0; local 709 flat[word] |= ((values[j]>>k)&0x1)<<bit; 710 bit++ [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 123 int bit = WalkerFactory.getAnalysisBitFromAxes(axis); local 124 return bit; 521 // I'm a bit worried about this one, since it doesn't have the
|
/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/chromium_org/chrome/app/ |
breakpad_win.cc | 327 DWORD bit; member in struct:__anon6587::__anon6588 335 const DWORD this_bit = kBitNames[i].bit; [all...] |
/external/chromium_org/chrome/browser/ |
about_flags.cc | 74 unsigned bit; member in struct:about_flags::__anon6598::__anon6599 85 if (bitmask & kBitsToOs[i].bit) [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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));
|