Searched refs:tc (Results 1 - 25 of 501) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/tc/
H A DMakefile7 obj-$(CONFIG_TC) += tc.o tc-driver.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/tc/
H A DMakefile7 obj-$(CONFIG_TC) += tc.o tc-driver.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/tests/
H A Dminicheck.c28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); local
29 if (tc != NULL) {
30 tc->name = name;
32 return tc;
36 suite_add_tcase(Suite *suite, TCase *tc) argument
39 assert(tc != NULL);
40 assert(tc->next_tcase == NULL);
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
47 tcase_add_checked_fixture(TCase *tc, argument
57 tcase_add_test(TCase *tc, tcase_test_function test) argument
114 TCase *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/tests/
H A Dminicheck.c28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); local
29 if (tc != NULL) {
30 tc->name = name;
32 return tc;
36 suite_add_tcase(Suite *suite, TCase *tc) argument
39 assert(tc != NULL);
40 assert(tc->next_tcase == NULL);
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
47 tcase_add_checked_fixture(TCase *tc, argument
57 tcase_add_test(TCase *tc, tcase_test_function test) argument
114 TCase *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/tests/
H A Dminicheck.c28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); local
29 if (tc != NULL) {
30 tc->name = name;
32 return tc;
36 suite_add_tcase(Suite *suite, TCase *tc) argument
39 assert(tc != NULL);
40 assert(tc->next_tcase == NULL);
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
47 tcase_add_checked_fixture(TCase *tc, argument
57 tcase_add_test(TCase *tc, tcase_test_function test) argument
114 TCase *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/
H A Datmel_tclib.c47 struct atmel_tc *tc; local
52 list_for_each_entry(tc, &tc_list, node) {
53 if (tc->pdev->id == block) {
54 pdev = tc->pdev;
59 if (!pdev || tc->iomem)
67 tc->regs = ioremap(r->start, ATMEL_TC_IOMEM_SIZE);
68 if (!tc->regs)
71 tc->iomem = r;
75 return tc;
80 tc
93 atmel_tc_free(struct atmel_tc *tc) argument
108 struct atmel_tc *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/
H A Datmel_tclib.c47 struct atmel_tc *tc; local
52 list_for_each_entry(tc, &tc_list, node) {
53 if (tc->pdev->id == block) {
54 pdev = tc->pdev;
59 if (!pdev || tc->iomem)
67 tc->regs = ioremap(r->start, ATMEL_TC_IOMEM_SIZE);
68 if (!tc->regs)
71 tc->iomem = r;
75 return tc;
80 tc
93 atmel_tc_free(struct atmel_tc *tc) argument
108 struct atmel_tc *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c117 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
124 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
125 if (tc->flags & TALLOC_FLAG_FREE) {
131 return tc;
167 struct talloc_chunk *tc; local
173 tc = talloc_chunk_from_ptr(ptr);
174 while (tc->prev) tc
181 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
190 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
199 struct talloc_chunk *tc; local
247 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
280 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
312 struct talloc_chunk *tc; local
337 struct talloc_chunk *tc; local
425 struct talloc_chunk *tc, *new_tc; local
484 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
566 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
619 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
684 struct talloc_chunk *tc; local
761 struct talloc_chunk *tc; local
843 struct talloc_chunk *c, *tc; local
876 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); local
899 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
919 struct talloc_chunk *c, *tc; local
1219 struct talloc_chunk *tc; local
1343 struct talloc_chunk *tc; local
1358 struct talloc_chunk *tc; local
1382 struct talloc_chunk *tc; local
1406 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c117 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
124 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
125 if (tc->flags & TALLOC_FLAG_FREE) {
131 return tc;
167 struct talloc_chunk *tc; local
173 tc = talloc_chunk_from_ptr(ptr);
174 while (tc->prev) tc
181 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
190 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
199 struct talloc_chunk *tc; local
247 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
280 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
312 struct talloc_chunk *tc; local
337 struct talloc_chunk *tc; local
425 struct talloc_chunk *tc, *new_tc; local
484 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
566 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
619 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
684 struct talloc_chunk *tc; local
761 struct talloc_chunk *tc; local
843 struct talloc_chunk *c, *tc; local
876 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); local
899 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
919 struct talloc_chunk *c, *tc; local
1219 struct talloc_chunk *tc; local
1343 struct talloc_chunk *tc; local
1358 struct talloc_chunk *tc; local
1382 struct talloc_chunk *tc; local
1406 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c117 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
124 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
125 if (tc->flags & TALLOC_FLAG_FREE) {
131 return tc;
167 struct talloc_chunk *tc; local
173 tc = talloc_chunk_from_ptr(ptr);
174 while (tc->prev) tc
181 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
190 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
199 struct talloc_chunk *tc; local
247 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
280 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
312 struct talloc_chunk *tc; local
337 struct talloc_chunk *tc; local
425 struct talloc_chunk *tc, *new_tc; local
484 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
566 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
619 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
684 struct talloc_chunk *tc; local
761 struct talloc_chunk *tc; local
843 struct talloc_chunk *c, *tc; local
876 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); local
899 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
919 struct talloc_chunk *c, *tc; local
1219 struct talloc_chunk *tc; local
1343 struct talloc_chunk *tc; local
1358 struct talloc_chunk *tc; local
1382 struct talloc_chunk *tc; local
1406 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c140 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
231 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
232 if ((tc->flags & (~0xFFF)) == TALLOC_MAGIC_BASE) {
233 talloc_abort_magic(tc->flags & (~0xF));
237 if (tc->flags & TALLOC_FLAG_FREE) {
238 talloc_log("talloc: double free error - first free may be at %s\n", tc->name);
246 return tc;
282 struct talloc_chunk *tc; local
296 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
305 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
324 talloc_pool_objectcount(struct talloc_chunk *tc) argument
389 struct talloc_chunk *tc = NULL; local
444 struct talloc_chunk *tc; local
472 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
505 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
537 struct talloc_chunk *tc; local
564 struct talloc_chunk *tc; local
681 struct talloc_chunk *tc, *new_tc; local
738 struct talloc_chunk *tc; local
770 struct talloc_chunk *tc; local
802 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
884 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
937 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1037 struct talloc_chunk *tc; local
1112 struct talloc_chunk *tc; local
1144 struct talloc_chunk *tc; local
1258 struct talloc_chunk *c, *tc; local
1293 struct talloc_chunk *c, *tc; local
1325 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1345 struct talloc_chunk *c, *tc; local
1498 struct talloc_chunk *tc, *tc2; local
1912 struct talloc_chunk *tc; local
1931 struct talloc_chunk *tc; local
1955 struct talloc_chunk *tc; local
1979 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c140 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
231 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
232 if ((tc->flags & (~0xFFF)) == TALLOC_MAGIC_BASE) {
233 talloc_abort_magic(tc->flags & (~0xF));
237 if (tc->flags & TALLOC_FLAG_FREE) {
238 talloc_log("talloc: double free error - first free may be at %s\n", tc->name);
246 return tc;
282 struct talloc_chunk *tc; local
296 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
305 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
324 talloc_pool_objectcount(struct talloc_chunk *tc) argument
389 struct talloc_chunk *tc = NULL; local
444 struct talloc_chunk *tc; local
472 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
505 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
537 struct talloc_chunk *tc; local
564 struct talloc_chunk *tc; local
681 struct talloc_chunk *tc, *new_tc; local
738 struct talloc_chunk *tc; local
770 struct talloc_chunk *tc; local
802 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
884 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
937 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1037 struct talloc_chunk *tc; local
1112 struct talloc_chunk *tc; local
1144 struct talloc_chunk *tc; local
1258 struct talloc_chunk *c, *tc; local
1293 struct talloc_chunk *c, *tc; local
1325 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1345 struct talloc_chunk *c, *tc; local
1498 struct talloc_chunk *tc, *tc2; local
1912 struct talloc_chunk *tc; local
1931 struct talloc_chunk *tc; local
1955 struct talloc_chunk *tc; local
1979 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c140 #define TC_PTR_FROM_CHUNK(tc) ((void *)(TC_HDR_SIZE + (char*)tc))
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); local
231 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) {
232 if ((tc->flags & (~0xFFF)) == TALLOC_MAGIC_BASE) {
233 talloc_abort_magic(tc->flags & (~0xF));
237 if (tc->flags & TALLOC_FLAG_FREE) {
238 talloc_log("talloc: double free error - first free may be at %s\n", tc->name);
246 return tc;
282 struct talloc_chunk *tc; local
296 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
305 struct talloc_chunk *tc = talloc_parent_chunk(ptr); local
324 talloc_pool_objectcount(struct talloc_chunk *tc) argument
389 struct talloc_chunk *tc = NULL; local
444 struct talloc_chunk *tc; local
472 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
505 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
537 struct talloc_chunk *tc; local
564 struct talloc_chunk *tc; local
681 struct talloc_chunk *tc, *new_tc; local
738 struct talloc_chunk *tc; local
770 struct talloc_chunk *tc; local
802 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
884 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
937 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1037 struct talloc_chunk *tc; local
1112 struct talloc_chunk *tc; local
1144 struct talloc_chunk *tc; local
1258 struct talloc_chunk *c, *tc; local
1293 struct talloc_chunk *c, *tc; local
1325 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); local
1345 struct talloc_chunk *c, *tc; local
1498 struct talloc_chunk *tc, *tc2; local
1912 struct talloc_chunk *tc; local
1931 struct talloc_chunk *tc; local
1955 struct talloc_chunk *tc; local
1979 struct talloc_chunk *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ns9xxx/
H A Dtime-ns9360.c45 u32 tc = __raw_readl(SYS_TC(TIMER_CLOCKEVENT)); local
50 REGSET(tc, SYS_TCx, REN, EN);
51 REGSET(tc, SYS_TCx, INTS, EN);
52 REGSET(tc, SYS_TCx, TEN, EN);
56 REGSET(tc, SYS_TCx, REN, DIS);
57 REGSET(tc, SYS_TCx, INTS, EN);
65 REGSET(tc, SYS_TCx, TEN, DIS);
69 __raw_writel(tc, SYS_TC(TIMER_CLOCKEVENT));
75 u32 tc = __raw_readl(SYS_TC(TIMER_CLOCKEVENT)); local
77 if (REGGET(tc, SYS_TC
102 u32 tc; local
130 int tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dtime-ns9360.c45 u32 tc = __raw_readl(SYS_TC(TIMER_CLOCKEVENT)); local
50 REGSET(tc, SYS_TCx, REN, EN);
51 REGSET(tc, SYS_TCx, INTS, EN);
52 REGSET(tc, SYS_TCx, TEN, EN);
56 REGSET(tc, SYS_TCx, REN, DIS);
57 REGSET(tc, SYS_TCx, INTS, EN);
65 REGSET(tc, SYS_TCx, TEN, DIS);
69 __raw_writel(tc, SYS_TC(TIMER_CLOCKEVENT));
75 u32 tc = __raw_readl(SYS_TC(TIMER_CLOCKEVENT)); local
77 if (REGGET(tc, SYS_TC
102 u32 tc; local
130 int tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dtcp.c83 u32 rds_tcp_snd_nxt(struct rds_tcp_connection *tc) argument
85 return tcp_sk(tc->t_sock->sk)->snd_nxt;
88 u32 rds_tcp_snd_una(struct rds_tcp_connection *tc) argument
90 return tcp_sk(tc->t_sock->sk)->snd_una;
94 struct rds_tcp_connection *tc)
96 rdsdebug("restoring sock %p callbacks from tc %p\n", sock, tc);
101 list_del_init(&tc->t_list_item);
105 tc->t_sock = NULL;
107 sock->sk->sk_write_space = tc
93 rds_tcp_restore_callbacks(struct socket *sock, struct rds_tcp_connection *tc) argument
122 struct rds_tcp_connection *tc = conn->c_transport_data; local
156 struct rds_tcp_connection *tc; local
200 struct rds_tcp_connection *tc; local
223 struct rds_tcp_connection *tc = arg; local
230 struct rds_tcp_connection *tc, *_tc; local
[all...]
H A Dtcp_connect.c44 struct rds_tcp_connection *tc; local
52 tc = conn->c_transport_data;
53 state_change = tc->t_orig_state_change;
55 rdsdebug("sock %p state_change to %d\n", tc->t_sock, sk->sk_state);
132 struct rds_tcp_connection *tc = conn->c_transport_data; local
133 struct socket *sock = tc->t_sock;
135 rdsdebug("shutting down conn %p tc %p sock %p\n", conn, tc, sock);
140 rds_tcp_restore_callbacks(sock, tc); /* tc
[all...]
H A Dtcp_send.c53 struct rds_tcp_connection *tc = conn->c_transport_data; local
55 rds_tcp_cork(tc->t_sock, 1);
60 struct rds_tcp_connection *tc = conn->c_transport_data; local
62 rds_tcp_cork(tc->t_sock, 0);
86 struct rds_tcp_connection *tc = conn->c_transport_data; local
95 ret = rds_tcp_sendmsg(tc->t_sock,
112 ret = tc->t_sock->ops->sendpage(tc->t_sock,
133 struct rds_tcp_connection *tc = conn->c_transport_data; local
142 tc
225 struct rds_tcp_connection *tc; local
[all...]
H A Dtcp_recv.c180 struct rds_tcp_connection *tc = conn->c_transport_data; local
181 struct rds_tcp_incoming *tinc = tc->t_tinc;
185 rdsdebug("tcp data tc %p skb %p offset %u len %zu\n", tc, skb, offset,
200 tc->t_tinc = tinc;
206 if (left && tc->t_tinc_hdr_rem) {
207 to_copy = min(tc->t_tinc_hdr_rem, left);
213 tc->t_tinc_hdr_rem,
215 tc->t_tinc_hdr_rem -= to_copy;
219 if (tc
273 struct rds_tcp_connection *tc = conn->c_transport_data; local
302 struct rds_tcp_connection *tc = conn->c_transport_data; local
319 struct rds_tcp_connection *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dtcp.c83 u32 rds_tcp_snd_nxt(struct rds_tcp_connection *tc) argument
85 return tcp_sk(tc->t_sock->sk)->snd_nxt;
88 u32 rds_tcp_snd_una(struct rds_tcp_connection *tc) argument
90 return tcp_sk(tc->t_sock->sk)->snd_una;
94 struct rds_tcp_connection *tc)
96 rdsdebug("restoring sock %p callbacks from tc %p\n", sock, tc);
101 list_del_init(&tc->t_list_item);
105 tc->t_sock = NULL;
107 sock->sk->sk_write_space = tc
93 rds_tcp_restore_callbacks(struct socket *sock, struct rds_tcp_connection *tc) argument
122 struct rds_tcp_connection *tc = conn->c_transport_data; local
156 struct rds_tcp_connection *tc; local
200 struct rds_tcp_connection *tc; local
223 struct rds_tcp_connection *tc = arg; local
230 struct rds_tcp_connection *tc, *_tc; local
[all...]
H A Dtcp_connect.c44 struct rds_tcp_connection *tc; local
52 tc = conn->c_transport_data;
53 state_change = tc->t_orig_state_change;
55 rdsdebug("sock %p state_change to %d\n", tc->t_sock, sk->sk_state);
132 struct rds_tcp_connection *tc = conn->c_transport_data; local
133 struct socket *sock = tc->t_sock;
135 rdsdebug("shutting down conn %p tc %p sock %p\n", conn, tc, sock);
140 rds_tcp_restore_callbacks(sock, tc); /* tc
[all...]
H A Dtcp_send.c53 struct rds_tcp_connection *tc = conn->c_transport_data; local
55 rds_tcp_cork(tc->t_sock, 1);
60 struct rds_tcp_connection *tc = conn->c_transport_data; local
62 rds_tcp_cork(tc->t_sock, 0);
86 struct rds_tcp_connection *tc = conn->c_transport_data; local
95 ret = rds_tcp_sendmsg(tc->t_sock,
112 ret = tc->t_sock->ops->sendpage(tc->t_sock,
133 struct rds_tcp_connection *tc = conn->c_transport_data; local
142 tc
225 struct rds_tcp_connection *tc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Darc4.c40 unsigned char tc; local
44 tc = arc4_state_out[ind];
46 arc4_state_out[j] = tc;
64 unsigned char tc; local
70 tc = arc4_state_inout[index_i];
72 arc4_state_inout[index_j] = tc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Darc4.c40 unsigned char tc; local
44 tc = arc4_state_out[ind];
46 arc4_state_out[j] = tc;
64 unsigned char tc; local
70 tc = arc4_state_inout[index_i];
72 arc4_state_inout[index_j] = tc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Darc4.c40 unsigned char tc; local
44 tc = arc4_state_out[ind];
46 arc4_state_out[j] = tc;
64 unsigned char tc; local
70 tc = arc4_state_inout[index_i];
72 arc4_state_inout[index_j] = tc;

Completed in 225 milliseconds

1234567891011>>