/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
asm_common.S | 20 .macro REQUIRE8 24 .macro PRESERVE8 29 .macro function name, export=0 38 .macro endfunction
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/ |
stubs-32.h | 7 # error Applications may not define the macro _LIBC
|
/external/llvm/include/llvm-c/ |
Core.h | 448 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ 449 macro(Argument) \ 450 macro(BasicBlock) \ 451 macro(InlineAsm) \ 452 macro(MDNode) \ 453 macro(MDString) \ 454 macro(User) \ 455 macro(Constant) \ 456 macro(BlockAddress) \ 457 macro(ConstantAggregateZero) [all...] |
/external/valgrind/main/drd/tests/ |
annotate_publish_hg.stderr.exp | 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
|
annotate_barrier.stderr.exp | 2 The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h> 8 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h> 14 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h> 19 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h> 34 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h> 40 The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 45 const char *macro, 51 const char *macro, 226 macro_t *macro = hash_table_find (parser->defines, $2); 227 if (macro) { 229 talloc_free (macro); 263 macro_t *macro = hash_table_find (parser->defines, $2); 265 _glcpp_parser_skip_stack_push_if (parser, & @1, macro != NULL); 268 macro_t *macro = hash_table_find (parser->defines, $2); 270 _glcpp_parser_skip_stack_push_if (parser, & @1, macro == NULL); 313 macro_t *macro = hash_table_find (parser->defines, "__VERSION__") [all...] |
glcpp-parse.c | 115 const char *macro, 121 const char *macro, 1879 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (3)].str)); local 1934 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local 1945 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local 2020 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); local 3594 macro_t *macro; local 3745 macro_t *macro; local 3975 macro_t *macro, *previous; local 4007 macro_t *macro, *previous; local 4082 macro_t *macro; local [all...] |
/external/libvpx/vpx_ports/ |
x86_abi_support.asm | 39 %macro movq 2 122 ; This macro aligns the stack to the given alignment (in bytes). The stack 124 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.') 125 ; This macro uses one temporary register, which is not preserved, and thus 127 %macro ALIGN_STACK 2 151 %macro GET_GOT 1 168 %macro GET_GOT 1 182 %macro GET_GOT 1 193 %macro GET_GOT 1 205 %macro SHADOW_ARGS_TO_STACK [all...] |
/external/kernel-headers/original/asm-x86/ |
dwarf2_32.h | 40 comment character # to ignore the arguments. Instead, use a dummy macro. */ 41 .macro ignore a=0, b=0, c=0, d=0
|
/external/libvpx/vp8/common/ppc/ |
platform_altivec.asm | 15 .macro W V P 20 .macro R V P
|
loopfilter_filters_altivec.asm | 108 .macro Tpair A, B, X, Y 115 .macro t16_even 126 .macro t16_odd 139 .macro t16_full 183 .macro Transpose4times4x4 Vlo, Vhi 250 .macro t8x16_odd 257 .macro t8x16_even 264 .macro transpose8x16_fwd 271 .macro transpose8x16_inv 277 .macro Transpose16x1 [all...] |
filter_bilinear_altivec.asm | 17 .macro load_c V, LABEL, OFF, R0, R1 23 .macro load_vfilter V0, V1 30 .macro HProlog jump_label 78 .macro HFilter V 92 .macro hfilter_8 V, increment_counter 108 .macro load_and_align_8 V, increment_counter 123 .macro write_aligned_8 V, increment_counter 131 .macro vfilter_16 P0 P1 150 .macro w_8x8 V, D, R, P 458 .macro hfilter_16 V, increment_counte [all...] |
/external/llvm/test/MC/AsmParser/ |
exprs.s | 3 .macro check_expr
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 194 # used to add a macro define/undef line to the configuration 195 # $1: macro name 216 # $2 : macro prefix 243 local macro 245 macro=`to_uppercase $1` 246 macro=`echo $macro | tr '/' '_'` 248 config_add_macro HAVE_${macro}_H $result "StdCHeader " 268 local macro 270 macro=`to_uppercase $1 [all...] |
/external/libvpx/vp8/encoder/ppc/ |
sad_altivec.asm | 18 .macro load_aligned_16 V R O 27 .macro prologue 39 .macro epilogue 45 .macro SAD_16 55 .macro sad_16_loop loop_label 112 .macro sad_8_loop loop_label 226 .macro transfer_4x4 I P
|
variance_altivec.asm | 21 .macro load_aligned_16 V R O 30 .macro prologue 44 .macro epilogue 50 .macro compute_sum_sse 72 .macro variance_16 DS loop_label store_sum 105 .macro variance_8 DS loop_label store_sum 320 .macro transfer_4x4 I P
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
DefaultRenderingContext.java | 57 private Map<String, Macro> macros = new HashMap<String, Macro>(); 185 public void registerMacro(String name, Macro macro) { 186 macros.put(name, macro); 190 public Macro findMacro(String name) { 191 Macro macro = macros.get(name); local 192 if (macro == null) { 193 throw new JSilverInterpreterException("No such macro: " + name) [all...] |
RenderingContext.java | 94 * Register a macro in the current rendering context. This macro will be available to all other 97 void registerMacro(String name, Macro macro); 100 * Lookup a macro that's already been registered. Throws JSilverInterpreterException if macro not 103 Macro findMacro(String name) throws JSilverInterpreterException;
|
/external/dbus/bus/ |
Android.mk | 16 # We get warning in the _DBUS_ASSERT_ERROR_IS_SET macro. Suppress
|
/external/libvpx/build/make/ |
ads2gas_apple.pl | 137 # put the colon at the end of the line in the macro 160 # Begin macro definition 161 if (/MACRO/) 163 # Process next line down, which will be the macro definition 174 print ".macro @incoming_array[0]\n"; 176 # remove the first element, as that is the name of the macro 191 # s/\$/\\/g; # End macro definition
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebView.mm | 223 #define FOR_EACH_RESPONDER_SELECTOR(macro) \ 224 macro(alignCenter) \ 225 macro(alignJustified) \ 226 macro(alignLeft) \ 227 macro(alignRight) \ 228 macro(capitalizeWord) \ 229 macro(centerSelectionInVisibleArea) \ 230 macro(changeAttributes) \ 231 macro(changeBaseWritingDirection) \ 232 macro(changeBaseWritingDirectionToLTR) [all...] |
/external/v8/ |
Android.v8common.mk | 68 src/regexp-macro-assembler.cc \ 69 src/regexp-macro-assembler-irregexp.cc \ 115 src/arm/macro-assembler-arm.cc \ 116 src/arm/regexp-macro-assembler-arm.cc \ 125 src/regexp-macro-assembler-tracer.cc
|
/external/stlport/stlport/stl/ |
_new.h | 38 /* STLport cannot replace native Std library new header if new is a macro, 39 * please define new macro after <new> header inclusion. 41 # error Cannot include native new header as new is a macro.
|
/external/webkit/Tools/Scripts/ |
extract-localizable-strings | 36 # 3) It looks for strings that are not marked for localization, using both macro names that are 120 my $macro; 172 } elsif (($macro =~ /(WEB_)?UI_STRING_KEY(_INTERNAL)?$/) and !defined $key) { 183 # In a debug macro, no need to localize. 208 print "$file:$.:ERROR:found a use of an NSLocalized macro; not supported\n"; 233 $macro = $token; 248 $macro = "";
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 38 /* STLport cannot replace native Std library new header if new is a macro, 39 * please define new macro after <new> header inclusion. 41 # error Cannot include native new header as new is a macro.
|