Searched refs:next (Results 151 - 175 of 4898) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dmmu_context.h77 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
80 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));
81 update_mm(next, tsk);
84 atomic_inc(&next->context.attach_count);
86 if (next->context.flush_mm)
87 __tlb_flush_mm(next);
94 struct mm_struct *next)
96 switch_mm(prev, next, current);
93 activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpnm_parser.c32 int next; local
66 next = END_NOT_FOUND;
68 next = pnmctx.bytestream - pnmctx.bytestream_start
71 next -= pc->index;
72 if (next > buf_size)
73 next = END_NOT_FOUND;
76 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
83 return next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dtree.h48 * @param next If next is not NULL, then next[0] will contain the previous
49 * element and next[1] the next element. If either does not exist,
50 * then the corresponding entry in next is unchanged.
54 void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
58 * If *next is NULL, then the supplied element will be removed if it exists.
59 * If *next is not NULL, then the supplied element will be inserted, unless
64 * @param next Use
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpnm_parser.c32 int next; local
66 next = END_NOT_FOUND;
68 next = pnmctx.bytestream - pnmctx.bytestream_start
71 next -= pc->index;
72 if (next > buf_size)
73 next = END_NOT_FOUND;
76 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
83 return next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem_64.h24 struct task_struct *next,
27 #define switch_to(prev,next,last) \
29 if (last_task_used_math != next) { \
30 struct pt_regs *regs = next->thread.uregs; \
33 last = sh64_switch_to(prev, &prev->thread, next, \
34 &next->thread); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtime.c87 unsigned long next; local
89 next = get_linux_timer();
92 while ((signed long)(get_ccount() - next) > 0) {
105 next += CCOUNT_PER_JIFFY;
106 set_linux_timer(next);
117 if ((signed long)(get_ccount() - next) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
50 lzma_delta_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
53 next->code = &delta_decode;
54 return lzma_delta_coder_init(next, allocator, filters);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/simple/
H A Darm.c48 arm_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
51 return lzma_simple_coder_init(next, allocator, filters,
57 lzma_simple_arm_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
60 return arm_coder_init(next, allocator, filters, true);
65 lzma_simple_arm_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
68 return arm_coder_init(next, allocator, filters, false);
H A Darmthumb.c53 armthumb_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
56 return lzma_simple_coder_init(next, allocator, filters,
62 lzma_simple_armthumb_encoder_init(lzma_next_coder *next, argument
65 return armthumb_coder_init(next, allocator, filters, true);
70 lzma_simple_armthumb_decoder_init(lzma_next_coder *next, argument
73 return armthumb_coder_init(next, allocator, filters, false);
H A Dpowerpc.c52 powerpc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
55 return lzma_simple_coder_init(next, allocator, filters,
61 lzma_simple_powerpc_encoder_init(lzma_next_coder *next, argument
64 return powerpc_coder_init(next, allocator, filters, true);
69 lzma_simple_powerpc_decoder_init(lzma_next_coder *next, argument
72 return powerpc_coder_init(next, allocator, filters, false);
H A Dsparc.c60 sparc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
63 return lzma_simple_coder_init(next, allocator, filters,
69 lzma_simple_sparc_encoder_init(lzma_next_coder *next, argument
72 return sparc_coder_init(next, allocator, filters, true);
77 lzma_simple_sparc_decoder_init(lzma_next_coder *next, argument
80 return sparc_coder_init(next, allocator, filters, false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dcacerts.c90 const char *next = data; local
103 data = strstr(next, "-----BEGIN CERTIFICATE-----");
107 next = strstr(data, "-----END CERTIFICATE-----");
108 if (!next)
110 len = (next - data + 3) / 4 * 3;
128 data = next + 25;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dcacerts.c90 const char *next = data; local
103 data = strstr(next, "-----BEGIN CERTIFICATE-----");
107 next = strstr(data, "-----END CERTIFICATE-----");
108 if (!next)
110 len = (next - data + 3) / 4 * 3;
128 data = next + 25;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dcheck_desc.c37 blk_t next; local
42 next = block + fs->super->s_blocks_per_group;
48 fs->group_desc[i].bg_block_bitmap >= next)
55 fs->group_desc[i].bg_inode_bitmap >= next)
63 fs->inode_blocks_per_group) >= next))
66 block = next;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
50 lzma_delta_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
53 next->code = &delta_decode;
54 return lzma_delta_coder_init(next, allocator, filters);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/simple/
H A Darm.c48 arm_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
51 return lzma_simple_coder_init(next, allocator, filters,
57 lzma_simple_arm_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
60 return arm_coder_init(next, allocator, filters, true);
65 lzma_simple_arm_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
68 return arm_coder_init(next, allocator, filters, false);
H A Darmthumb.c53 armthumb_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
56 return lzma_simple_coder_init(next, allocator, filters,
62 lzma_simple_armthumb_encoder_init(lzma_next_coder *next, argument
65 return armthumb_coder_init(next, allocator, filters, true);
70 lzma_simple_armthumb_decoder_init(lzma_next_coder *next, argument
73 return armthumb_coder_init(next, allocator, filters, false);
H A Dpowerpc.c52 powerpc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
55 return lzma_simple_coder_init(next, allocator, filters,
61 lzma_simple_powerpc_encoder_init(lzma_next_coder *next, argument
64 return powerpc_coder_init(next, allocator, filters, true);
69 lzma_simple_powerpc_decoder_init(lzma_next_coder *next, argument
72 return powerpc_coder_init(next, allocator, filters, false);
H A Dsparc.c60 sparc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
63 return lzma_simple_coder_init(next, allocator, filters,
69 lzma_simple_sparc_encoder_init(lzma_next_coder *next, argument
72 return sparc_coder_init(next, allocator, filters, true);
77 lzma_simple_sparc_decoder_init(lzma_next_coder *next, argument
80 return sparc_coder_init(next, allocator, filters, false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dgup.c61 unsigned long next; local
68 next = pmd_addr_end(addr, end);
73 addr, next, write, pages, nr))
75 } else if (!gup_pte_range(pmd, addr, next, write, pages, nr))
77 } while (pmdp++, addr = next, addr != end);
85 unsigned long next; local
92 next = pud_addr_end(addr, end);
97 addr, next, write, pages, nr))
99 } else if (!gup_pmd_range(pud, addr, next, write, pages, nr))
101 } while (pudp++, addr = next, add
111 unsigned long next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_iface.c39 struct listen_struct *next; member in struct:listen_struct
52 ap->next = protocol_list;
69 protocol_list = protocol->next;
73 while (protocol != NULL && protocol->next != NULL) {
74 if (protocol->next->pid == pid) {
75 s = protocol->next;
76 protocol->next = protocol->next->next;
80 protocol = protocol->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlist.c33 struct _xmlLink *next; member in struct:_xmlLink
61 (lk->prev)->next = lk->next;
62 (lk->next)->prev = lk->prev;
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
206 l->sentinel->next = l->sentinel;
289 lkNew->next = lkPlace->next;
290 (lkPlace->next)
430 xmlLinkPtr next = lk->next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_yadif_init.c29 void *next, int w, int prefs,
32 void *next, int w, int prefs,
35 void *next, int w, int prefs,
39 void *next, int w, int prefs,
42 void *next, int w, int prefs,
45 void *next, int w, int prefs,
48 void *next, int w, int prefs,
52 void *next, int w, int prefs,
55 void *next, int w, int prefs,
58 void *next, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkprobes.c125 * Calculate what the PC will be after executing next instruction
133 u8 opc, *pc, *sp, *next; local
135 next = 0;
144 next = pc + size;
152 next = pc + x8;
160 next = pc + x16;
168 next = pc + x32;
174 next = (u8 *)regs->mdr;
183 next = (u8 *)x32;
189 next
274 u8 opc, *pc, *sp, *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlist.c33 struct _xmlLink *next; member in struct:_xmlLink
61 (lk->prev)->next = lk->next;
62 (lk->next)->prev = lk->prev;
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
206 l->sentinel->next = l->sentinel;
289 lkNew->next = lkPlace->next;
290 (lkPlace->next)
430 xmlLinkPtr next = lk->next; local
[all...]

Completed in 137 milliseconds

1234567891011>>