Searched refs:DEFINE (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
33 DEFINE(vp8_blockd_dequan
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
25 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
27 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
28 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
29 DEFINE(yv12_buffer_config_borde
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
33 DEFINE(vp8_blockd_dequan
[all...]
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
25 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
27 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
28 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
29 DEFINE(yv12_buffer_config_borde
[all...]
/external/clang/test/Preprocessor/
H A Dmacro_not_define.c6 #define DEFINE(a, b) H D a b macro
8 DEFINE(X, 3)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) macro
26 #define DEFINE(sym, val) const int sym = val macro
/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) macro
26 #define DEFINE(sym, val) const int sym = val macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
H A DMakefile.PL13 DEFINE => '-I ../..', # e.g., '-DHAVE_SOMETHING'
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c75 #define DEFINE( s, d ) \ macro
139 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS );
140 DEFINE( "VERT_BIT_NORM ", VERT_BIT_NORMAL );
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
142 DEFINE( "VERT_BIT_SPEC_RGB ", VERT_BIT_COLOR1 );
143 DEFINE( "VERT_BIT_FOG_COORD ", VERT_BIT_FOG );
144 DEFINE( "VERT_BIT_TEX0 ", VERT_BIT_TEX0 );
145 DEFINE( "VERT_BIT_TEX1 ", VERT_BIT_TEX1 );
146 DEFINE( "VERT_BIT_TEX2 ", VERT_BIT_TEX2 );
147 DEFINE( "VERT_BIT_TEX
[all...]
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c75 #define DEFINE( s, d ) \ macro
139 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS );
140 DEFINE( "VERT_BIT_NORM ", VERT_BIT_NORMAL );
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
142 DEFINE( "VERT_BIT_SPEC_RGB ", VERT_BIT_COLOR1 );
143 DEFINE( "VERT_BIT_FOG_COORD ", VERT_BIT_FOG );
144 DEFINE( "VERT_BIT_TEX0 ", VERT_BIT_TEX0 );
145 DEFINE( "VERT_BIT_TEX1 ", VERT_BIT_TEX1 );
146 DEFINE( "VERT_BIT_TEX2 ", VERT_BIT_TEX2 );
147 DEFINE( "VERT_BIT_TEX
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-lex.l70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
/external/llvm/unittests/Support/
H A DPath.cpp512 #define DEFINE(magic) \ macro
514 DEFINE(archive),
515 DEFINE(bitcode),
516 DEFINE(coff_object),
517 DEFINE(coff_import_library),
518 DEFINE(elf_relocatable),
519 DEFINE(macho_universal_binary),
520 DEFINE(macho_object),
521 DEFINE(macho_executable),
522 DEFINE(macho_fixed_virtual_memory_shared_li
530 #undef DEFINE macro
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
/external/zlib/src/contrib/pascal/
H A Dexample.pas16 {$DEFINE TEST_COMPRESS}
17 {DO NOT $DEFINE TEST_GZIO}
18 {$DEFINE TEST_DEFLATE}
19 {$DEFINE TEST_INFLATE}
20 {$DEFINE TEST_FLUSH}
21 {$DEFINE TEST_SYNC}
22 {$DEFINE TEST_DICT}
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py2151 # The DEFINE functions are explained in mode details in the module doc string.
2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
2158 NOTE: in the docstrings of all DEFINE* functions, "registers" is short
2313 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2517 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2578 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2695 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2705 DEFINE(parser, name, default, help, flag_values, serializer, **args)
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py2151 # The DEFINE functions are explained in mode details in the module doc string.
2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
2158 NOTE: in the docstrings of all DEFINE* functions, "registers" is short
2313 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2517 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2578 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2695 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2705 DEFINE(parser, name, default, help, flag_values, serializer, **args)
/external/pcre/dist/
H A Dpcregexp.pas55 {$H+} {$DEFINE PCRE_3_7} {$DEFINE PCRE_5_0} {$DEFINE PCRE_7_0} {$DEFINE PCRE_7_7}
H A Dpcre_internal.h1474 #define STRING_DEFINE "DEFINE"
2093 OP_DEF, /* 145 The DEFINE condition */
H A Dpcre_compile.c513 "DEFINE group contains more than one branch\0"
515 "repeating a DEFINE group is not allowed\0" /** DEAD **/
5876 /* Repeating a DEFINE group is pointless, but Perl allows the syntax, so
6813 /* Similarly, check for the (?(DEFINE) "condition", which is always
7528 two branches in the group, or just one if it's a DEFINE group. We do this
7543 /* A DEFINE group is never obeyed inline (the "condition" is always
7603 /* For a DEFINE group, required and first character settings are not
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c641 #define DEFINE 5 macro
1132 yy_push_state(DEFINE, yyscanner);
1341 case YY_STATE_EOF(DEFINE):
/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/ ...
/external/srec/config/en.us/dictionary/
H A Dc0.627607 DEFINE D AH0 F AY1 N
[all...]

Completed in 544 milliseconds