HomeSort by relevance Sort by last modified time
    Searched full:__static_cast (Results 251 - 275 of 387) sorted by null

<<111213141516

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 219 const size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
400 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
_uninitialized.h 274 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
279 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 70 #define __static_cast(x,y) static_cast<x>(y) macro
74 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 70 #define __static_cast(x,y) static_cast<x>(y) macro
74 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 70 #define __static_cast(x,y) static_cast<x>(y) macro
74 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 70 #define __static_cast(x,y) static_cast<x>(y) macro
74 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 219 const size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
400 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
_uninitialized.h 274 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
279 memset(__first, __STATIC_CAST(unsigned char,__tmp), __last - __first);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
cdefs.h 64 #define __static_cast(x,y) static_cast<x>(y) macro
68 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 95 #define __static_cast(x,y) static_cast<x>(y) macro
99 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 95 #define __static_cast(x,y) static_cast<x>(y) macro
99 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 95 #define __static_cast(x,y) static_cast<x>(y) macro
99 #define __static_cast(x,y) (x)y macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 95 #define __static_cast(x,y) static_cast<x>(y) macro
99 #define __static_cast(x,y) (x)y macro

Completed in 2051 milliseconds

<<111213141516