Home
last modified time | relevance | path

Searched refs:WORD_SIZE (Results 1 – 13 of 13) sorted by relevance

/external/libhevc/decoder/
Dihevcd_bitstream.h42 #define WORD_SIZE 32 macro
46 #define DBL_WORD_SIZE (2 * (WORD_SIZE))
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)); \
132 if( m_u4_bit_ofst >= WORD_SIZE ) \
138 m_u4_bit_ofst -= WORD_SIZE; \
153 >> (WORD_SIZE - m_cnt); \
[all …]
/external/libavc/encoder/
Dih264e_bitstream.c105 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE; in ih264e_bitstrm_init()
149 ASSERT(code_len > 0 && code_len <= WORD_SIZE); in ih264e_put_bits()
151 if(code_len < WORD_SIZE) in ih264e_put_bits()
155 ASSERT(bits_left_in_cw > 0 && bits_left_in_cw <= WORD_SIZE); in ih264e_put_bits()
200 if((u4_strm_buf_offset + (WORD_SIZE>>3)) >= u4_max_strm_size) in ih264e_put_bits()
209 for(i = WORD_SIZE; i > 0; i -= 8) in ih264e_put_bits()
218 u4_cur_word = rem_bits ? (u4_code_val << (WORD_SIZE - rem_bits)) : 0; in ih264e_put_bits()
222 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE - rem_bits; in ih264e_put_bits()
294 if((u4_strm_buf_offset + (WORD_SIZE>>3) - bytes_left_in_cw) >= in ih264e_put_rbsp_trailing_bits()
307 for(i = WORD_SIZE; i > (bytes_left_in_cw*8); i -= 8) in ih264e_put_rbsp_trailing_bits()
[all …]
Dih264e_bitstream.h51 #define WORD_SIZE 32 macro
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; \
Dih264e_cabac.c325 ps_stream->i4_bits_left_in_cw = WORD_SIZE; in ih264e_cabac_flush()
/external/libffi/src/microblaze/
Dffi.c36 #define WORD_SIZE sizeof(unsigned int) macro
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE); in ffi_prep_args()
63 stack_args_p += WORD_SIZE; in ffi_prep_args()
120 if (size < WORD_SIZE) in ffi_prep_args()
122 memcpy (addr + (WORD_SIZE - size), value, size); in ffi_prep_args()
212 ptr += WORD_SIZE; in ffi_closure_call_SYSV()
242 if (arg_types[i]->size < WORD_SIZE) in ffi_closure_call_SYSV()
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size); in ffi_closure_call_SYSV()
/external/python/cpython3/Modules/_ctypes/libffi/src/microblaze/
Dffi.c36 #define WORD_SIZE sizeof(unsigned int) macro
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE); in ffi_prep_args()
63 stack_args_p += WORD_SIZE; in ffi_prep_args()
120 if (size < WORD_SIZE) in ffi_prep_args()
122 memcpy (addr + (WORD_SIZE - size), value, size); in ffi_prep_args()
212 ptr += WORD_SIZE; in ffi_closure_call_SYSV()
242 if (arg_types[i]->size < WORD_SIZE) in ffi_closure_call_SYSV()
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size); in ffi_closure_call_SYSV()
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c36 #define WORD_SIZE sizeof(unsigned int) macro
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE); in ffi_prep_args()
63 stack_args_p += WORD_SIZE; in ffi_prep_args()
120 if (size < WORD_SIZE) in ffi_prep_args()
122 memcpy (addr + (WORD_SIZE - size), value, size); in ffi_prep_args()
212 ptr += WORD_SIZE; in ffi_closure_call_SYSV()
242 if (arg_types[i]->size < WORD_SIZE) in ffi_closure_call_SYSV()
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size); in ffi_closure_call_SYSV()
/external/mesa3d/src/compiler/spirv/
Dspirv2nir.c44 #define WORD_SIZE 4 macro
56 if (len % WORD_SIZE != 0) in main()
64 size_t word_count = len / WORD_SIZE; in main()
/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c791 #define WORD_SIZE 0x00 macro
1338 flags = WORD_SIZE; in sljit_emit_op1()
1364 flags = WORD_SIZE | UPDATE; in sljit_emit_op1()
1424 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw)) in sljit_emit_op1()
1427 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1466 …if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, d… in sljit_emit_op2()
1470 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG1, src1, src1w)) in sljit_emit_op2()
1476 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w)) in sljit_emit_op2()
1484 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, src1, src1w)); in sljit_emit_op2()
1485 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, dst, dstw)); in sljit_emit_op2()
[all …]
DsljitNativeARM_64.c776 #define WORD_SIZE 0x300 macro
1300 flags = WORD_SIZE; in sljit_emit_op1()
1334 flags = WORD_SIZE | UPDATE; in sljit_emit_op1()
1395 mem_flags = WORD_SIZE; in sljit_emit_op1()
1448 mem_flags = WORD_SIZE; in sljit_emit_op2()
1614 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64()
1621 …return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) … in sljit_emit_fop1_conv_sw_from_f64()
1636 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw()
1650 …return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst… in sljit_emit_fop1_conv_f64_from_sw()
1658 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
[all …]
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c58 #define WORD_SIZE (sizeof(uint32_t)) macro
59 #define IS_32_BIT (sizeof(void *) == WORD_SIZE)
158 (size == WORD_SIZE && (uintptr_t)ptr % WORD_SIZE == 0) ? 1 : size; in __asan_check_load()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl1286 my (%WORD_SIZE, %CPU_ARCH, %GCC_VERSION, %CLANG_VERSION);
2866 $TypeAttr{"Size"} = $WORD_SIZE{$Version}; # pointer
3048 $TypeAttr{"Size"} = $WORD_SIZE{$Version};
3235 my %TypeAttr = ("Size"=>$WORD_SIZE{$Version}, "Type"=>$Type, "Tid"=>$TypeId);
9200 $TypeInfo{$LibVersion}{$TypeId}{"Size"} = $WORD_SIZE{$LibVersion};
10438 $Size /= $WORD_SIZE{$LibVersion};
12028 …sMemPadded($Member_Pos, -1, \%Type1_Pure, \%RemovedField, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
12032 …$TypeInfo{1}, getArch(1), $WORD_SIZE{1})!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, $TypeInf…
12148 …pe2_Id}{"Size"}*$BYTE_SIZE, \%Type1_Pure, \%RemovedField, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
12153 …$TypeInfo{1}, getArch(1), $WORD_SIZE{1})!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, $TypeInf…
[all …]
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...