Searched defs:nl (Results 1 - 2 of 2) sorted by relevance

/system/media/audio_utils/
H A Dprimitives.c25 int32_t nl = l >> 12; local
27 l = clamp16(nl);
/system/core/charger/
H A Dcharger.c226 char *nl; local
228 nl = memrchr(ptr, '\n', cnt - 1);
229 if (nl)
230 cnt = nl - ptr + 1;

Completed in 116 milliseconds