HomeSort by relevance Sort by last modified time
    Searched full:__builtin_ctz (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/libcxx/include/support/win32/
support.h 158 _LIBCPP_ALWAYS_INLINE int __builtin_ctz(unsigned int mask) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 155 _LIBCPP_ALWAYS_INLINE int __builtin_ctz(unsigned int mask) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hwint.h 220 return __builtin_ctz (x);
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 155 _LIBCPP_ALWAYS_INLINE int __builtin_ctz(unsigned int mask) function
  /toolchain/binutils/binutils-2.25/include/
longlong.h 129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X))
282 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X))
290 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X))
316 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X))
481 #define count_trailing_zeros(count, x) ((count) = __builtin_ctz (x))
    [all...]
  /external/v8/src/base/
bits.h 100 return value ? __builtin_ctz(value) : 32;
  /external/valgrind/
config.h 74 /* Define to 1 if compiler provides __builtin_ctz(). */
configure.ac     [all...]
  /external/valgrind/coregrind/
m_compiler.c 118 __builtin_ctz(UInt x) function
  /system/core/include/utils/
BitSet.h 162 return __builtin_ctz(value);
  /external/llvm/include/llvm/Support/
MathExtras.h 72 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0)
73 return __builtin_ctz(Val);
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 416 int playbackShift = __builtin_ctz(playbackFrameCount);
418 int shift = __builtin_ctz(recordFramecount);
AudioMixer.cpp 168 int n = __builtin_ctz(names);
    [all...]
  /art/runtime/base/
bit_utils.h 53 ? __builtin_ctz(x)
  /frameworks/wilhelm/src/
sles_allinclusive.h 389 #define ctz __builtin_ctz
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 26 ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
UnwindCursor.hpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp 26 ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
UnwindCursor.hpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 521 /// The __builtin_clz* and __builtin_ctz* built-in
    [all...]
Builtins.def 387 BUILTIN(__builtin_ctz , "iUi" , "nc")
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 340 return likely (number) ? __builtin_ctz (number) : 0;
  /external/deqp/framework/delibs/debase/
deInt32.h 349 return __builtin_ctz((unsigned int)a);
  /external/lz4/lib/
lz4.c 351 return (__builtin_ctz((U32)val) >> 3);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp     [all...]

Completed in 616 milliseconds

1 23 4