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

  /external/libese/libese-hw/
ese_hw_echo.c 51 es->rx_fill = &es->frame.header.NAD;
75 if (len > sizeof(es->frame) - (es->tx_sent - &es->frame.header.NAD)) {
79 /* NAD was polled for so skip it. */
83 es->tx_sent = &es->frame.header.NAD;
94 if (len > sizeof(es->frame) - (es->rx_fill - &es->frame.header.NAD)) {
101 es->frame.header.NAD = 0x00;
107 es->rx_fill = &es->frame.header.NAD;
122 ALOGV("interface received NAD");
124 es->tx_sent++; /* Consume the polled byte: NAD */
134 /* Recompute the LRC with the NAD of 0x00 *
    [all...]
  /external/libese/libese-hw/nxp/pn80t/
common.c 24 /* Recompute the LRC with the NAD of 0x00 */
25 frame->header.NAD = 0x00;
27 frame->header.NAD = opts->node_address;
30 /* Replace the NAD with 0x00 so the LRC check passes. */
32 frame->header.NAD, 0x00);
33 if (frame->header.NAD != opts->host_address) {
34 ALOGV("Rewriting from unknown NAD: %x", frame->header.NAD);
36 frame->header.NAD = 0x00;
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 105 NoAccessDtor NAD; // expected-note{{copy constructor of 'HasNoAccessDtor' is implicitly deleted because field 'NAD' has an inaccessible destructor}}
113 NoAccessDtor NAD;
p11.0x.move.cpp 117 NoAccessDtor NAD; // expected-note {{deleted because field 'NAD' has an inaccessible destructor}}
123 NoAccessDtor NAD;
  /external/libese/libese-teq1/tests/
teq1_unittests.cpp 518 frame.header.NAD = kTeq1Options.node_address;
533 frame.header.NAD = kTeq1Options.host_address;
557 frame.header.NAD = kTeq1Options.node_address;
572 frame.header.NAD = kTeq1Options.host_address;
580 frame.header.NAD = kTeq1Options.host_address;
610 frame.header.NAD = kTeq1Options.node_address;
631 frame.header.NAD = kTeq1Options.node_address;
639 frame.header.NAD = kTeq1Options.host_address;
653 frame.header.NAD = kTeq1Options.host_address;
661 frame.header.NAD = kTeq1Options.host_address
    [all...]
  /external/libese/libese-teq1/include/ese/
teq1.h 95 uint8_t NAD;
145 uint8_t host_address; /* NAD to listen for */
146 uint8_t node_address; /* NAD to send to */
  /external/libese/libese-teq1/
teq1.c 103 frame->header.NAD = opts->node_address;
135 /* Poll the bus until we see the start of frame indicator, the interface NAD.
143 /* We polled for the NAD above -- if it was consumed, set it here. */
145 frame->header.NAD = opts->host_address;
148 ese->ops->hw_receive(ese, (uint8_t *)(&frame->header.NAD + bytes_consumed),
150 teq1_dump_receive((uint8_t *)(&frame->header.NAD + bytes_consumed),
  /external/clang/lib/Frontend/
ASTConsumers.cpp 466 NamespaceAliasDecl* NAD = cast<NamespaceAliasDecl>(I);
467 Out << "<namespace alias> " << *NAD << '\n';
  /external/cldr/tools/java/org/unicode/cldr/icu/
idList.txt     [all...]

Completed in 2770 milliseconds