HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 23 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/vpx_scale/
vpx_scale_asm_offsets.c 20 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/clang/test/Preprocessor/
macro_not_define.c 1 // RUN: %clang_cc1 -E %s | grep '^ # define X 3$'
3 #define H #
4 #define D define
6 #define DEFINE(a, b) H D a b
8 DEFINE(X, 3)
  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 13 #define VPX_PORTS_ASM_OFFSETS_H
17 #define ct_assert(name,cond) \
22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
23 #define BEGIN int main(void) {
24 #define END return 0; }
26 #define DEFINE(sym, val) const int sym = val
27 #define BEGIN
28 #define EN
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Makefile.PL 13 DEFINE => '-I ../..', # e.g., '-DHAVE_SOMETHING'
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 36 #define __STDC_FORMAT_MACROS
46 #define offsetof( type, member ) ((size_t) &((type *)0)->member)
49 #define OFFSET_HEADER( x ) \
60 #define DEFINE_HEADER( x ) \
69 #define OFFSET( s, t, m ) \
70 printf( "#define %s\t%lu\n", s, (unsigned long) offsetof( t, m ) );
72 #define SIZEOF( s, t ) \
73 printf( "#define %s\t%lu\n", s, (unsigned long) sizeof(t) );
75 #define DEFINE( s, d )
    [all...]
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 36 #define __STDC_FORMAT_MACROS
46 #define offsetof( type, member ) ((size_t) &((type *)0)->member)
49 #define OFFSET_HEADER( x ) \
60 #define DEFINE_HEADER( x ) \
69 #define OFFSET( s, t, m ) \
70 printf( "#define %s\t%lu\n", s, (unsigned long) offsetof( t, m ) );
72 #define SIZEOF( s, t ) \
73 printf( "#define %s\t%lu\n", s, (unsigned long) sizeof(t) );
75 #define DEFINE( s, d )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 38 #define YY_NO_UNISTD_H
41 #define YY_NO_INPUT
43 #define YY_USER_ACTION \
56 #define YY_USER_INIT \
70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
187 {HASH}define{HSPACE}+ {
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 38 #define YY_NO_UNISTD_H
41 #define YY_NO_INPUT
43 #define YY_USER_ACTION \
56 #define YY_USER_INIT \
70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
187 {HASH}define{HSPACE}+ {
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
  /external/zlib/src/contrib/pascal/
example.pas 16 {$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/
gflags.py 39 """This module is used to define and parse command line flags.
42 an application having to define all flags in or near main(), each python
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 39 """This module is used to define and parse command line flags.
42 an application having to define all flags in or near main(), each python
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 5 #define YY_INT_ALIGNED short int
9 #define FLEX_SCANNER
10 #define YY_FLEX_MAJOR_VERSION 2
11 #define YY_FLEX_MINOR_VERSION 5
12 #define YY_FLEX_SUBMINOR_VERSION 35
14 #define FLEX_BETA
30 #define FLEXINT_H
36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
40 #define __STDC_LIMIT_MACROS 1
60 #define INT8_MIN (-128
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 34 * <li> define style rules. See the example page for examples.
225 // Define regexps here so that the interpreter doesn't have to create an
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 34 * <li> define style rules. See the example page for examples.
225 // Define regexps here so that the interpreter doesn't have to create an
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 475 milliseconds