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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 130 pCmdQueue->Tail = 0;
207 pCmdQueue->Tail = 0;
521 pCmdQueue->CmdQueue[pCmdQueue->Tail].cmdType = cmdType;
522 pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsLen = paramsLen;
523 pCmdQueue->CmdQueue[pCmdQueue->Tail].CB_Func = CB_Func;
524 pCmdQueue->CmdQueue[pCmdQueue->Tail].CB_Arg = CB_Arg;
527 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, CMDQUEUE_INFO_ELEM_HEADER_LEN);
530 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, paramsLen);
531 pCmdQueue->CmdQueue[pCmdQueue->Tail].interrogateParamsBuf = pCB_Buf;
533 /*advance the Queue tail*/
    [all...]
CmdQueue.h 134 int Tail;
  /external/gtest/include/gtest/internal/
gtest-type-util.h 104 // Head for the first type in the list, and Tail for the rest of the
115 typedef Types0 Tail;
120 typedef Types1<T2> Tail;
126 typedef Types2<T2, T3> Tail;
132 typedef Types3<T2, T3, T4> Tail;
138 typedef Types4<T2, T3, T4, T5> Tail;
145 typedef Types5<T2, T3, T4, T5, T6> Tail;
152 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
159 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
166 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
gtest-internal.h 688 // Next, recurses (at compile time) with the tail of the type list.
689 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
719 // Next, recurses (at compile time) with the tail of the test list.
720 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types>
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
117 typedef Types0 Tail;
122 typedef Types1<T2> Tail;
128 typedef Types2<T2, T3> Tail;
134 typedef Types3<T2, T3, T4> Tail;
140 typedef Types4<T2, T3, T4, T5> Tail;
147 typedef Types5<T2, T3, T4, T5, T6> Tail;
154 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
161 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail;
168 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail;
    [all...]
gtest-internal.h 687 // Next, recurses (at compile time) with the tail of the type list.
688 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
718 // Next, recurses (at compile time) with the tail of the test list.
719 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types>
    [all...]

Completed in 777 milliseconds