Home
last modified time | relevance | path

Searched refs:n0 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
187 n0 = n = nbits >> kshift;
195 for(j = 0; j < n0; ++j)
197 if (n > n0)
/bionic/libc/dns/resolv/
Dres_mkquery.c232 int n0, /* current offset in buffer */ in res_nopt() argument
247 cp = buf + n0; in res_nopt()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemmem.c163 memmem(const void *h0, size_t k, const void *n0, size_t l) in memmem() argument
165 const unsigned char *h = h0, *n = n0; in memmem()