/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...] |
/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/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/icu4c/i18n/ |
uspoof_impl.cpp | 247 // bit for the script of this char. Gets rid of this special case. 700 uint32_t bit = 1 << (script & 31); local 702 bits[index] |= bit; 720 uint32_t bit = 1 << (script & 31); 726 bits[index] &= bit; 755 // This bit counter is good for sparse numbers of '1's, which is 762 x &= (x - 1); // and off the least significant one bit. 960 // int32_t fLength and all the rest // Swap the rest, all is 32 bit stuff.
|
/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/webkit/Source/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 268 BitField bit = 1; local 269 for (unsigned i = 0; i < entries; ++i, bit += bit) { 270 if (m_full & bit) 275 m_hasSuballocation |= bit; 276 // Mirror the suballocation's full bit. 278 m_full |= bit; 311 BitField bit = 1ull << entry; local 315 m_hasSuballocation &= ~bit; 317 m_full &= ~bit; 359 BitField bit = 1ull << i; local 368 BitField bit = 1ull << i; local [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
h264_utils.h | 173 uint32 bit; member in class:RbspParser
|
/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/bluetooth/bluez/sbc/ |
sbc.c | 77 /* bit number x set means joint stereo has been used in subband x */ 148 char bit = ((octet ^ crc) & 0x80) >> 7; local 150 crc = ((crc & 0x7f) << 1) ^ (bit ? 0x1d : 0); 161 * the sampling frequency (as 2 bit integer) 387 int ch, sb, blk, bit; /* channel, subband, block and bit standard local 498 for (bit = 0; bit < bits[ch][sb]; bit++) { 503 audio_sample |= 1 << (bits[ch][sb] - bit - 1) [all...] |
/external/libselinux/src/ |
avc.c | 607 access_vector_t bit = 1; local 617 if (av & bit) { 618 permstr = security_av_perm_to_string(tclass, bit); 622 av &= ~bit; 624 bit <<= 1;
|
/external/qemu/ |
kvm-all.c | 337 unsigned bit = nr % (sizeof(*bitmap) * 8); local 339 if ((bitmap[word] >> bit) & 1) {
|
/external/tcpdump/ |
print-802_11.c | 962 /* There may be a problem w/ AP not having this bit set */ 1006 print_radiotap_field(struct cpack_state *s, u_int32_t bit, int *pad) 1018 switch (bit) { 1055 /* this bit indicates a field whose 1059 printf("[0x%08x] ", bit); 1068 switch (bit) { 1134 #define BIT(n) (1 << n) 1136 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0 1142 enum ieee80211_radiotap_type bit; local 1186 /* clear the least significant bit that is set * [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
rx.c | 616 /* if the pattern bit mask is enabled add it to the end of the request */ 623 TRACE3(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": Closed field pattern, length = %d, total length = %d, pattern bit mask = %d.\n", fieldPattern->length, *lenFieldPatterns, ((fieldPattern->flag & RX_DATA_FILTER_FLAG_USE_BIT_MASK) == RX_DATA_FILTER_FLAG_USE_BIT_MASK)); 655 /* which byte in the mask and which bit in the byte we're at */ 656 int bit = maskIter % 8; local 659 /* is the bit in the mask set */ 660 TI_BOOL isSet = ((request->mask[byte] & (1 << bit)) == (1 << bit)); 662 TRACE4(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": MaskIter = %d, Byte = %d, Bit = %d, isSet = %d\n", maskIter, byte, bit, isSet); 665 /* the current bit is not set or we've reached the ethernet header boundary * [all...] |
/dalvik/vm/analysis/ |
RegisterMap.cpp | 158 ALOGI("Register Map bit difference stats:"); 366 * Given a line of registers, output a bit vector that indicates whether 371 * in the low bit of the first byte. 382 val |= 0x80; /* set hi bit */ 537 ALOGE("GLITCH: addr %d reg %d: bit=%d reg=%d(%d)", 560 * Advance "ptr" to ensure 32-bit alignment. 766 /* a bit late */ 1100 Each entry consists of an address and a bit vector. Adjacent entries are 1105 bit vectors. However, the register values at a given address do not 1313 int prev, cur, bit; local [all...] |
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 712 enum { bit }; enumerator in enum:test28::A::__anon5465 715 template <class T> void foo(decltype(A<T>::A::bit) x); 718 foo<char>(A<char>::bit);
|
/external/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...] |
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
WapPushTest.java | 819 int bit = 1; local 826 if ((bit & uint32Val) > 0) topbit = i; 827 bit = (bit << 1); 978 int bit = 1; local [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
bcmutils.c | 1315 /* handle bulk of data as 32-bit words */ 1476 uint32 bit; local [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1315 /* handle bulk of data as 32-bit words */ 1476 uint32 bit; local [all...] |
/dalvik/libdex/ |
DexSwapVerify.cpp | 257 * Set the given bit in pDefinedClassBits, returning its former value. 261 u4 bit = 1 << (typeIdx & 0x1f); local 263 bool result = (*element & bit) != 0; 265 *element |= bit; 342 * one-bit-on integer, suitable for use in an int-sized bit set. 401 u4 usedBits = 0; // Bit set: one bit per section 448 u4 bit = mapTypeToBitMask(item->type); local 450 if (bit == 0) [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 1267 int dig, bit; local 1287 for(bit = 0; bit < DIGIT_BIT; bit++) { 1640 int dig, bit; local 3752 mp_size dig, bit; local [all...] |