/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ossource_posix.cpp | 44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument 46 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_SetTLSValue() 51 if (pthread_setspecific(nIndex, lpvValue) == 0) in OS_SetTLSValue() 58 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex() argument 60 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_FreeTLSIndex() 68 if (pthread_key_delete(nIndex) == 0) in OS_FreeTLSIndex()
|
H A D | ossource_win.cpp | 40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument 42 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_SetTLSValue() 47 if (TlsSetValue(nIndex, lpvValue)) in OS_SetTLSValue() 54 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex() argument 56 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_FreeTLSIndex() 61 if (TlsFree(nIndex)) in OS_FreeTLSIndex()
|
H A D | osinclude.h | 60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue); 61 bool OS_FreeTLSIndex(OS_TLSIndex nIndex); 63 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() argument 65 ASSERT(nIndex != OS_INVALID_TLS_INDEX); in OS_GetTLSValue() 67 return TlsGetValue(nIndex); in OS_GetTLSValue() 69 return pthread_getspecific(nIndex); in OS_GetTLSValue()
|
/third_party/glslang/ |
H A D | osinclude.cpp | 43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument 45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue() 49 bool OS_FreeTLSIndex (OS_TLSIndex nIndex) in OS_FreeTLSIndex() argument 51 deThreadLocal_destroy((deThreadLocal)nIndex); in OS_FreeTLSIndex() 55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() argument 57 return deThreadLocal_get((deThreadLocal)nIndex); in OS_GetTLSValue()
|
/third_party/vk-gl-cts/external/glslang/ |
H A D | osinclude.cpp | 43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument 45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue() 49 bool OS_FreeTLSIndex (OS_TLSIndex nIndex) in OS_FreeTLSIndex() argument 51 deThreadLocal_destroy((deThreadLocal)nIndex); in OS_FreeTLSIndex() 55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() argument 57 return deThreadLocal_get((deThreadLocal)nIndex); in OS_GetTLSValue()
|
/third_party/openmax/api/1.1.2/ |
H A D | OMX_Component.h | 367 OMX_IN OMX_INDEXTYPE nIndex, 376 OMX_IN OMX_INDEXTYPE nIndex, 385 OMX_IN OMX_INDEXTYPE nIndex, 570 OMX_IN OMX_U32 nIndex);
|
H A D | OMX_CoreExt.h | 64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member
|
H A D | OMX_Audio.h | 123 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member 985 OMX_U32 nIndex; /**< Index of Meta Event */ member 1000 OMX_U32 nIndex; /**< Index of Meta Event */ member
|
H A D | OMX_Other.h | 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
|
H A D | OMX_Image.h | 133 * nIndex : Indicates the enumeration index for the format from 144 OMX_U32 nIndex; member
|
H A D | OMX_Core.h | 814 @param [in] nIndex 850 @param [in] nIndex 1214 is made (i.e. when nIndex is 0x0). 1230 @param [in] nIndex 1233 of nIndex will enumerate through the component names in the 1234 system until OMX_ErrorNoMore is returned. The value of nIndex 1239 OMX_ErrorNone. When the value of nIndex exceeds the number of 1247 OMX_IN OMX_U32 nIndex);
|
H A D | OMX_Video.h | 147 * nIndex : Indicates the enumeration index for the format from 159 OMX_U32 nIndex; member
|
/third_party/backends/backend/ |
H A D | sm3600-scanusb.c | 62 int nIndex, in TransferControlMsg() 75 nIndex, in TransferControlMsg() 58 TransferControlMsg(TInstance *this, int nReqType, int nRequest, int nValue, int nIndex, void *pBuffer, int cchBuffer, int cJiffiesTimeout) TransferControlMsg() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | omx.c | 452 video_port_format.nIndex = i; in omx_component_init()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 457 if (format->nIndex >= 1) in vid_enc_GetParameter()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 179561 int nIndex; /* Size of aIndex[] */ global() member 180675 int nIndex = 1; /* Number of entries in array */ global() local 180837 int nIndex = 0; /* Size of aIndex[] array */ global() local 209092 int nIndex; /* Number of aux. indexes on table zTbl */ global() member 212707 int nIndex = 0; global() local [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |