HomeSort by relevance Sort by last modified time
    Searched refs:toobig (Results 1 - 5 of 5) sorted by null

  /ndk/sources/android/support/src/musl-locale/
iconv.c 318 if (k > *outb) goto toobig;
379 if (*outb < sizeof(wchar_t)) goto toobig;
388 if (*outb < k) goto toobig;
397 if (*outb < 1) goto toobig;
419 if (*outb < 2) goto toobig;
425 if (*outb < 4) goto toobig;
434 if (*outb < 4) goto toobig;
446 toobig:
  /external/libvncserver/x11vnc/
selection.c 381 int format, slen, dlen, oldlen, newlen, toobig = 0, len;
431 toobig = 1;
451 if (! toobig) {
  /bionic/libc/dns/net/
gethnamaddr.c 212 int toobig = 0; local
437 if (!toobig++) {
    [all...]
  /system/extras/tests/net_test/
multinetwork_test.py     [all...]
  /external/dnsmasq/src/
rfc2131.c     [all...]

Completed in 168 milliseconds