Searched refs:WORD_SIZE (Results 1 – 8 of 8) sorted by relevance
42 #define WORD_SIZE 32 macro46 #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 …]
105 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 …]
51 #define WORD_SIZE 32 macro184 for (i = WORD_SIZE; i > ps_bitstrm->i4_bits_left_in_cw; i -= 8) \191 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE; \
325 ps_stream->i4_bits_left_in_cw = WORD_SIZE; in ih264e_cabac_flush()
791 #define WORD_SIZE 0x00 macro1338 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 …]
776 #define WORD_SIZE 0x300 macro1300 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 …]
1286 my (%WORD_SIZE, %CPU_ARCH, %GCC_VERSION, %CLANG_VERSION);2866 $TypeAttr{"Size"} = $WORD_SIZE{$Version}; # pointer3048 $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 …]
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...