HomeSort by relevance Sort by last modified time
    Searched full:_res (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /external/clang/lib/Headers/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 529 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
531 return _Res;
535 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
537 return _Res;
541 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
543 return _Res;
576 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
578 return _Res;
582 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
584 return _Res;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h 529 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
531 return _Res;
535 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
537 return _Res;
541 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
543 return _Res;
576 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
578 return _Res;
582 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
584 return _Res;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 531 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
533 return _Res;
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
539 return _Res;
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
545 return _Res;
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
580 return _Res;
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1;
586 return _Res;
    [all...]
  /bionic/libc/dns/resolv/
res_data.c 93 * Compatibility with program that were accessing _res directly
115 * fields of _res before res_init() is called, res_init() will not
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ratio 156 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
158 static constexpr uintmax_t __hi = _Res::__hi;
159 static constexpr uintmax_t __lo = _Res::__lo;
228 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
232 static constexpr uintmax_t __quot_lo = _Res::__quot;
233 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ratio 156 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
158 static constexpr uintmax_t __hi = _Res::__hi;
159 static constexpr uintmax_t __lo = _Res::__lo;
228 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
232 static constexpr uintmax_t __quot_lo = _Res::__quot;
233 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 156 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
158 static constexpr uintmax_t __hi = _Res::__hi;
159 static constexpr uintmax_t __lo = _Res::__lo;
228 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
232 static constexpr uintmax_t __quot_lo = _Res::__quot;
233 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ratio 156 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
158 static constexpr uintmax_t __hi = _Res::__hi;
159 static constexpr uintmax_t __lo = _Res::__lo;
228 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
232 static constexpr uintmax_t __quot_lo = _Res::__quot;
233 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /external/opencv3/modules/ml/src/
knearest.cpp 411 Mat _res, _nr, _d; local
414 _res = res.row(i);
424 tr.findNearest(test_samples.row(i), k, Emax, _res, _nr, _d, noArray());
  /bionic/libc/dns/include/
resolv_private.h 317 * Source and Binary compatibility; _res will not work properly
321 #define _res (*__res_state()) macro
  /device/moto/shamu/bdAddrLoader/
addrloader.c 66 typedef enum _res { enum
  /external/opencv3/modules/imgproc/src/
smooth.cpp 635 __m128i _res = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); local
637 _res = _mm_sub_epi32(_res, delta0);
638 _res = _mm_add_epi16(_mm_packs_epi32(_res, _res), delta1);
640 _mm_storel_epi64((__m128i*)(D+i), _res);
681 __m128i _res = _mm_sub_epi32(_s0, delta0); local
682 _res = _mm_add_epi16(_mm_packs_epi32(_res, _res), delta1)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
find_modules.py 231 excludes.add('OverrideFrom23._Res')
  /external/valgrind/helgrind/
helgrind.h 419 ({long int _res; \
420 DO_CREQ_W_WWW(_res, (-2)/*default*/, \
424 _res; \
    [all...]
hg_wordset.c 113 UWord _res = (UWord)(_zzresult); \
125 _cache->ent[0].res = _res; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 249 #define _res (*__res_state()) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 251 #define _res (*__res_state()) macro
  /external/libxml2/
nanohttp.c 1061 if (!(_res.options & RES_INIT))
1063 _res.options |= RES_USE_INET6;
    [all...]

Completed in 1684 milliseconds

1 2 3 4 56 7 8