Searched refs:After (Results 1 - 25 of 127) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/ubiqx/
H A Dubi_sLinkList.c54 * Added parameter <After> in function Insert(). Made necessary changes
125 ubi_slNodePtr After )
132 * After - Pointer to a list in a node after which the new node
142 After = After ? After : (ubi_slNodePtr)ListPtr;
143 New->Next = After->Next;
144 After->Next = New;
151 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After )
153 * Remove the node followng <After>
[all...]
H A Dubi_dLinkList.c58 * macro, which was passing the wrong value for <After> to Insert().
100 ubi_dlNodePtr After )
107 * After - NULL, or a pointer to a node that is already in the
110 * list, else it will be added following <After>.
118 ubi_dlNodePtr PredNode = After ? After : (ubi_dlNodePtr)ListPtr;
121 New->Prev = After;
H A Dubi_sLinkList.h56 * Added parameter <After> in function Insert(). Made necessary changes
214 ubi_slNodePtr After );
221 * After - Pointer to a list in a node after which the new node
231 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After );
233 * Remove the node followng <After>. If <After> is NULL, remove from the
238 * After - Pointer to the node preceeding the node to be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/ubiqx/
H A Dubi_sLinkList.c54 * Added parameter <After> in function Insert(). Made necessary changes
125 ubi_slNodePtr After )
132 * After - Pointer to a list in a node after which the new node
142 After = After ? After : (ubi_slNodePtr)ListPtr;
143 New->Next = After->Next;
144 After->Next = New;
151 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After )
153 * Remove the node followng <After>
[all...]
H A Dubi_dLinkList.c58 * macro, which was passing the wrong value for <After> to Insert().
100 ubi_dlNodePtr After )
107 * After - NULL, or a pointer to a node that is already in the
110 * list, else it will be added following <After>.
118 ubi_dlNodePtr PredNode = After ? After : (ubi_dlNodePtr)ListPtr;
121 New->Prev = After;
H A Dubi_sLinkList.h56 * Added parameter <After> in function Insert(). Made necessary changes
214 ubi_slNodePtr After );
221 * After - Pointer to a list in a node after which the new node
231 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After );
233 * Remove the node followng <After>. If <After> is NULL, remove from the
238 * After - Pointer to the node preceeding the node to be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/ubiqx/
H A Dubi_sLinkList.c54 * Added parameter <After> in function Insert(). Made necessary changes
125 ubi_slNodePtr After )
132 * After - Pointer to a list in a node after which the new node
142 After = After ? After : (ubi_slNodePtr)ListPtr;
143 New->Next = After->Next;
144 After->Next = New;
151 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After )
153 * Remove the node followng <After>
[all...]
H A Dubi_dLinkList.c58 * macro, which was passing the wrong value for <After> to Insert().
100 ubi_dlNodePtr After )
107 * After - NULL, or a pointer to a node that is already in the
110 * list, else it will be added following <After>.
118 ubi_dlNodePtr PredNode = After ? After : (ubi_dlNodePtr)ListPtr;
121 New->Prev = After;
H A Dubi_sLinkList.h56 * Added parameter <After> in function Insert(). Made necessary changes
214 ubi_slNodePtr After );
221 * After - Pointer to a list in a node after which the new node
231 ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After );
233 * Remove the node followng <After>. If <After> is NULL, remove from the
238 * After - Pointer to the node preceeding the node to be
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s20 add #2, r1 ! After loop
42 add #3, r1 ! After loop
65 add #2, r1 ! After loop
92 add #2, r1 ! After loop
120 add #2, r1 ! After loop
155 add #3, r1 ! After loop
176 add #2, r1 ! After loop
198 add #2, r1 ! After loop
221 add #2, r1 ! After loop
245 add #2, r1 ! After loo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s20 add #2, r1 ! After loop
42 add #3, r1 ! After loop
65 add #2, r1 ! After loop
92 add #2, r1 ! After loop
120 add #2, r1 ! After loop
155 add #3, r1 ! After loop
176 add #2, r1 ! After loop
198 add #2, r1 ! After loop
221 add #2, r1 ! After loop
245 add #2, r1 ! After loo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s20 add #2, r1 ! After loop
42 add #3, r1 ! After loop
65 add #2, r1 ! After loop
92 add #2, r1 ! After loop
120 add #2, r1 ! After loop
155 add #3, r1 ! After loop
176 add #2, r1 ! After loop
198 add #2, r1 ! After loop
221 add #2, r1 ! After loop
245 add #2, r1 ! After loo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java10 import org.junit.After;
42 @After public void PerTestShutdown()
H A DCallbackTest.java18 import org.junit.After;
55 @After public void PerTestShutdown()
H A DLogCursorTest.java11 import org.junit.After;
44 @After public void PerTestShutdown()
H A DVerboseConfigTest.java9 import org.junit.After;
43 @After public void PerTestShutdown()
H A DAppendRecnoTest.java16 import org.junit.After;
55 @After public void PerTestShutdown()
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java10 import org.junit.After;
42 @After public void PerTestShutdown()
H A DCallbackTest.java18 import org.junit.After;
55 @After public void PerTestShutdown()
H A DLogCursorTest.java11 import org.junit.After;
44 @After public void PerTestShutdown()
H A DVerboseConfigTest.java9 import org.junit.After;
43 @After public void PerTestShutdown()
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java10 import org.junit.After;
42 @After public void PerTestShutdown()
H A DCallbackTest.java18 import org.junit.After;
55 @After public void PerTestShutdown()
H A DLogCursorTest.java11 import org.junit.After;
44 @After public void PerTestShutdown()
H A DVerboseConfigTest.java9 import org.junit.After;
43 @After public void PerTestShutdown()

Completed in 132 milliseconds

123456