Searched defs:PUSH (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_SSE4_asm.S20 #define PUSH(REG) pushl REG; CFI_PUSH (REG) define
90 PUSH(%edi)
/external/chromium_org/third_party/opus/src/celt/
H A Dstack_alloc.h64 * @def PUSH(stack, size, type)
135 #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
142 #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
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
/external/libopus/celt/
H A Dstack_alloc.h64 * @def PUSH(stack, size, type)
135 #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
142 #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
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c488 # define PUSH(_arg) \ macro
548 PUSH(0);
575 PUSH( a1 );
611 PUSH( a1 + sw1 );
630 PUSH( a1 );
641 PUSH( a1 );
655 PUSH(uw1);
676 PUSH(uw1);
696 PUSH(uw1);
703 PUSH(opcod
934 # undef PUSH macro
[all...]
H A Dreaddwarf.c2770 # define PUSH(_arg) \ macro
2817 PUSH(ix);
2820 PUSH(ctxs->cfa_expr_ix);
2848 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2863 PUSH(ix);
2873 PUSH(ix);
2880 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2883 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) );
2891 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2899 PUSH( ML
3010 # undef PUSH macro
[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/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c1237 #define PUSH(op, val, val2, novar) \ macro
1394 PUSH(XSLT_OP_ID, lit, NULL, novar);
1428 PUSH(XSLT_OP_KEY, lit, lit2, novar);
1445 PUSH(XSLT_OP_PI, lit, NULL, novar);
1456 PUSH(XSLT_OP_TEXT, NULL, NULL, novar);
1467 PUSH(XSLT_OP_COMMENT, NULL, NULL, novar);
1479 PUSH(XSLT_OP_ATTR, NULL, NULL, novar);
1482 PUSH(XSLT_OP_NODE, NULL, NULL, novar);
1542 PUSH(XSLT_OP_ATTR, NULL, NULL, novar);
1545 PUSH(XSLT_OP_AL
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dpattern.c725 #define PUSH(op, val, val2) \ macro
926 PUSH(XML_OP_ATTR, NULL, NULL);
976 PUSH(XML_OP_ATTR, NULL, URL);
984 PUSH(XML_OP_ATTR, token, URL);
987 PUSH(XML_OP_ATTR, name, NULL);
1021 PUSH(XML_OP_ELEM, NULL, NULL);
1044 PUSH(XML_OP_ALL, NULL, NULL);
1098 PUSH(XML_OP_NS, URL, NULL);
1106 PUSH(XML_OP_ELEM, token, URL);
1116 PUSH(XML_OP_AL
[all...]
/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/pcre/dist/sljit/
H A DsljitNativeARM_32.c94 #define PUSH 0xe92d0000 macro
847 push = PUSH | (1 << 14);
H A DsljitNativeARM_T2_32.c143 #define PUSH 0xb400 macro
1160 : push_inst16(compiler, PUSH | (1 << 8) | push));
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 401 milliseconds