Searched
refs:stack (Results
351 -
375 of
965) sorted by null
<<11121314151617181920>>
/build/core/ |
armelf.x | 192 into a random section. If _stack is not absolutely with .stack section, 197 .stack 0x80000 : 200 *(.stack) 203 /DISCARD/ : { *(.note.GNU-stack) }
|
/external/chromium/webkit/glue/ |
dom_serializer_unittest.cc | 55 std::vector<WebFrame*> stack; 56 stack.push_back(web_view->mainFrame()); 58 while (!stack.empty()) { 59 WebFrame* current_frame = stack.back(); 60 stack.pop_back(); 74 stack.push_back(sub_frame); [all...] |
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x4_neon.asm | 23 ; stack(lr) int dst_pitch 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance16x16s_neon.asm | 36 ldr lr, [sp, #4] ;load *sse from stack 138 ldr lr, [sp, #4] ;load *sse from stack 233 ldr lr, [sp, #4] ;load *sse from stack 342 ; stack unsigned char *dst_ptr, 343 ; stack int dst_pixels_per_line, 344 ; stack unsigned int *sse 353 ldr r4, [sp, #8] ;load *dst_ptr from stack 354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack 355 ldr lr, [sp, #16] ;load *sse from stack 364 sub sp, sp, #256 ;reserve space on stack for temporary storag [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local 247 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0) 305 // if state is final, pop up stack 306 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local 307 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) { 308 int prefix_id = PopPrefix(stack); 309 const PrefixTuple& top = stack.Top(); 386 // \brief Tuple of fst_id and destination state (entry in stack prefix) 395 // \brief Container for stack prefix. 427 // \brief Compare two stack prefix classes for equalit [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 126 test = new TestBase("Test without function on stack"); 130 test = new TestBase("Test with function on stack"); 134 test = new TestBase("Test with function on stack and with constructor frame");
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.x | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xbn | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xc | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xn | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xs | 187 .stack 0x80000 : 190 *(.stack) 194 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xw | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) }
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/ |
armelf.x | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xbn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xc | 204 .stack 0x80000 : 207 *(.stack) 211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xs | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xsc | 197 .stack 0x80000 : 200 *(.stack) 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xsw | 197 .stack 0x80000 : 200 *(.stack) 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xw | 204 .stack 0x80000 : 207 *(.stack) 211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/ |
armelf.x | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xbn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xc | 204 .stack 0x80000 : 207 *(.stack) 211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
armelf.xs | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
Completed in 1019 milliseconds
<<11121314151617181920>>