Searched defs:tmp_stack (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.c611 char *tmp_stack=stack;
621 stack = tmp_stack;
702 char *tmp_stack=stack; local
716 stack = tmp_stack;
1060 char *tmp_stack=stack; local
1069 stack = tmp_stack;
H A Dnb_celp.c857 char *tmp_stack=stack; local
869 stack = tmp_stack;
1408 char *tmp_stack=stack; local
1416 stack = tmp_stack;
/external/speex/libspeex/
H A Dsb_celp.c611 char *tmp_stack=stack;
621 stack = tmp_stack;
702 char *tmp_stack=stack; local
716 stack = tmp_stack;
1060 char *tmp_stack=stack; local
1069 stack = tmp_stack;
H A Dnb_celp.c857 char *tmp_stack=stack; local
869 stack = tmp_stack;
1408 char *tmp_stack=stack; local
1416 stack = tmp_stack;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1382 int * tmp_stack = (int*) child_stack; local
1391 *(--tmp_stack) = (int) arg;
1392 *(--tmp_stack) = (int) fn;
1396 register void *__stack __asm__("r1") = tmp_stack;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h1298 int * tmp_stack = (int*) child_stack; local
1307 *(--tmp_stack) = (int) arg;
1308 *(--tmp_stack) = (int) fn;
1312 register void *__stack __asm__("r1") = tmp_stack;

Completed in 208 milliseconds