HomeSort by relevance Sort by last modified time
    Searched refs:BitCount (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 89 GBLS BitCount ;// Register name for BitCount
99 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
116 ;// $RBitCount - register to use for BitCount (can be $pBitOffset)
124 ;// $BitCount /
131 BitCount SETS "$RBitCount"
135 LDR $BitCount, [$pBitOffset]
143 ADD $BitCount, $BitCount, #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 89 GBLS BitCount ;// Register name for BitCount
99 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
116 ;// $RBitCount - register to use for BitCount (can be $pBitOffset)
124 ;// $BitCount /
131 BitCount SETS "$RBitCount"
135 LDR $BitCount, [$pBitOffset]
143 ADD $BitCount, $BitCount, #
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 152 BitCount(Size, node->BitMapKey);
337 BitCount(Size, node->BitMapKey);
344 BitCount(Map, node->BitMapKey & ~((~0UL)<<keypart));
366 BitCount(Map, node->BitMapKey & ~((~0UL)<<keypart));
413 BitCount(Map, node->BitMapKey & ~((~0UL)<<keypart));
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 27 static int BitCount(uint32_t u32) {
58 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
203 handle->far_bit_counts[0] = BitCount(binary_far_spectrum);
  /external/lldb/source/Plugins/Process/Utility/
InstructionUtils.h 91 BitCount (uint64_t x)
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 135 #define BitCount(d, s) do { \
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 39 static int BitCount(uint32_t u32) {
70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
373 handle->far_bit_counts[0] = BitCount(binary_far_spectrum);
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 805 unsigned BitCount = 0;
809 BitCount += Iter->count();
811 return BitCount;
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 337 address = SP - 4*BitCount(registers);
354 SP = SP - 4*BitCount(registers);
374 // if BitCount(registers) < 1 then UNPREDICTABLE;
375 if (BitCount(registers) < 1)
381 // if BitCount(registers) < 2 then UNPREDICTABLE;
382 if (BitCount(registers) < 2)
396 // if BitCount(register_list) < 2 then SEE STMDB / STMFD;
408 addr_t sp_offset = addr_byte_size * BitCount (registers);
475 if registers<13> == '0' then SP = SP + 4*BitCount(registers);
497 // if BitCount(registers) < 1 then UNPREDICTABLE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 665 milliseconds