Home
last modified time | relevance | path

Searched defs:PUSH (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DPUSH.java28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst… class
39 public PUSH(final ConstantPoolGen cp, final int value) { in PUSH() method in PUSH
56 public PUSH(final ConstantPoolGen cp, final boolean value) { in PUSH() method in PUSH
65 public PUSH(final ConstantPoolGen cp, final float value) { in PUSH() method in PUSH
82 public PUSH(final ConstantPoolGen cp, final long value) { in PUSH() method in PUSH
97 public PUSH(final ConstantPoolGen cp, final double value) { in PUSH() method in PUSH
112 public PUSH(final ConstantPoolGen cp, final String value) { in PUSH() method in PUSH
126 public PUSH(final ConstantPoolGen cp, final ObjectType value) { in PUSH() method in PUSH
138 public PUSH(final ConstantPoolGen cp, final Number value) { in PUSH() method in PUSH
160 public PUSH(final ConstantPoolGen cp, final Character value) { in PUSH() method in PUSH
[all …]
/external/speex/libspeexdsp/
Dstack_alloc.h93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… macro
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… macro
/external/u-boot/arch/arc/lib/
Dints_low.S20 .macro PUSH reg macro
/external/libopus/celt/
Dstack_alloc.h137 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((s… macro
144 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/sizeof(char)),(stack)+=(size)*(sizeof(t… macro
/external/python/cpython2/Lib/plat-irix5/
DFL.py63 PUSH = 1 variable
/external/python/cpython2/Lib/plat-irix6/
DFL.py63 PUSH = 1 variable
/external/python/cpython2/Python/
Dceval.c943 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in PyEval_EvalFrameEx() macro
955 #define PUSH(v) BASIC_PUSH(v) in PyEval_EvalFrameEx() macro
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java1269 short PUSH = 4711; field
DConst.java1701 public static final short PUSH = 4711; field in Const
/external/libxml2/
Dpattern.c729 #define PUSH(op, val, val2) \ macro
/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c156 #define PUSH 0xb400 macro
DsljitNativeARM_32.c103 #define PUSH 0xe92d0000 macro
/external/python/cpython3/Python/
Dceval.c967 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in _PyEval_EvalFrameDefault() macro
988 #define PUSH(v) BASIC_PUSH(v) in _PyEval_EvalFrameDefault() macro