Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Damdgpu_test.c141 active__stat_func pActive; member
152 .pActive = always_active,
156 .pActive = always_active,
160 .pActive = suite_cs_tests_enable,
164 .pActive = suite_vce_tests_enable,
168 .pActive = suite_vcn_tests_enable,
172 .pActive = suite_uvd_enc_tests_enable,
176 .pActive = suite_deadlock_tests_enable,
180 .pActive = suite_vm_tests_enable,
184 .pActive = suite_ras_tests_enable,
[all …]
/third_party/sqlite/src/
Dsqlite3.c200092 GeoSegment *pActive = 0;
200117 pActive = geopolySortSegmentsByYAndC(pActive);
200120 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
200131 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
200160 pSeg->pNext = pActive;
200161 pActive = pSeg;
200165 if( pActive==pThisEvent->pSeg ){
200166 pActive = ALWAYS(pActive) ? pActive->pNext : 0;
200168 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){