Searched defs:nIndex (Results 1 – 15 of 15) sorted by relevance
61 inline DWORD ToNativeTLSIndex (OS_TLSIndex nIndex) in ToNativeTLSIndex()80 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()93 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()99 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
67 inline pthread_key_t TLSIndexToPthreadKey(OS_TLSIndex nIndex) in TLSIndexToPthreadKey()87 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()100 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()109 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()58 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()54 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
63 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()
43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue()49 bool OS_FreeTLSIndex (OS_TLSIndex nIndex) in OS_FreeTLSIndex()55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue()
64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member
328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
144 OMX_U32 nIndex; member
123 …OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-… member985 OMX_U32 nIndex; /**< Index of Meta Event */ member1000 OMX_U32 nIndex; /**< Index of Meta Event */ member
159 OMX_U32 nIndex; member
9 int nIndex = curBit / 8; in readBit() local
72 int nIndex = curBit / 8; in readBit() local
7066 const nIndex = stringValue.length - 1; constant