Searched refs:PUSH (Results 1 - 25 of 28) sorted by relevance

12

/external/speex/libspeex/
H A Dstack_alloc.h60 * @def PUSH(stack, size, type)
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type)))) macro
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type)))) macro
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type)
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c492 # define PUSH(_arg) \ macro
552 PUSH(0);
579 PUSH( a1 );
615 PUSH( a1 + sw1 );
634 PUSH( a1 );
645 PUSH( a1 );
659 PUSH(uw1);
680 PUSH(uw1);
700 PUSH(uw1);
707 PUSH(opcod
939 # undef PUSH macro
[all...]
H A Dreaddwarf.c2638 # define PUSH(_arg) \ macro
2685 PUSH(ix);
2688 PUSH(ctxs->cfa_expr_ix);
2716 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2731 PUSH(ix);
2741 PUSH(ix);
2748 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2751 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) );
2759 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2767 PUSH( ML
2878 # undef PUSH macro
[all...]
/external/libopus/celt/
H A Dstack_alloc.h64 * @def PUSH(stack, size, type)
137 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((stack),sizeof(type)/sizeof(char)),VALGRIND_MAKE_MEM_UNDEFINED(stack, ((size)*sizeof(type)/sizeof(char))),(stack)+=(2*(size)*sizeof(type)/sizeof(char)),(type*)((stack)-(2*(size)*sizeof(type)/sizeof(char)))) macro
144 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/sizeof(char)),(stack)+=(size)*(sizeof(type)/sizeof(char)),(type*)((stack)-(size)*(sizeof(type)/sizeof(char)))) macro
156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
/external/aac/libSBRdec/src/arm/
H A Denv_calc_arm.cpp116 PUSH {r4-r5}
/external/libxml2/
H A Dpattern.c729 #define PUSH(op, val, val2) \ macro
930 PUSH(XML_OP_ATTR, NULL, NULL);
980 PUSH(XML_OP_ATTR, NULL, URL);
988 PUSH(XML_OP_ATTR, token, URL);
991 PUSH(XML_OP_ATTR, name, NULL);
1025 PUSH(XML_OP_ELEM, NULL, NULL);
1048 PUSH(XML_OP_ALL, NULL, NULL);
1102 PUSH(XML_OP_NS, URL, NULL);
1110 PUSH(XML_OP_ELEM, token, URL);
1120 PUSH(XML_OP_AL
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinFrameLowering.cpp79 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))
81 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DEDEmitter.cpp405 #define PUSH(source) { \ macro
471 if (name.find("PUSH") != name.npos) {
485 PUSH("src");
487 PUSH("imm");
489 PUSH("reg");
536 #undef PUSH macro
/external/python/cpython2/Python/
H A Dceval.c935 #define PUSH(v) { (void)(BASIC_PUSH(v), \ macro
947 #define PUSH(v) BASIC_PUSH(v) macro
1218 PUSH(x);
1231 PUSH(x);
1288 PUSH(v);
2077 PUSH(x);
2222 PUSH(w);
2233 PUSH(w);
2330 PUSH(x);
2354 PUSH(
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ macro
119 PUSH( seed.y, L, R, R + 1, R, UP );
164 PUSH( YC + flag, j, i, L, R, -flag );
200 #undef PUSH macro
/external/libxml2/os400/
H A Dxmllint.cmd119 (*PUSH '--push') +
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp112 PUSH {r4-r9}
291 PUSH {r4-r9}
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daesp8-ppc.pl51 $PUSH ="std";
59 $PUSH ="stw";
112 $PUSH r11,$LRSAVE($sp)
375 $PUSH r10,`$FRAME+$LRSAVE`($sp)
709 $PUSH r26,`$FRAME+21*16+0*$SIZE_T`($sp)
711 $PUSH r27,`$FRAME+21*16+1*$SIZE_T`($sp)
713 $PUSH r28,`$FRAME+21*16+2*$SIZE_T`($sp)
715 $PUSH r29,`$FRAME+21*16+3*$SIZE_T`($sp)
717 $PUSH r30,`$FRAME+21*16+4*$SIZE_T`($sp)
719 $PUSH r3
[all...]
/external/python/cpython2/Lib/plat-irix5/
H A DFL.py63 PUSH = 1 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFL.py63 PUSH = 1 variable
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb-diagnostics.s60 @ Invalid writeback and register lists for PUSH/POP
H A Dbasic-thumb-instructions.s413 @ PUSH
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghashp8-ppc.pl42 $PUSH="std";
50 $PUSH="stw";
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s108 @ Invalid writeback and register lists for PUSH/POP
H A Dbasic-thumb-instructions.s464 @ PUSH
H A Dv8_IT_manual.s550 @ PUSH, encoding T1
554 @ PUSH, encoding T2 (32-bit)
558 @ PUSH, encoding T3 (32-bit)
/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_T2_32.c143 #define PUSH 0xb400 macro
1152 : push_inst16(compiler, PUSH | (1 << 8) | push));
H A DsljitNativeARM_32.c94 #define PUSH 0xe92d0000 macro
841 push = PUSH | (1 << 14);
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm327 %macro PUSH 1
344 PUSH r%1
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 6854 milliseconds

12