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

  /external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp 12 enum {BUFLEN = 128 };
13 const char *p = rc.fun1(BUFLEN - 2, C::e1);
  /system/extras/tests/bionic/libc/common/
test_udp.c 16 #define BUFLEN 512
45 char buf[BUFLEN];
89 if (recvfrom(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, (socklen_t*)&slen)==-1)
113 if (sendto(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, slen)==-1)
  /external/jemalloc/test/unit/
util.c 140 #define BUFLEN 15
141 char buf[BUFLEN];
153 for (len = 1; len < BUFLEN; len++) {
166 #undef BUFLEN
173 #define BUFLEN 128
174 char buf[BUFLEN];
280 #undef BUFLEN
  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 104 int32_t buflen = id->length() + 8; // space for NUL
105 char* buf = (char*) uprv_malloc(buflen);
106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
110 uloc_canonicalize(buf, canon, buflen, &ec);
125 enum { BUFLEN = 128 }; // larger than ever needed
127 if (id.isBogus() || id.length() >= BUFLEN) {
148 char buffer[BUFLEN];
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV)
    [all...]
  /external/icu/icu4c/source/common/
locutil.cpp 104 int32_t buflen = id->length() + 8; // space for NUL
105 char* buf = (char*) uprv_malloc(buflen);
106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
110 uloc_canonicalize(buf, canon, buflen, &ec);
125 enum { BUFLEN = 128 }; // larger than ever needed
127 if (id.isBogus() || id.length() >= BUFLEN) {
148 char buffer[BUFLEN];
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV)
    [all...]
  /external/zlib/src/test/
minigzip.c 135 #define BUFLEN 16384
242 unsigned char out[BUFLEN];
251 strm->avail_out = BUFLEN;
253 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
301 unsigned char out[BUFLEN];
311 strm->avail_out = BUFLEN;
313 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
  /external/ipsec-tools/src/racoon/
ipsec_doi.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 1294 milliseconds