Home
last modified time | relevance | path

Searched refs:ae (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/nameser/
Dns_name.c756 ns_nname_ct ae = a + as, be = b + bs; in ns_name_eq() local
764 if (a + ac >= ae || b + bc >= be) { in ns_name_eq()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c900 char *a = (char*)a1, *ae = a + len; local
902 while(a < ae)