HomeSort by: relevance | last modified time | path
    Searched defs:plen1 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/bluetooth/
bcsp.h 42 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon2520
46 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon2520
67 (hdrp)->plen1 = ((n) & 0x00f); \
70 #define BCSP_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
73 (0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \
bth5.h 42 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon2523
46 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon2523
70 (hdrp)->plen1 = ((n) & 0x00f); \
73 #define BTH5_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
76 (0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2647 int plen1, plen2;
2658 plen1 = get_prefix_len (opc1->name);
2661 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2623 int plen1, plen2; local
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2647 int plen1, plen2;
2658 plen1 = get_prefix_len (opc1->name);
2661 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2623 int plen1, plen2; local
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2647 int plen1, plen2;
2658 plen1 = get_prefix_len (opc1->name);
2661 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2623 int plen1, plen2; local
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2647 int plen1, plen2;
2658 plen1 = get_prefix_len (opc1->name);
2661 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2623 int plen1, plen2; local

Completed in 137 milliseconds