Searched refs:stackp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dreloc.c174 rvalue *stackp = NULL; local
259 stackp = &dlthis->relstk[top];
338 if (stackp != NULL)
339 val += *stackp;
342 if (stackp != NULL)
343 val = *stackp - val;
349 if (stackp != NULL)
350 val *= *stackp;
353 if (stackp != NULL)
354 val = *stackp / va
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c78 unsigned char *stackp; local
216 stackp = de_stack;
234 *--stackp = (unsigned char) finchar;
240 *--stackp = tab_suffixof(code);
245 *--stackp = (unsigned char) finchar;
251 i = de_stack - stackp;
259 memcpy(outbuf + outpos, stackp, i);
269 stackp += i;
270 i = de_stack - stackp;
273 memcpy(outbuf + outpos, stackp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dematch.c488 int stackp = 0, match_idx = 0, res = 0; local
497 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK))
500 stack[stackp++] = match_idx;
514 if (stackp > 0) {
515 match_idx = stack[--stackp];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/
H A DMakefile77 stackp-y := -fstack-protector
78 KBUILD_CFLAGS += $(stackp-y)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstackframe.h117 .macro set_saved_sp stackp temp temp2
120 LONG_S \stackp, kernelsp(\temp) variable
150 .macro set_saved_sp stackp temp temp2
151 LONG_S \stackp, kernelsp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c1102 struct stack_block *stackp; member in struct:stackmark
1109 static struct stack_block *stackp = &stackbase; variable in typeref:struct:stack_block
1174 sp->prev = stackp;
1178 stackp = sp;
1191 if (!p || (stacknxt < (char *)p) || ((char *)p < stackp->space)) {
1213 mark->stackp = stackp;
1225 if (!mark->stackp)
1230 while (stackp != mark->stackp) {
[all...]

Completed in 128 milliseconds