Searched defs:nIndex (Results 1 – 16 of 16) 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()
113 inline pthread_key_t TLSIndexToPthreadKey(OS_TLSIndex nIndex) in TLSIndexToPthreadKey()133 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()146 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()155 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()
54 for(unsigned int nIndex=0; nIndex<ResultCopy.size(); nIndex++) in main() local
64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member
144 OMX_U32 nIndex; member
328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ 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
36 for( unsigned int nIndex=0; nIndex<X.size(); ++nIndex ) in deep_compare() local
9 int nIndex = curBit / 8; in readBit() local
72 int nIndex = curBit / 8; in readBit() local
7138 const nIndex = stringValue.length - 1; constant