HomeSort by relevance Sort by last modified time
    Searched refs:OSCL_COND_EXPORT_REF (Results 1 - 11 of 11) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_assert.inl 22 OSCL_COND_EXPORT_REF OSCL_INLINE void _OSCL_Abort()
oscl_mem_basic_functions.inl 33 OSCL_INLINE OSCL_COND_EXPORT_REF void* _oscl_malloc(int32 size)
38 OSCL_INLINE OSCL_COND_EXPORT_REF void* _oscl_realloc(void* src, int32 size)
43 OSCL_INLINE OSCL_COND_EXPORT_REF void* _oscl_calloc(int32 size1, int32 size2)
48 OSCL_INLINE OSCL_COND_EXPORT_REF void _oscl_free(void* src)
53 OSCL_INLINE OSCL_COND_EXPORT_REF void* oscl_memcpy(void* dest, const void* src, uint32 count)
58 OSCL_INLINE OSCL_COND_EXPORT_REF void* oscl_memmove(void* dest, const void* src, uint32 count)
63 OSCL_INLINE OSCL_COND_EXPORT_REF void* oscl_memmove32(void* dest, const void* src, uint32 count)
68 OSCL_INLINE OSCL_COND_EXPORT_REF void* oscl_memset(void* dest, uint8 val, uint32 count)
73 OSCL_INLINE OSCL_COND_EXPORT_REF int oscl_memcmp(const void* dest, const void* src, uint32 count)
oscl_time.inl 29 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime::NTPTime()
34 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime::NTPTime(const NTPTime& src)
39 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime::NTPTime(const uint32 seconds)
44 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime::NTPTime(const int32 seconds)
50 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime::NTPTime(const uint64 value)
55 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime& NTPTime::operator=(uint32 newval)
61 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime& NTPTime::operator=(uint64 newval)
67 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime& NTPTime::operator+=(uint64 val)
73 OSCL_COND_EXPORT_REF OSCL_INLINE NTPTime NTPTime::operator-(const NTPTime &ntpt) const
80 OSCL_COND_EXPORT_REF OSCL_INLINE void NTPTime::set_from_system_time(const uint32 systemtime
    [all...]
oscl_base_macros.h 64 #define OSCL_COND_EXPORT_REF OSCL_EXPORT_REF
68 #define OSCL_COND_EXPORT_REF
  /external/opencore/oscl/oscl/osclerror/src/
oscl_errno.inl 18 OSCL_COND_EXPORT_REF OSCL_INLINE bool OSCL_IsErrnoSupported()
23 OSCL_COND_EXPORT_REF OSCL_INLINE int OSCL_GetLastError()
28 OSCL_COND_EXPORT_REF OSCL_INLINE bool OSCL_SetLastError(int newVal)
34 OSCL_COND_EXPORT_REF OSCL_INLINE char * OSCL_StrError(int errNum)
oscl_mem_align.inl 24 OSCL_INLINE OSCL_COND_EXPORT_REF uint oscl_mem_aligned_size(uint x)
  /external/opencore/oscl/oscl/osclutil/src/
oscl_math.inl 19 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_log(double value)
24 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_log10(double value)
29 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_sqrt(double value)
34 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_pow(double x, double y)
39 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_exp(double value)
44 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_sin(double value)
49 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_cos(double value)
54 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_tan(double value)
59 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_asin(double value)
64 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_atan(double value
    [all...]
oscl_rand.inl 26 OSCL_COND_EXPORT_REF OSCL_INLINE void OsclRand::Seed(int32 seed)
31 OSCL_COND_EXPORT_REF OSCL_INLINE int32 OsclRand::Rand()
oscl_tickcount.inl 49 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TickCount()
87 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TickCountFrequency()
97 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TickCountPeriod()
106 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TicksToMsec(uint32 ticks)
115 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::MsecToTicks(uint32 msec)
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem.inl 23 OSCL_INLINE OSCL_COND_EXPORT_REF uint oscl_mem_aligned_size(uint x)
  /external/opencore/codecs_v2/standalone_headerfiles/
arbt_types.h 125 #define OSCL_COND_EXPORT_REF OSCL_EXPORT_REF

Completed in 603 milliseconds