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

  /art/runtime/interpreter/
interpreter_switch_impl.cc 49 #define PREAMBLE() \
90 PREAMBLE();
94 PREAMBLE();
100 PREAMBLE();
106 PREAMBLE();
112 PREAMBLE();
118 PREAMBLE();
124 PREAMBLE();
130 PREAMBLE();
136 PREAMBLE();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 48 #ifdef PREAMBLE
49 PREAMBLE(s);
91 #ifdef PREAMBLE
92 PREAMBLE(s);
145 #ifdef PREAMBLE
146 PREAMBLE(s);
191 #ifdef PREAMBLE
192 PREAMBLE(s);
236 #ifdef PREAMBLE
237 #undef PREAMBLE
    [all...]
SkBitmapProcState_shaderproc.h 54 #ifdef PREAMBLE
55 PREAMBLE(s);
91 #undef PREAMBLE
SkBitmapProcState_matrix.h 19 #ifndef PREAMBLE
20 #define PREAMBLE(state)
56 PREAMBLE(s);
97 PREAMBLE(s);
125 PREAMBLE(s);
158 #undef PREAMBLE
SkBitmapProcState_procs.h 107 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
142 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
171 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale; \
204 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
222 #define PREAMBLE(state) const SkPMColor pmColor = state.fPaintPMColor;
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
SkBitmapProcState_matrixProcs.cpp 115 #define PREAMBLE(state) SkBitmapProcState::FixedTileProc tileProcX = (state).fTileProcX; (void) tileProcX; \
  /external/skia/src/core/
SkBitmapProcState_sample.h 48 #ifdef PREAMBLE
49 PREAMBLE(s);
91 #ifdef PREAMBLE
92 PREAMBLE(s);
145 #ifdef PREAMBLE
146 PREAMBLE(s);
191 #ifdef PREAMBLE
192 PREAMBLE(s);
236 #ifdef PREAMBLE
237 #undef PREAMBLE
    [all...]
SkBitmapProcState_shaderproc.h 54 #ifdef PREAMBLE
55 PREAMBLE(s);
91 #undef PREAMBLE
SkBitmapProcState_matrix.h 19 #ifndef PREAMBLE
20 #define PREAMBLE(state)
56 PREAMBLE(s);
97 PREAMBLE(s);
125 PREAMBLE(s);
158 #undef PREAMBLE
SkBitmapProcState_procs.h 107 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
142 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
171 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale; \
204 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale
222 #define PREAMBLE(state) const SkPMColor pmColor = state.fPaintPMColor;
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
SkBitmapProcState_matrixProcs.cpp 115 #define PREAMBLE(state) SkBitmapProcState::FixedTileProc tileProcX = (state).fTileProcX; (void) tileProcX; \
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 20 PREAMBLE = '''
43 print(PREAMBLE)
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 17 #ifndef PREAMBLE
18 #define PREAMBLE(state)
30 PREAMBLE(s);
115 PREAMBLE(s);
188 PREAMBLE(s);
294 PREAMBLE(s);
360 PREAMBLE(s);
422 PREAMBLE(s);
499 #undef PREAMBLE
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 17 #ifndef PREAMBLE
18 #define PREAMBLE(state)
30 PREAMBLE(s);
115 PREAMBLE(s);
188 PREAMBLE(s);
294 PREAMBLE(s);
360 PREAMBLE(s);
422 PREAMBLE(s);
499 #undef PREAMBLE
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 23 PREAMBLE = """\
249 output.write(PREAMBLE % srcdir.replace("\\", '/'))
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 128 #define PREAMBLE(__data_bits) \
150 PREAMBLE(DATA_BITS); \
171 PREAMBLE(DATA_BITS); \
192 PREAMBLE(DATA_BITS); \
217 PREAMBLE(DATA_BITS); \
242 PREAMBLE(DATA_BITS); \
258 PREAMBLE(DATA_BITS); \
278 PREAMBLE(DATA_BITS); \
299 PREAMBLE(DATA_BITS); \
317 PREAMBLE(DATA_BITS);
    [all...]
guest_amd64_helpers.c 166 #define PREAMBLE(__data_bits) \
192 PREAMBLE(DATA_BITS); \
213 PREAMBLE(DATA_BITS); \
234 PREAMBLE(DATA_BITS); \
259 PREAMBLE(DATA_BITS); \
284 PREAMBLE(DATA_BITS); \
300 PREAMBLE(DATA_BITS); \
320 PREAMBLE(DATA_BITS); \
341 PREAMBLE(DATA_BITS); \
359 PREAMBLE(DATA_BITS);
    [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 5 PREAMBLE = """
47 f.write(PREAMBLE + "\n")
  /external/deqp/modules/gles3/scripts/
genutil.py 5 PREAMBLE = """
47 f.write(PREAMBLE + "\n")
  /external/deqp/modules/gles31/scripts/
genutil.py 5 PREAMBLE = """
47 f.write(PREAMBLE + "\n")

Completed in 800 milliseconds