Searched refs:zz (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_db.c332 UINT16 xx, yy, zz; local
358 for (zz = 0; zz < p_rec->num_attributes; zz++)
359 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
399 UINT16 xx, yy, zz; local
437 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++)
/system/bt/stack/btm/
H A Dbtm_pm.c789 int xx, yy, zz; local
836 for(zz=0; zz<MAX_L2CAP_LINKS; zz++)
838 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE)
841 BTM_TRACE_DEBUG( "btm_pm_proc_mode_change: Sending PM req :%d", zz);
843 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
/system/core/libpixelflinger/
H A Dscanline.cpp876 uint16_t zz = uint32_t(z)>>(16); local
880 case GGL_LESS: if (zz<depth) break; goto discard;
881 case GGL_EQUAL: if (zz==depth) break; goto discard;
882 case GGL_LEQUAL: if (zz<=depth) break; goto discard;
883 case GGL_GREATER: if (zz>depth) break; goto discard;
884 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard;
885 case GGL_GEQUAL: if (zz>=depth) break; goto discard;
894 fragment.c[0] = 255 - (zz>>8);
897 *p = zz;

Completed in 246 milliseconds