Home
last modified time | relevance | path

Searched refs:DEFINE (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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_dequant, offsetof(BLOCKD, dequant));
[all …]
/external/libvpx/libvpx/vp8/encoder/
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_dequant, offsetof(BLOCKD, dequant));
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
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_border, offsetof(YV12_BUFFER_CONFIG, border));
[all …]
/external/libvpx/libvpx/vpx_scale/
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_border, offsetof(YV12_BUFFER_CONFIG, border));
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dgen_matypes.c75 #define DEFINE( s, d ) \ macro
139 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS ); in main()
140 DEFINE( "VERT_BIT_NORM ", VERT_BIT_NORMAL ); in main()
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 ); in main()
142 DEFINE( "VERT_BIT_SPEC_RGB ", VERT_BIT_COLOR1 ); in main()
143 DEFINE( "VERT_BIT_FOG_COORD ", VERT_BIT_FOG ); in main()
144 DEFINE( "VERT_BIT_TEX0 ", VERT_BIT_TEX0 ); in main()
145 DEFINE( "VERT_BIT_TEX1 ", VERT_BIT_TEX1 ); in main()
146 DEFINE( "VERT_BIT_TEX2 ", VERT_BIT_TEX2 ); in main()
147 DEFINE( "VERT_BIT_TEX3 ", VERT_BIT_TEX3 ); in main()
[all …]
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c75 #define DEFINE( s, d ) \ macro
139 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS ); in main()
140 DEFINE( "VERT_BIT_NORM ", VERT_BIT_NORMAL ); in main()
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 ); in main()
142 DEFINE( "VERT_BIT_SPEC_RGB ", VERT_BIT_COLOR1 ); in main()
143 DEFINE( "VERT_BIT_FOG_COORD ", VERT_BIT_FOG ); in main()
144 DEFINE( "VERT_BIT_TEX0 ", VERT_BIT_TEX0 ); in main()
145 DEFINE( "VERT_BIT_TEX1 ", VERT_BIT_TEX1 ); in main()
146 DEFINE( "VERT_BIT_TEX2 ", VERT_BIT_TEX2 ); in main()
147 DEFINE( "VERT_BIT_TEX3 ", VERT_BIT_TEX3 ); in main()
[all …]
/external/llvm/unittests/Support/
DPath.cpp512 #define DEFINE(magic) \ in TEST_F() macro
514 DEFINE(archive), in TEST_F()
515 DEFINE(bitcode), in TEST_F()
516 DEFINE(coff_object), in TEST_F()
517 DEFINE(coff_import_library), in TEST_F()
518 DEFINE(elf_relocatable), in TEST_F()
519 DEFINE(macho_universal_binary), in TEST_F()
520 DEFINE(macho_object), in TEST_F()
521 DEFINE(macho_executable), in TEST_F()
522 DEFINE(macho_fixed_virtual_memory_shared_lib), in TEST_F()
[all …]
/external/bison/src/
Doutput.c647 #define DEFINE(Name) MUSCLE_INSERT_STRING (#Name, Name ? Name : "") in prepare() macro
648 DEFINE (dir_prefix); in prepare()
649 DEFINE (parser_file_name); in prepare()
650 DEFINE (spec_defines_file); in prepare()
651 DEFINE (spec_file_prefix); in prepare()
652 DEFINE (spec_graph_file); in prepare()
653 DEFINE (spec_name_prefix); in prepare()
654 DEFINE (spec_outfile); in prepare()
655 DEFINE (spec_verbose_file); in prepare()
656 #undef DEFINE in prepare()
/external/clang/test/Preprocessor/
Dmacro_not_define.c6 #define DEFINE(a, b) H D a b macro
8 DEFINE(X, 3)
/external/libvpx/libvpx/vpx_ports/
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/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
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/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp-lex.l70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
DMakefile.PL13 DEFINE => '-I ../..', # e.g., '-DHAVE_SOMETHING'
/external/libpng/scripts/
Dmakefile.amiga18 DEFINE=PNG_INTERNAL
/external/chromium-trace/trace-viewer/third_party/python_gflags/
Dgflags.py2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
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/
Dgflags.py2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
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/zlib/src/as400/
Dcompile.clp44 'DEFINE(''_LARGEFILE64_SOURCE''' *BCAT +
/external/pcre/dist/testdata/
Dtestinput14430 /^(?(DEFINE) (?<A> a) (?<B> b) ) (?&A) (?&B) /x
4434 (?(DEFINE)
4440 /(?(DEFINE)(?<byte>2[0-4]\d|25[0-5]|1\d\d|[1-9]?\d))\b(?&byte)(\.(?&byte)){3}/
4448 /\b(?&byte)(\.(?&byte)){3}(?(DEFINE)(?<byte>2[0-4]\d|25[0-5]|1\d\d|[1-9]?\d))/
4647 /(?(DEFINE)(A))B(?1)C/
4650 /(?(DEFINE)((A)\2))B(?1)C/
4683 /^(?&t)(?(DEFINE)(?<t>a\Kb))$/
4780 /(?&t)(?#()(?(DEFINE)(?<t>a))/
4813 /^(?&t)*+(?(DEFINE)(?<t>a))\w$/
4818 /^(?&t)*(?(DEFINE)(?<t>a))\w$/
[all …]
Dtestinput21953 /^(?(DEFINE) abc | xyz ) /x
1955 /(?(DEFINE) abc) xyz/xI
2748 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ
2750 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
2973 /i(?(DEFINE)(?<s>a))/SI
2993 /^(?&t)*+(?(DEFINE)(?<t>.))$/BZ
2995 /^(?&t)*(?(DEFINE)(?<t>.))$/BZ
3285 /^.*? (?1) c (?(DEFINE)(a(*THEN)b))/x
3312 /(?1)c(?(DEFINE)((*ACCEPT)b))/
3333 /(?(DEFINE)(a(?2)|b)(b(?1)|a))(?:(?1)|(?2))/SI
[all …]
Dtestoutput17278 /^(?(DEFINE) (?<A> a) (?<B> b) ) (?&A) (?&B) /x
7283 (?(DEFINE)
7292 /(?(DEFINE)(?<byte>2[0-4]\d|25[0-5]|1\d\d|[1-9]?\d))\b(?&byte)(\.(?&byte)){3}/
7312 /\b(?&byte)(\.(?&byte)){3}(?(DEFINE)(?<byte>2[0-4]\d|25[0-5]|1\d\d|[1-9]?\d))/
7760 /(?(DEFINE)(A))B(?1)C/
7764 /(?(DEFINE)((A)\2))B(?1)C/
7814 /^(?&t)(?(DEFINE)(?<t>a\Kb))$/
7961 /(?&t)(?#()(?(DEFINE)(?<t>a))/
8013 /^(?&t)*+(?(DEFINE)(?<t>a))\w$/
8021 /^(?&t)*(?(DEFINE)(?<t>a))\w$/
[all …]
Dtestoutput27876 /^(?(DEFINE) abc | xyz ) /x
7877 Failed: DEFINE group contains more than one branch at offset 22
7879 /(?(DEFINE) abc) xyz/xI
9798 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ
9820 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
10475 /i(?(DEFINE)(?<s>a))/SI
10577 /^(?&t)*+(?(DEFINE)(?<t>.))$/BZ
10596 /^(?&t)*(?(DEFINE)(?<t>.))$/BZ
11294 /^.*? (?1) c (?(DEFINE)(a(*THEN)b))/x
11333 /(?1)c(?(DEFINE)((*ACCEPT)b))/
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-lex.c641 #define DEFINE 5 macro
1132 yy_push_state(DEFINE, yyscanner);
1341 case YY_STATE_EOF(DEFINE):
/external/libexif/m4m/
Dstdint.m4211 dnl btw, all old CHECK_TYPE macros do automatically "DEFINE" a type,
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dax_create_stdint_h.m4152 dnl btw, all old CHECK_TYPE macros do automatically "DEFINE" a type,

123