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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 505 UINT8 *ps, *pp, cid, pbf; local
535 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
nfc_hal_nci.c 71 /* remove the PBF bit for potential reassembly later */
137 *p = u8; /* this should make the PBF flag as Last Fragment */
527 UINT8 mt, pbf, gid, op_code; local
544 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
552 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
664 UINT8 mt, pbf, gid, op_code; local
672 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
nfc_hal_dm.c 459 UINT8 mt, pbf, gid, op_code; local
471 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
481 NCI_MSG_PRS_HDR0 (p_old, old_mt, pbf, old_gid);
    [all...]
  /external/linux-tools-perf/util/
event.c 170 char bf[BUFSIZ], *pbf = bf; local
177 n = hex2u64(pbf, &event->mmap.start);
180 pbf += n + 1;
181 n = hex2u64(pbf, &event->mmap.len);
184 pbf += n + 3;
185 if (*pbf == 'x') { /* vm_exec */
195 pbf += 3;
196 n = hex2u64(pbf, &event->mmap.pgoff);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 145 UINT8 pbf = 1; local
188 pbf = 0; /* last fragment */
222 p->layer_specific = pbf;
227 NCI_DATA_PBLD_HDR(pp, pbf, hdr0, ulen);
366 UINT8 mt, pbf, gid, *p, *pp; local
374 NCI_MSG_PRS_HDR0 (pp, mt, pbf, gid);
388 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid);
1457 UINT8 pbf; local
    [all...]

Completed in 59 milliseconds