Searched refs:last_node (Results 1 - 25 of 34) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dropbox_client/
H A Dmem_pool.h18 list_node *last_node; member in struct:_manager_node
H A Dmem_pool.c72 manager_list[i].last_node=rear[i];
74 manager_list[i].addr_end=(unsigned int)(manager_list[i].last_node->addr);
75 //printf("the manager_list[%d] \tstart addr is%x and end addr is %x\n\n",i,(unsigned int)(unsigned int)(manager_list[i].start_node->addr),(unsigned int)(manager_list[i].last_node->addr));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dropbox_client/
H A Dmem_pool.h18 list_node *last_node; member in struct:_manager_node
H A Dmem_pool.c72 manager_list[i].last_node=rear[i];
74 manager_list[i].addr_end=(unsigned int)(manager_list[i].last_node->addr);
75 //printf("the manager_list[%d] \tstart addr is%x and end addr is %x\n\n",i,(unsigned int)(unsigned int)(manager_list[i].start_node->addr),(unsigned int)(manager_list[i].last_node->addr));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dropbox_client/
H A Dmem_pool.h18 list_node *last_node; member in struct:_manager_node
H A Dmem_pool.c72 manager_list[i].last_node=rear[i];
74 manager_list[i].addr_end=(unsigned int)(manager_list[i].last_node->addr);
75 //printf("the manager_list[%d] \tstart addr is%x and end addr is %x\n\n",i,(unsigned int)(unsigned int)(manager_list[i].start_node->addr),(unsigned int)(manager_list[i].last_node->addr));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Duuid.c141 static char last_node[6] = { 0, 0, 0, 0, 0, 0 }; local
170 if(memcmp(last_node, uuid_out+10, 6) != 0)
173 memcpy(last_node, uuid_out+10, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Duuid.c141 static char last_node[6] = { 0, 0, 0, 0, 0, 0 }; local
170 if(memcmp(last_node, uuid_out+10, 6) != 0)
173 memcpy(last_node, uuid_out+10, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Duuid.c141 static char last_node[6] = { 0, 0, 0, 0, 0, 0 }; local
170 if(memcmp(last_node, uuid_out+10, 6) != 0)
173 memcpy(last_node, uuid_out+10, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dmalloc.c216 p = &jeb->last_node;
221 /* If jeb->last_node is really a valid node then skip over it */
242 dbg_memalloc("Reserved %d refs for block @0x%08x, last_node is %p (%08x,%p)\n",
243 nr, jeb->offset, jeb->last_node, jeb->last_node->flash_offset,
244 jeb->last_node->next_in_ino);
H A Dnodelist.c518 c->blocks[i].first_node = c->blocks[i].last_node = NULL;
617 ref = jeb->last_node;
638 uint32_t last_len = ref_totlen(c, jeb, jeb->last_node);
642 ref_offset(jeb->last_node),
643 ref_offset(jeb->last_node)+last_len);
646 jeb->last_node = ref;
695 if (jeb->last_node && ref_obsolete(jeb->last_node)) {
697 jeb->last_node->__totlen += size;
728 if (unlikely(ref != jeb->last_node)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dmalloc.c216 p = &jeb->last_node;
221 /* If jeb->last_node is really a valid node then skip over it */
242 dbg_memalloc("Reserved %d refs for block @0x%08x, last_node is %p (%08x,%p)\n",
243 nr, jeb->offset, jeb->last_node, jeb->last_node->flash_offset,
244 jeb->last_node->next_in_ino);
H A Dnodelist.c518 c->blocks[i].first_node = c->blocks[i].last_node = NULL;
617 ref = jeb->last_node;
638 uint32_t last_len = ref_totlen(c, jeb, jeb->last_node);
642 ref_offset(jeb->last_node),
643 ref_offset(jeb->last_node)+last_len);
646 jeb->last_node = ref;
695 if (jeb->last_node && ref_obsolete(jeb->last_node)) {
697 jeb->last_node->__totlen += size;
728 if (unlikely(ref != jeb->last_node)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dmdesc.c388 u64 last_node = hp->mdesc.node_sz / 16; local
393 } else if (from_node >= last_node) {
399 while (ret < last_node) {
406 if (ret >= last_node)
416 u64 last_node = hp->mdesc.node_sz / 16; local
420 if (node == MDESC_NODE_NULL || node >= last_node)
462 u64 last_node = hp->mdesc.node_sz / 16; local
464 if (from == MDESC_NODE_NULL || from >= last_node)
498 u64 last_node = hp->mdesc.node_sz / 16; local
500 if (node == MDESC_NODE_NULL || node >= last_node)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dmdesc.c388 u64 last_node = hp->mdesc.node_sz / 16; local
393 } else if (from_node >= last_node) {
399 while (ret < last_node) {
406 if (ret >= last_node)
416 u64 last_node = hp->mdesc.node_sz / 16; local
420 if (node == MDESC_NODE_NULL || node >= last_node)
462 u64 last_node = hp->mdesc.node_sz / 16; local
464 if (from == MDESC_NODE_NULL || from >= last_node)
498 u64 last_node = hp->mdesc.node_sz / 16; local
500 if (node == MDESC_NODE_NULL || node >= last_node)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Ddb-gdbm.c85 struct tag_playlistentry *last_node; /**< Make a tail add o(1) */ member in struct:tag_playlist
692 pnew->last_node=NULL;
758 if(current->last_node) {
759 current->last_node->next = pnew;
763 current->last_node=pnew;
1681 if(pcurrent->last_node == phead)
1682 pcurrent->last_node = ptail;
1687 pcurrent->last_node=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Ddb-gdbm.c85 struct tag_playlistentry *last_node; /**< Make a tail add o(1) */ member in struct:tag_playlist
692 pnew->last_node=NULL;
758 if(current->last_node) {
759 current->last_node->next = pnew;
763 current->last_node=pnew;
1681 if(pcurrent->last_node == phead)
1682 pcurrent->last_node = ptail;
1687 pcurrent->last_node=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Ddb-gdbm.c85 struct tag_playlistentry *last_node; /**< Make a tail add o(1) */ member in struct:tag_playlist
692 pnew->last_node=NULL;
758 if(current->last_node) {
759 current->last_node->next = pnew;
763 current->last_node=pnew;
1681 if(pcurrent->last_node == phead)
1682 pcurrent->last_node = ptail;
1687 pcurrent->last_node=NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_webmon.c190 queue_node *last_node = q->last; local
191 while (last_node != NULL) {
192 queue_node *previous_node = last_node->previous;
193 free(last_node->value);
194 free(last_node);
195 last_node = previous_node;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_webmon.c190 queue_node *last_node = q->last; local
191 while (last_node != NULL) {
192 queue_node *previous_node = last_node->previous;
193 free(last_node->value);
194 free(last_node);
195 last_node = previous_node;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregexec.c35 re_dfastate_t **limited_sts, Idx last_node,
164 Idx top_str, Idx last_node, Idx last_str,
870 mctx.last_node = check_halt_state_context (&mctx, pstate,
983 halt_node = mctx->last_node;
1052 mctx->last_node = halt_node;
1478 if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
1640 transit to the last_node and the last_node itself. */
1641 err = re_node_set_init_1 (&cur_dest, sctx->last_node);
2185 if (node == sctx->last_node
2917 check_arrival(re_match_context_t *mctx, state_array_t *path, Idx top_node, Idx top_str, Idx last_node, Idx last_str, int type) argument
4402 sift_ctx_init(re_sift_context_t *sctx, re_dfastate_t **sifted_sts, re_dfastate_t **limited_sts, Idx last_node, Idx last_str_idx) argument
[all...]
H A Dregex_internal.h657 Idx last_node; member in struct:__anon10381
675 Idx last_node; member in struct:__anon10382
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregexec.c35 re_dfastate_t **limited_sts, Idx last_node,
164 Idx top_str, Idx last_node, Idx last_str,
870 mctx.last_node = check_halt_state_context (&mctx, pstate,
983 halt_node = mctx->last_node;
1052 mctx->last_node = halt_node;
1478 if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
1640 transit to the last_node and the last_node itself. */
1641 err = re_node_set_init_1 (&cur_dest, sctx->last_node);
2185 if (node == sctx->last_node
2917 check_arrival(re_match_context_t *mctx, state_array_t *path, Idx top_node, Idx top_str, Idx last_node, Idx last_str, int type) argument
4402 sift_ctx_init(re_sift_context_t *sctx, re_dfastate_t **sifted_sts, re_dfastate_t **limited_sts, Idx last_node, Idx last_str_idx) argument
[all...]
H A Dregex_internal.h657 Idx last_node; member in struct:__anon289
675 Idx last_node; member in struct:__anon290
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregexec.c35 re_dfastate_t **limited_sts, Idx last_node,
164 Idx top_str, Idx last_node, Idx last_str,
870 mctx.last_node = check_halt_state_context (&mctx, pstate,
983 halt_node = mctx->last_node;
1052 mctx->last_node = halt_node;
1478 if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
1640 transit to the last_node and the last_node itself. */
1641 err = re_node_set_init_1 (&cur_dest, sctx->last_node);
2185 if (node == sctx->last_node
2917 check_arrival(re_match_context_t *mctx, state_array_t *path, Idx top_node, Idx top_str, Idx last_node, Idx last_str, int type) argument
4402 sift_ctx_init(re_sift_context_t *sctx, re_dfastate_t **sifted_sts, re_dfastate_t **limited_sts, Idx last_node, Idx last_str_idx) argument
[all...]

Completed in 2091 milliseconds

12