Searched defs:zz (Results 1 - 4 of 4) sorted by relevance

/system/nfc/src/nfa/hci/
H A Dnfa_hci_main.c198 uint8_t xx, yy, zz; local
266 for (zz = 0; zz < app_count; zz++) {
267 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz]) break;
269 if (zz == app_count) {
342 for (zz = 0; zz < gate_count; zz++) {
343 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz]) brea
[all...]
/system/bt/stack/btm/
H A Dbtm_pm.cc743 int xx, yy, zz; local
788 for (zz = 0; zz < MAX_L2CAP_LINKS; zz++) {
789 if (btm_cb.pm_mode_db[zz].chg_ind == true) {
791 BTM_TRACE_DEBUG("btm_pm_proc_mode_change: Sending PM req :%d", zz);
793 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
/system/bt/stack/sdp/
H A Dsdp_db.cc299 uint16_t xx, yy, zz; local
319 for (zz = 0; zz < p_rec->num_attributes; zz++)
320 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
358 uint16_t xx, yy, zz; local
393 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++) {
/system/core/libpixelflinger/
H A Dscanline.cpp878 uint16_t zz = uint32_t(z)>>(16); local
882 case GGL_LESS: if (zz<depth) break; goto discard;
883 case GGL_EQUAL: if (zz==depth) break; goto discard;
884 case GGL_LEQUAL: if (zz<=depth) break; goto discard;
885 case GGL_GREATER: if (zz>depth) break; goto discard;
886 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard;
887 case GGL_GEQUAL: if (zz>=depth) break; goto discard;
896 fragment.c[0] = 255 - (zz>>8);
899 *p = zz;

Completed in 247 milliseconds