Searched refs:n0 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gethex.c | 48 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/ |
D | res_mkquery.c | 232 int n0, /* current offset in buffer */ in res_nopt() argument 247 cp = buf + n0; in res_nopt()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | memmem.c | 163 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()
|