HomeSort by relevance Sort by last modified time
    Searched defs:WORD_SIZE (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/compiler/spirv/
spirv2nir.c 44 #define WORD_SIZE 4
56 if (len % WORD_SIZE != 0)
64 size_t word_count = len / WORD_SIZE;
  /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/libavc/encoder/
ih264e_bitstream.h 51 #define WORD_SIZE 32
184 for (i = WORD_SIZE; i > ps_bitstrm->i4_bits_left_in_cw; i -= 8) \
191 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE; \
226 * WORD_SIZE bits. Will be copied to stream buffer when the word is
235 * Range of this variable [1 : WORD_SIZE]
  /external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
ffi.c 36 #define WORD_SIZE sizeof(unsigned int)
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE);
63 stack_args_p += WORD_SIZE;
120 if (size < WORD_SIZE)
122 memcpy (addr + (WORD_SIZE - size), value, size);
212 ptr += WORD_SIZE;
242 if (arg_types[i]->size < WORD_SIZE)
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size)
    [all...]
  /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/swiftshader/third_party/subzero/runtime/
szrt_asan.c 58 #define WORD_SIZE (sizeof(uint32_t))
59 #define IS_32_BIT (sizeof(void *) == WORD_SIZE)
158 (size == WORD_SIZE && (uintptr_t)ptr % WORD_SIZE == 0) ? 1 : size;
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 776 #define WORD_SIZE 0x300
    [all...]
sljitNativeARM_T2_32.c 791 #define WORD_SIZE 0x00
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1403 milliseconds