Home
last modified time | relevance | path

Searched defs:nIndex (Results 1 – 16 of 16) sorted by relevance

/third_party/glslang/glslang/OSDependent/Windows/
Dossource.cpp61 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()
/third_party/glslang/glslang/OSDependent/Unix/
Dossource.cpp113 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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dossource_posix.cpp44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()
58 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
Dossource_win.cpp40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue()
54 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex()
Dosinclude.h63 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()
/third_party/vk-gl-cts/external/glslang/
Dosinclude.cpp43 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()
/third_party/boost/libs/algorithm/string/example/
Dsplit_example.cpp54 for(unsigned int nIndex=0; nIndex<ResultCopy.size(); nIndex++) in main() local
/third_party/openmax/api/1.1.2/
DOMX_CoreExt.h64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member
DOMX_Image.h144 OMX_U32 nIndex; member
DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
DOMX_Audio.h123 …OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-… member
985 OMX_U32 nIndex; /**< Index of Meta Event */ member
1000 OMX_U32 nIndex; /**< Index of Meta Event */ member
DOMX_Video.h159 OMX_U32 nIndex; member
/third_party/boost/libs/algorithm/string/test/
Dsplit_test.cpp36 for( unsigned int nIndex=0; nIndex<X.size(); ++nIndex ) in deep_compare() local
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp9 int nIndex = curBit / 8; in readBit() local
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp72 int nIndex = curBit / 8; in readBit() local
/third_party/typescript/src/compiler/
Dutilities.ts7138 const nIndex = stringValue.length - 1; constant