Home
last modified time | relevance | path

Searched refs:pActive (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Damdgpu_test.c181 active__stat_func pActive; member
192 .pActive = suite_basic_tests_enable,
196 .pActive = always_active,
200 .pActive = suite_cs_tests_enable,
204 .pActive = suite_vce_tests_enable,
208 .pActive = suite_vcn_tests_enable,
212 .pActive = suite_jpeg_tests_enable,
216 .pActive = suite_uvd_enc_tests_enable,
220 .pActive = suite_deadlock_tests_enable,
224 .pActive = suite_vm_tests_enable,
[all …]
/third_party/sqlite/src/
Dsqlite3.c206202 GeoSegment *pActive = 0;
206227 pActive = geopolySortSegmentsByYAndC(pActive);
206230 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
206241 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
206270 pSeg->pNext = pActive;
206271 pActive = pSeg;
206275 if( pActive==pThisEvent->pSeg ){
206276 pActive = ALWAYS(pActive) ? pActive->pNext : 0;
206278 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){