HomeSort by relevance Sort by last modified time
    Searched refs:_n (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 206 Rational(void) : _n(0), _d(1) {}
207 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
208 uint32_t numerator(void) { return _n; }
210 void setNumerator(uint32_t numerator) { _n = numerator; }
222 operator double() const { return (double) _n / (double) _d; }
226 uint32_t _n; member in class:Rational
    [all...]
  /external/compiler-rt/lib/asan/
asan_rtl.cc 263 void __asan_report_ ## type ## _n(uptr addr, uptr size); \
264 void __asan_report_ ## type ## _n(uptr addr, uptr size) { \
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 277 unsigned _n = (_count + 3) / 4; \
286 } while ( --_n ); \
  /external/valgrind/main/VEX/priv/
main_util.c 326 # define PAD(_n) \
327 do { Int _qq = (_n); for (; _qq > 0; _qq--) PUT(padchar); } \
guest_arm_helpers.c 560 # define mkU32(_n) IRExpr_Const(IRConst_U32(_n))
561 # define mkU8(_n) IRExpr_Const(IRConst_U8(_n))
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 277 unsigned _n = (_count + 3) / 4; \
286 } while ( --_n ); \
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 277 unsigned _n = (_count + 3) / 4; \
286 } while ( --_n ); \
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 277 unsigned _n = (_count + 3) / 4; \
286 } while ( --_n ); \
  /bionic/libc/include/sys/
cdefs.h 248 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 272 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 241 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 247 #define __KERNEL_RCSID(_n, _s) /* nothing */

Completed in 2588 milliseconds

1 2 34 5 6 7