Home | History | Annotate | Download | only in Linux_x86

Lines Matching refs:llc

177     char llc[40] = "";
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr);
207 snprintf(&llc[0], sizeof(llc), "U");
209 snprintf(&llc[0], sizeof(llc), "???");
213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc);