Searched defs:PUSH (Results 1 – 12 of 12) sorted by relevance
/external/speex/libspeex/ |
D | stack_alloc.h | 93 #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/ |
D | stack_alloc.h | 137 #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/ |
D | d3basics.c | 492 # define PUSH(_arg) \ in ML_() macro
|
D | readdwarf.c | 2638 # define PUSH(_arg) \ in dwarfexpr_to_dag() macro
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 405 #define PUSH(source) { \ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FL.py | 63 PUSH = 1 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FL.py | 63 PUSH = 1 variable
|
/external/python/cpython2/Python/ |
D | ceval.c | 935 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in PyEval_EvalFrameEx() macro 947 #define PUSH(v) BASIC_PUSH(v) in PyEval_EvalFrameEx() macro
|
/external/libxml2/ |
D | pattern.c | 729 #define PUSH(op, val, val2) \ macro
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 143 #define PUSH 0xb400 macro
|
D | sljitNativeARM_32.c | 94 #define PUSH 0xe92d0000 macro
|
/external/python/cpython3/Python/ |
D | ceval.c | 942 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in _PyEval_EvalFrameDefault() macro 954 #define PUSH(v) BASIC_PUSH(v) in _PyEval_EvalFrameDefault() macro
|