HomeSort by relevance Sort by last modified time
    Searched full:_res (Results 151 - 175 of 198) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
blkdev.h 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
46 ResMap res(_res,rows);
78 _res, resIncr, alpha);
93 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
109 ResMap res(_res,rows,InnerStride<>(resIncr));
  /external/chromium_org/net/dns/
dns_config_service_posix.cc 87 memset(&_res, 0, sizeof(_res));
89 result = ConvertResStateToDnsConfig(_res, config);
  /external/openssh/openbsd-compat/
getrrsetbyname.c 73 struct __res_state _res; variable in typeref:struct:__res_state
192 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
  /bionic/libc/netbsd/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 159 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
161 static constexpr uintmax_t __hi = _Res::__hi;
162 static constexpr uintmax_t __lo = _Res::__lo;
231 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
235 static constexpr uintmax_t __quot_lo = _Res::__quot;
236 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 159 typedef __big_add<__mix_hi, __mix_lo, __x1y1, __x0y0> _Res;
161 static constexpr uintmax_t __hi = _Res::__hi;
162 static constexpr uintmax_t __lo = _Res::__lo;
231 typedef __big_div_impl<__new_n1, __new_n0, __new_d> _Res;
235 static constexpr uintmax_t __quot_lo = _Res::__quot;
236 static constexpr uintmax_t __rem = _Res::__rem / __c1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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;
  /bionic/libc/kernel/common/linux/
blkdev.h 452 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
  /bionic/libc/private/
resolv_private.h 287 * Source and Binary compatibility; _res will not work properly
291 #define _res (*__res_state()) macro
  /device/asus/flo/bdAddrLoader/
addrloader.c 69 typedef enum _res enum
  /device/lge/hammerhead/bdAddrLoader/
addrloader.c 66 typedef enum _res { enum
  /device/lge/mako/bdAddrLoader/
addrloader.c 69 typedef enum _res enum
  /external/kernel-headers/original/linux/
blkdev.h 830 int _res; \
831 _res = (n) % (b); \
833 _res; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 245 #define _res (*__res_state()) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 245 #define _res (*__res_state()) macro

Completed in 271 milliseconds

1 2 3 4 5 67 8