HomeSort by relevance Sort by last modified time
    Searched refs:CTZ (Results 1 - 25 of 43) sorted by null

1 2

  /art/runtime/gc/accounting/
bitmap-inl.h 89 const size_t shift = CTZ(left_edge);
101 const size_t shift = CTZ(w);
125 const size_t shift = CTZ(right_edge);
space_bitmap-inl.h 111 const size_t shift = CTZ(left_edge);
124 const size_t shift = CTZ(w);
150 const size_t shift = CTZ(right_edge);
170 const size_t shift = CTZ(w);
space_bitmap.cc 184 const size_t shift = CTZ(garbage);
  /external/libhevc/decoder/
ihevcd_sao.c 257 if(CTZ(u4_no_loop_filter_flag))
259 u4_no_loop_filter_flag >>= (CTZ(u4_no_loop_filter_flag));
260 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
261 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
262 tmp_wd -= CTZ(u4_no_loop_filter_flag) * min_cu;
268 for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++)
274 u4_no_loop_filter_flag >>= (CTZ(~u4_no_loop_filter_flag));
275 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd);
276 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd);
277 tmp_wd -= CTZ(~u4_no_loop_filter_flag) * min_cu
    [all...]
ihevcd_deblk.c 264 bs_tz = CTZ(u4_bs) >> 1;
405 bs_tz = CTZ(u4_bs) >> 1;
539 bs_tz = CTZ(u4_bs) >> 2;
686 bs_tz = CTZ(u4_bs) >> 2;
ihevcd_parse_residual.c 714 /* They are computed outside the loop using CLZ and CTZ on sig_coeff_map */
729 first_sig_scan_pos = CTZ(u4_sig_coeff_map);
    [all...]
  /art/runtime/base/
bit_vector-inl.h 65 return word_index * 32u + CTZ(word);
bit_utils_test.cc 44 // NOTE: CTZ(0u) is undefined.
45 static_assert(0 == CTZ<uint32_t>(1u), "TestCTZ32#1");
46 static_assert(1 == CTZ<uint32_t>(2u), "TestCTZ32#2");
47 static_assert(15 == CTZ<uint32_t>(0x45678000u), "TestCTZ32#3");
48 static_assert(16 == CTZ<uint32_t>(0x43210000u), "TestCTZ32#4");
49 static_assert(30 == CTZ<uint32_t>(0xc0000000u), "TestCTZ32#5");
50 static_assert(31 == CTZ<uint32_t>(0x80000000u), "TestCTZ32#6");
52 // NOTE: CTZ(0ull) is undefined.
53 static_assert(0 == CTZ<uint64_t>(UINT64_C(1)), "TestCTZ64#1");
54 static_assert(1 == CTZ<uint64_t>(UINT64_C(2)), "TestCTZ64#2")
    [all...]
bit_utils.h 63 constexpr int CTZ(T x) {
73 // Similar to CTZ except that on zero input it returns bitwidth and supports signed integers.
78 return (x == 0) ? BitSizeOf<T>() : CTZ(static_cast<unsigned_type>(x));
113 return (value == 0) ? -1 : CTZ(value);
142 return CTZ(x);
bit_utils_iterator.h 82 return CTZ(this->bits_);
  /external/libavc/common/mips/
ih264_platform_macros.h 80 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/x86/
ih264_platform_macros.h 79 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/mips/
ihevc_platform_macros.h 74 static inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libmpeg2/common/mips/
icv_platform_macros.h 55 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libmpeg2/common/x86/
icv_platform_macros.h 55 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/arm/
ih264_platform_macros.h 138 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/armv8/
ih264_platform_macros.h 138 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/x86/
ihevc_platform_macros.h 87 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 89 int num_zeros = CTZ(reg_mask);
103 int num_zeros = CTZ(reg_mask);
  /external/libhevc/common/arm/
ihevc_platform_macros.h 134 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 78 uint32_t first = CTZ(fp_spill_mask);
81 DCHECK_EQ(fp_spill_mask >> CTZ(fp_spill_mask), ~0u >> (32 - POPCOUNT(fp_spill_mask)));
141 uint32_t first = CTZ(fp_spill_mask);
143 DCHECK_EQ(fp_spill_mask >> CTZ(fp_spill_mask), ~0u >> (32 - POPCOUNT(fp_spill_mask)));
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 326 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
344 CTZ = 0;
347 CTZ = 0;
351 CTZ = 0;
354 CTZ = 0;
375 .addImm(CTZ)
395 .addImm(CTZ)
415 .addImm(CTZ)
429 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
447 CTZ = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 629 DEF_RTL_EXPR(CTZ, "ctz", "e", RTX_UNARY)
    [all...]
  /external/libhevc/common/
ihevc_intra_pred.h 43 #define look_up_trailing_zeros(x) (0 == (x) ? 8 : CTZ(x))
  /art/compiler/utils/mips64/
assembler_mips64.h 166 int shift_cnt = 64 - CTZ(value + UINT64_C(1));
175 int shift_cnt = CTZ(value);
217 shift_cnt = 16 + CTZ(value >> 16);
    [all...]

Completed in 684 milliseconds

1 2