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

1 2

  /external/libopus/celt/
ecintrin.h 54 # pragma intrinsic(_BitScanReverse)
58 _BitScanReverse(&ret,_x);
  /external/libvpx/libvpx/vpx_ports/
bitops.h 42 #pragma intrinsic(_BitScanReverse)
47 _BitScanReverse(&first_set_bit, n);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h 52 #pragma intrinsic(_BitScanReverse)
56 _BitScanReverse(&first_set_bit, n);
  /external/flac/libFLAC/include/private/
bitmath.h 44 #include <intrin.h> /* for _BitScanReverse* */
88 _BitScanReverse(&idx, v);
135 _BitScanReverse(&idx, v);
  /external/aac/libFDK/include/x86/
clz_x86.h 133 err = _BitScanReverse(&result, value);
  /external/libcxx/include/support/win32/
support.h 178 if (_BitScanReverse(&where, static_cast<unsigned long>(mask >> 32)))
182 if (_BitScanReverse(&where, static_cast<unsigned long>(mask)))
195 if (_BitScanReverse(&where, mask))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 175 if (_BitScanReverse(&where, static_cast<unsigned long>(mask >> 32)))
179 if (_BitScanReverse(&where, static_cast<unsigned long>(mask)))
192 if (_BitScanReverse(&where, mask))
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 175 if (_BitScanReverse(&where, static_cast<unsigned long>(mask >> 32)))
179 if (_BitScanReverse(&where, static_cast<unsigned long>(mask)))
192 if (_BitScanReverse(&where, mask))
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.c 18 #pragma intrinsic(_BitScanReverse)
21 _BitScanReverse(&eob, mask);
  /external/webp/src/utils/
utils.h 120 #pragma intrinsic(_BitScanReverse)
124 _BitScanReverse(&first_set_bit, n);
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 45 #pragma intrinsic(_BitScanReverse)
50 _BitScanReverse(&first_set_bit, n);
  /external/compiler-rt/lib/builtins/
int_lib.h 106 if (_BitScanReverse(&leading_zero, value))
  /external/libavc/encoder/
ih264e_bitstream.h 108 r = _BitScanReverse(&msb_one_bit, value) ? (UWORD32)(msb_one_bit + 1) : 1 ; \
  /external/skia/include/core/
SkMath.h 81 _BitScanReverse(&index, mask);
83 // guarantees that _BitScanReverse will succeed.
  /external/jemalloc/include/jemalloc/internal/
util.h 274 _BitScanReverse(&ret, x);
  /external/v8/src/base/
bits.h 65 if (!_BitScanReverse(&result, value)) return 32;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 375 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask); // NOLINT
395 _BitScanReverse(&up, x);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
misctest.cpp 134 _BitScanReverse(&i, n | 1);
171 if (_BitScanReverse(&i, m >> 32))
174 _BitScanReverse(&i, m & 0xFFFFFFFF);
    [all...]
  /external/deqp/framework/delibs/debase/
deInt32.h 310 if (_BitScanReverse(&i, (unsigned long)a) == 0)
  /external/clang/lib/Headers/
Intrin.h 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
511 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
510 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 169 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
509 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
511 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
511 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
511 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) {
    [all...]

Completed in 464 milliseconds

1 2