HomeSort by relevance Sort by last modified time
    Searched refs:BUFLEN (Results 1 - 10 of 10) 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/grub/netboot/
otulip.c 36 #define BUFLEN 1536 /* must be longword divisable */
47 #define rxb ((char *)0x10000 - NRXD * BUFLEN)
48 #define txb ((char *)0x10000 - NRXD * BUFLEN - BUFLEN)
50 static unsigned char rxb[NRXD * BUFLEN];
51 static unsigned char txb[BUFLEN];
242 rxd[x].buf1addr = &rxb[x * BUFLEN];
244 rxd[x].buf1sz = BUFLEN;
323 memcpy(nic->packet, rxb + rxd_tail * BUFLEN, nic->packetlen);
davicom.c 126 #define BUFLEN 1536
143 #define txb ((char *)0x10000 - BUFLEN)
145 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
152 #define rxb ((char *)0x10000 - NRXD * BUFLEN - BUFLEN)
154 static unsigned char rxb[NRXD * BUFLEN] __attribute__ ((aligned(4)));
475 rxd[i].buf1addr = &rxb[i * BUFLEN];
477 rxd[i].buf1sz = BUFLEN;
626 memcpy(nic->packet, rxb + rxd_tail * BUFLEN, nic->packetlen);
tulip.c 353 #define BUFLEN 1536
390 #define txb ((char *)0x10000 - BUFLEN)
392 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
399 #define rxb ((char *)0x10000 - RX_RING_SIZE * BUFLEN - BUFLEN)
401 static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 72 final int BUFLEN = mBuffer.length;
88 while (i < BUFLEN && mBuffer[i] != '\n') {
  /external/zlib/src/test/
minigzip.c 131 #define BUFLEN 16384
238 unsigned char out[BUFLEN];
247 strm->avail_out = BUFLEN;
249 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
297 unsigned char out[BUFLEN];
307 strm->avail_out = BUFLEN;
309 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
362 local char buf[BUFLEN];
430 local char buf[BUFLEN];
  /external/icu4c/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/ipsec-tools/src/racoon/
ipsec_doi.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 2636 milliseconds