Home
last modified time | relevance | path

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

/external/speex/libspeex/
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/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/valgrind/coregrind/m_debuginfo/
Dd3basics.c492 # define PUSH(_arg) \ in ML_() macro
Dreaddwarf.c2638 # define PUSH(_arg) \ in dwarfexpr_to_dag() macro
/external/swiftshader/third_party/LLVM/utils/TableGen/
DEDEmitter.cpp405 #define PUSH(source) { \ 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.c935 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in PyEval_EvalFrameEx() macro
947 #define PUSH(v) BASIC_PUSH(v) in PyEval_EvalFrameEx() macro
/external/libxml2/
Dpattern.c729 #define PUSH(op, val, val2) \ macro
/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c143 #define PUSH 0xb400 macro
DsljitNativeARM_32.c94 #define PUSH 0xe92d0000 macro
/external/python/cpython3/Python/
Dceval.c942 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in _PyEval_EvalFrameDefault() macro
954 #define PUSH(v) BASIC_PUSH(v) in _PyEval_EvalFrameDefault() macro