HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 676 - 700 of 2692) sorted by null

<<21222324252627282930>>

  /external/libffi/src/m32r/
ffi.c 32 /* ffi_prep_args is called by the assembly routine once stack
35 void ffi_prep_args(char *stack, extended_cif *ecif)
45 argp = stack;
  /external/libvpx/libvpx/build/make/
ads2gas.pl 39 # Stack of procedure names.
192 # REQUIRE8 Stack is required to be 8-byte aligned
195 # PRESERVE8 Stack 8-byte align is preserved
235 # Mark that this object doesn't need an executable stack.
236 printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 58 print '; parameter data pushed onto the stack. The'
60 print '; off the stack, usually via a RETF n instruction.'
  /external/openfst/src/include/fst/
dfs-visit.h 25 #include <stack>
72 // An Fst state's DFS stack state
104 stack<DfsState<Arc> *> state_stack; // DFS execution stack
  /external/openssl/crypto/perlasm/
x86nasm.pl 108 $::stack=4;
112 { $::stack=0;
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 73 section .note.GNU-stack noalloc noexec nowrite progbits
x86_main.asm 74 section .note.GNU-stack noalloc noexec nowrite progbits
  /external/speex/libspeex/
lsp.c 144 char *stack
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack)
219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack)
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
vq_sse.h 36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
  /external/v8/test/mjsunit/
error-constructors.js 37 ReferenceError.prototype.__defineSetter__('stack', fail);
44 assertTrue(e0.hasOwnProperty('stack'));
45 assertTrue(e1.hasOwnProperty('stack'));
75 desc = Object.getOwnPropertyDescriptor(e, 'stack');
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java 101 * Message compose buffer stack.
1062 private LengthRecordNode stack = null; field in class:PduComposer.BufferStack
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
Android.mk 25 $(LOCAL_PATH)/../stack/common \
  /hardware/qcom/camera/QCamera2/HAL3/
Android.mk 20 $(LOCAL_PATH)/../stack/common \
  /ndk/build/tools/
build-ndk-stack.sh 17 # This script is used to rebuild the host 'ndk-stack' tool from the
18 # sources under sources/host-tools/ndk-stack.
20 # Note: The tool is installed under prebuilt/$HOST_TAG/bin/ndk-stack
28 "This script is used to rebuild the host ndk-stack binary program."
44 PROGNAME=ndk-stack
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 37 import java.util.Stack;
71 Stack<Position> stack = new Stack<Position>(); local
75 stack.push(initPos);
77 while (!stack.empty()) {
78 Position p = stack.peek();
94 stack.pop();
123 stack.pop();
126 stack.pop()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h     [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 10 * is on the stack. The function's return value is a flag that tells
28 add sp, sp, #8 @ pop stack
85 add sp, sp, #8 @ pop stack
OP_EXECUTE_INLINE_RANGE.S 11 * is on the stack. The function's return value is a flag that tells
26 add sp, sp, #8 @ pop stack
79 add sp, sp, #8 @ pop stack
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 9 #include <stack>
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 338 stack = []
340 stack.append([val,
345 while len(stack) > 0:
346 pair = stack.pop()
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 125 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 241 void* stack[kMaxStackDepth]; member in struct:tcmalloc::StackTrace

Completed in 1782 milliseconds

<<21222324252627282930>>