HomeSort by relevance Sort by last modified time
    Searched refs:Stack (Results 251 - 275 of 334) sorted by null

<<11121314

  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 366 @ stack = CurBufferWidth <UWORD32>, psad <UWORD32 *>
453 @ stack = RefBufferWidth <UWORD32>, CurBufferWidth <UWORD32>, psad <UWORD32 *>
570 stmfd sp!, {r4-r11, lr} @store register values to stack
675 ldmfd sp!, {r4-r11, pc} @Restoring registers from stack
721 stmfd sp!, {r12, r14} @store register values to stack
763 ldmfd sp!, {r12, pc} @Restoring registers from stack
785 @ stack = psad <UWORD32 *> {at 0x34}
958 @ STACk :Threshold,distotion,is_nonzero
963 @* Stack Usage :
986 @ADD SP,SP,#40 ;decrement stack pointer,to accomodate two variable
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 193 ; into registers at the start, and make no other use of the stack. Luckily that
197 ; %1 = number of arguments. loads them from stack if needed.
200 ; %4 = (optional) stack size to be allocated. The stack will be aligned before
201 ; allocating the specified stack size. If the required stack alignment is
202 ; larger than the known stack alignment the stack will be manually aligned
203 ; and an extra register will be allocated to hold the original stack
205 ; register as stack pointer, request a negative stack size
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 11 import java.util.Stack;
337 List stack = getRuleInvocationStack(e, this.getClass().getName()); local
350 return stack + " " + msg;
486 protected Stack<smali_file_scope> smali_file_stack = new Stack<smali_file_scope>();
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 448 // Stack hover states
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /external/clang/include/clang/Sema/
Sema.h 317 /// PackContext - Manages the stack for \#pragma pack. An alignment
352 /// The stack always has at least one element in it.
355 /// Stack of active SEH __finally scopes. Can be empty.
379 SmallVector<Slot, 2> Stack;
397 /// VisContext - Manages the stack for \#pragma GCC visibility.
415 /// ExprCleanupObjects - This is the stack of objects requiring
428 /// \brief Stack containing information about each of the nested
859 /// A stack of expression evaluation contexts.
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 

Completed in 1781 milliseconds

<<11121314