/third_party/libunwind/libunwind/src/hppa/ |
H A D | setcontext.S | 29 #define FILL(n) ldw (LINUX_UC_MCONTEXT_OFF+LINUX_SC_GR_OFF+4*(n))(%r26),%r##n define 39 FILL (2) /* return-pointer */ 40 FILL (3) /* frame pointer */ 41 FILL (4) /* 2nd-ary frame pointer */ 42 FILL (5) /* preserved register */ 43 FILL (6) /* preserved register */ 44 FILL (7) /* preserved register */ 45 FILL (8) /* preserved register */ 46 FILL (9) /* preserved register */ 47 FILL (1 [all...] |
/third_party/python/Modules/cjkcodecs/ |
H A D | _codecs_kr.c | 320 #define FILL 0xfd macro 324 NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 330 NONE, NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04, 336 NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 343 NONE, FILL, 0x31, 0x32, 0x34, 0x37, 0x38, 0x39, 349 NONE, NONE, FILL, 0x4f, 0x50, 0x51, 0x52, 0x53, 355 NONE, FILL, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 393 if (i_cho == FILL) { in DECODER() 394 if (i_jung == FILL) { in DECODER() 395 if (i_jong == FILL) in DECODER() 453 #undef FILL global() macro [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MusicKeyboardView.java | 107 mShadowPaint.setStyle(Paint.Style.FILL); in init() 111 mBlackOnKeyPaint.setStyle(Paint.Style.FILL); in init() 115 mBlackOffKeyPaint.setStyle(Paint.Style.FILL); in init() 119 mWhiteOnKeyPaint.setStyle(Paint.Style.FILL); in init() 123 mWhiteOffKeyPaint.setStyle(Paint.Style.FILL); in init()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | VolumeBarView.java | 46 mBarPaint.setStyle(Paint.Style.FILL); in init() 50 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
|
H A D | WaveformView.java | 67 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_internal.h | 1009 #define FILL(wfunc) \ in fillPlane16() macro 1014 FILL(AV_WB16); in fillPlane16() 1016 FILL(AV_WL16); in fillPlane16() 1020 #undef FILL in fillPlane16() macro 1036 #define FILL(wfunc) \ in fillPlane32() macro 1041 FILL(AV_WB32); in fillPlane32() 1043 FILL(AV_WL32); in fillPlane32() 1047 #undef FILL in fillPlane32() macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.c | 166 #define FILL(name) if(s->name > 0 && avctx->name <= 0) avctx->name = s->name in av_parser_parse2() macro 168 FILL(field_order); in av_parser_parse2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 155 enum TogglePredicateMode { FILL, COPY, NONE }; enumerator 202 { true, true, true, false, b0010, b1000, b1111, true, FILL, HOST }, 203 { true, true, true, false, b1001, b1001, b1111, true, FILL, HOST }, 204 { false, true, true, false, b1001, b1001, b0110, true, FILL, HOST }, 218 { true, true, true, false, b0010, b1000, b1111, true, FILL, LOCAL }, 219 { true, true, true, false, b1001, b1001, b1111, true, FILL, LOCAL }, 220 { false, true, true, false, b1001, b1001, b0110, true, FILL, LOCAL }, 1092 if (m_testParams.m_toggleMode == FILL) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 155 enum TogglePredicateMode { FILL, COPY, NONE }; enumerator 201 { true, true, true, b0010, b1000, b1111, true, FILL, HOST }, 202 { true, true, true, b1001, b1001, b1111, true, FILL, HOST }, 203 { false, true, true, b1001, b1001, b0110, true, FILL, HOST }, 217 { true, true, true, b0010, b1000, b1111, true, FILL, LOCAL }, 218 { true, true, true, b1001, b1001, b1111, true, FILL, LOCAL }, 219 { false, true, true, b1001, b1001, b0110, true, FILL, LOCAL }, 1072 if (m_testParams.m_toggleMode == FILL) in iterate()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 31 syn keyword amberBlockCmd SHADER BUFFER PIPELINE ATTACH END RUN TYPE SIZE FILL
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 858 FILL = (0U << 18),
|
H A D | assembler-mips64.cc | 3316 Instr instr = MSA | MSA_2R_FORMAT | FILL | MSA_2R_DF_##format | \
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 809 FILL = (0U << 18),
|
H A D | assembler-mips.cc | 3109 Instr instr = MSA | MSA_2R_FORMAT | FILL | MSA_2R_DF_##format | \
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 6059 case FILL:
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 5773 case FILL:
|