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

  /art/dt_fd_forward/
dt_fd_forward.cc 146 uint8_t* bdata = reinterpret_cast<uint8_t*>(data); local
149 int res = TEMP_FAILURE_RETRY(read(read_fd_, bdata + nbytes, ndata - nbytes));
251 const uint8_t* bdata = static_cast<const uint8_t*>(data); local
254 int res = TEMP_FAILURE_RETRY(write(write_fd_, bdata + nbytes, ndata - nbytes));
  /external/libpcap/
sf-pcap-ng.c 264 u_char *bdata; local
325 bdata = (u_char *)p->buffer + sizeof(bhdr);
327 if (read_bytes(fp, bdata, data_remaining, 1, errbuf) == -1)
333 cursor->data = bdata;
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 1276 uchar* bdata = src2->data.ptr; local
    [all...]
  /system/core/fastboot/
fastboot.cpp 483 boot_img_hdr_v1* bdata = mkbootimg(kdata, ksize, kernel_offset, local
487 if (bdata == nullptr) die("failed to create boot.img");
489 if (cmdline) bootimg_set_cmdline(bdata, cmdline);
493 return bdata;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 1054 milliseconds