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

  /external/clang/test/SemaCXX/
builtins.cpp 37 int *pbf = __builtin_addressof(u.n); // expected-error {{address of bit-field requested}} member in namespace:addressof
  /external/libnfc-nci/src/hal/include/
nci_defs.h 51 * byte 0: MT PBF GID
76 /* PBF: Packet Boundary Flag (byte 0) */
109 #define NCI_MSG_PBLD_HDR0(p, mt, pbf, gid) \
110 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | ((pbf) << NCI_PBF_SHIFT) | (gid));
117 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \
119 pbf = (*(p) & NCI_PBF_MASK) >> NCI_PBF_SHIFT; \
122 /* parse MT and PBF bits of NCI packet */
123 #define NCI_MSG_PRS_MT_PBF(p, mt, pbf) \
125 pbf = (*(p) & NCI_PBF_MASK) >> NCI_PBF_SHIFT;
132 * byte 0: MT(0) PBF CI
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
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 */
529 UINT8 mt, pbf, gid, op_code; local
549 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
558 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
675 UINT8 mt, pbf, gid, op_code; local
683 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
nfc_hal_main.c 506 UINT8 cid, pbf; local
540 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
nfc_hal_dm.c 576 UINT8 mt, pbf, gid, op_code; local
588 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
598 NCI_MSG_PRS_HDR0 (p_old, old_mt, pbf, old_gid);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 144 UINT8 pbf = 1; local
187 pbf = 0; /* last fragment */
224 p->layer_specific = pbf;
229 NCI_DATA_PBLD_HDR(pp, pbf, hdr0, ulen);
369 UINT8 mt, pbf, gid, *p, *pp; local
377 NCI_MSG_PRS_HDR0 (pp, mt, pbf, gid);
391 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid);
1477 UINT8 pbf; local
    [all...]

Completed in 1000 milliseconds