HomeSort by relevance Sort by last modified time
    Searched defs:lbuf (Results 1 - 6 of 6) sorted by null

  /external/valgrind/none/tests/
process_vm_readv_writev.c 17 char lbuf[] = "123456"; local
23 lvec[0].iov_base = lbuf + 1;
25 lvec[1].iov_base = lbuf + 3;
41 if (strcmp(lbuf, "1B3CE6") != 0) {
42 fprintf(stderr, "Expected: \"1B3CE6\"; Got: \"%s\"\n", lbuf);
53 char lbuf[] = "123456"; local
59 lvec[0].iov_base = lbuf + 1;
61 lvec[1].iov_base = lbuf + 3;
  /hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.cxx 172 uint8_t lbuf[2]; //Allocate write buffer local
173 memset(lbuf, 0, sizeof(uint8_t)*2); //Fill low buffer with 0's
174 lbuf[0] = (lowWord >> 8);
175 lbuf[1] = (lowWord);
176 mraa_spi_write_buf(_spi, lbuf, 2); //Write the buffer to the SPI port
  /external/ipsec-tools/src/racoon/
isakmp.c 204 char lbuf[sizeof(struct udphdr) + member in union:__anon14038
250 udp = (struct udphdr *)&x.lbuf[0];
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
258 udp = (struct udphdr *)&x.lbuf[0];
260 ip = (struct ip *)(x.lbuf + sizeof(*udp));
    [all...]
  /external/toybox/toys/pending/
ip.c 953 lbuf[INET6_ADDRSTRLEN] = {0,}, lbuf_ifa[INET6_ADDRSTRLEN] = {0,}; local
990 if (!if_indextoname(ifa->ifa_index, lbuf)) perror_exit(NULL);
991 printf("%u: %s",ifa->ifa_index, lbuf);
1002 lbuf, sizeof(lbuf))) perror_exit("inet");
1004 sprintf(family+strlen(family), lbuf, strlen(lbuf));
1015 if (addrinfo.to && strcmp(addrinfo.addr, lbuf))
1020 lbuf, sizeof(lbuf))) perror_exit("inet")
1350 char lbuf[INET6_ADDRSTRLEN]; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 2183 char lbuf[80], buf[80]; local
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 5728 uchar *buf = _buf, *mbuf = buf, *lbuf = 0, *ubuf = 0; local
    [all...]

Completed in 417 milliseconds