Searched refs:tmpc (Results 1 – 3 of 3) sorted by relevance
521 char tmpc; in is_jit_enabled() local523 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1) in is_jit_enabled()524 enabled = (tmpc != '0'); in is_jit_enabled()
1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local1390 tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()
2702 struct drm_crtc *crtc, *tmpc; in vop2_unbind() local2710 list_for_each_entry_safe(crtc, tmpc, crtc_list, head) in vop2_unbind()
Completed in 12 milliseconds