/external/libhevc/decoder/ |
ihevcd_bitstream.h | 42 #define WORD_SIZE 32 44 * @brief Twice the WORD_SIZE 46 #define DBL_WORD_SIZE (2 * (WORD_SIZE)) 49 * @brief WORD_SIZE - 1 51 #define WORD_SIZE_MINUS1 (WORD_SIZE - 1) 94 (WORD_SIZE - m_cnt); \ 96 if(m_u4_bit_ofst > (WORD_SIZE - m_cnt)) \ 99 (WORD_SIZE + WORD_SIZE - m_cnt \ 116 m_u4_bits |= SHR(m_u4_nxt_word, (WORD_SIZE - m_u4_bit_ofst)); [all...] |
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 20 // static constexpr size_t word_size = w; 38 static_assert((E::word_size == 24), ""); 44 where(E::word_size); 54 static_assert((E::word_size == 48), ""); 60 where(E::word_size);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
values.pass.cpp | 20 // static constexpr size_t word_size = w; 38 static_assert((E::word_size == 24), ""); 44 where(E::word_size); 54 static_assert((E::word_size == 48), ""); 60 where(E::word_size);
|
/external/chromium_org/media/base/simd/ |
linear_scale_yuv_to_rgb_mmx.inc | 25 %define WORD_SIZE QWORD 27 %define WORD_SIZE DWORD 43 %define U_PLANE WORD_SIZE [rsp + 3 * gprsize] 47 %define V_PLANE WORD_SIZE [rsp + 2 * gprsize] 48 %define SOURCE_DX WORD_SIZE [rsp + gprsize] 49 %define SOURCE_WIDTH WORD_SIZE [rsp]
|
scale_yuv_to_rgb_mmx.inc | 27 %define WORD_SIZE QWORD 29 %define WORD_SIZE DWORD 35 %define SOURCE_DX WORD_SIZE [rsp] 39 %define WIDTH WORD_SIZE [rsp + gprsize]
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
values.pass.cpp | 22 // static constexpr size_t word_size = w; 50 static_assert((E::word_size == 32), ""); 66 where(E::word_size); 86 static_assert((E::word_size == 64), ""); 102 where(E::word_size);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
values.pass.cpp | 22 // static constexpr size_t word_size = w; 50 static_assert((E::word_size == 32), ""); 66 where(E::word_size); 86 static_assert((E::word_size == 64), ""); 102 where(E::word_size);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
bitstream_io.cpp | 34 #define WORD_SIZE 4 /* for 32-bit machine */ 70 #if WORD_SIZE==4 213 if (stream->byteCount + WORD_SIZE > stream->bufferSize) 215 if (PV_SUCCESS != BitstreamUseOverrunBuffer(stream, WORD_SIZE)) 217 stream->byteCount += WORD_SIZE; 227 #if (WORD_SIZE == 4) 235 #if (WORD_SIZE == 4) 264 bitused = (WORD_SIZE << 3) - bitleft; /* number of bits used */ 289 bitleft = (WORD_SIZE << 3) - bitleft; 293 shift = ((WORD_SIZE - 1) << 3) [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
pe_image_reader_win_unittest.cc | 14 safe_browsing::PeImageReader::WordSize word_size; member in struct:TestData 46 EXPECT_EQ(expected_data_->word_size, image_reader_.GetWordSize());
|
pe_image_reader_win.cc | 18 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_32; member in struct:safe_browsing::OptionalHeaderTraits 23 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_64; member in struct:safe_browsing::OptionalHeaderTraits 39 return TraitsType::word_size;
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
DYLDRendezvous.cpp | 73 const size_t word_size = 4; local 81 padding = address_size - word_size; 91 if (!(cursor = ReadMemory(cursor, &info.version, word_size))) 100 if (!(cursor = ReadMemory(cursor, &info.state, word_size)))
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
bitstream_io.cpp | 20 #define WORD_SIZE 32 63 stream->bit_left = WORD_SIZE; 89 num_bits = WORD_SIZE - stream->bit_left; /* must be multiple of 8 !!*/ 131 stream->bit_left = WORD_SIZE; 153 if (nBits > WORD_SIZE) /* has to be taken care of specially */ 179 stream->bit_left = WORD_SIZE - nBits; 246 //if(bitstream->bit_left<(WORD_SIZE<<3)) /* in fact, no need to check */
|
residual.cpp | 51 #if (WORD_SIZE==32) 84 #if (WORD_SIZE==32) 117 #if (WORD_SIZE==32)
|
/external/chromium_org/third_party/fips181/ |
fips181.h | 78 boolean improper_word (USHORT *units, USHORT word_size);
|
fips181.cc | 1319 USHORT word_size; local [all...] |
/external/lldb/source/Plugins/Process/Linux/ |
ProcessMonitor.cpp | 215 static const unsigned word_size = sizeof(void*); local 226 pid, word_size, (void*)vm_addr, buf, size); 228 assert(sizeof(data) >= word_size); 242 remainder = remainder > word_size ? word_size : remainder; 261 vm_addr += word_size; 262 dst += word_size; 275 static const unsigned word_size = sizeof(void*); local 285 pid, word_size, (void*)vm_addr, buf, size); 290 remainder = remainder > word_size ? word_size : remainder [all...] |
/art/compiler/optimizing/ |
locations.h | 152 intptr_t GetHighStackIndex(uintptr_t word_size) const { 155 return GetPayload() - kStackIndexBias + word_size;
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 128 word_size = words.type.target ().sizeof 129 n_words = words.type.sizeof / word_size 131 word_size = words.type.sizeof 142 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 127 word_size = words.type.target ().sizeof 128 n_words = words.type.sizeof / word_size 130 word_size = words.type.sizeof 141 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 128 word_size = words.type.target ().sizeof 129 n_words = words.type.sizeof / word_size 131 word_size = words.type.sizeof 142 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config_util.cpp | 457 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) 468 *word_size = 0; 474 ++*word_size; 483 //debug("out, ret:%d, word:%s, word_size:%d, line start_pos:%d, line_size:%d", 484 // i, word, *word_size, start_pos, line_size); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
hwint.h | 195 /* For convenience, define 0 -> word_size. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
random.h | 535 * @var word_size The number of bits in each element of the state vector. 559 static const int word_size = __w; member in class:mersenne_twister 905 static const int word_size = __w; member in class:subtract_with_carry_01 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.h | 535 * @var word_size The number of bits in each element of the state vector. 559 static const int word_size = __w; member in class:mersenne_twister 905 static const int word_size = __w; member in class:subtract_with_carry_01 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
random.h | 535 * @var word_size The number of bits in each element of the state vector. 559 static const int word_size = __w; member in class:mersenne_twister 905 static const int word_size = __w; member in class:subtract_with_carry_01 [all...] |