Home
last modified time | relevance | path

Searched refs:FILL (Results 1 - 16 of 16) sorted by relevance

/third_party/libunwind/libunwind/src/hppa/
H A Dsetcontext.S29 #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.c320 #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 DMusicKeyboardView.java107 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 DVolumeBarView.java46 mBarPaint.setStyle(Paint.Style.FILL); in init()
50 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
H A DWaveformView.java67 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h1009 #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 Dparser.c166 #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 DvktConditionalDrawAndClearTests.cpp155 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 DvktConditionalDrawAndClearTests.cpp155 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 Damber-syntax.vim31 syn keyword amberBlockCmd SHADER BUFFER PIPELINE ATTACH END RUN TYPE SIZE FILL
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h858 FILL = (0U << 18),
H A Dassembler-mips64.cc3316 Instr instr = MSA | MSA_2R_FORMAT | FILL | MSA_2R_DF_##format | \
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h809 FILL = (0U << 18),
H A Dassembler-mips.cc3109 Instr instr = MSA | MSA_2R_FORMAT | FILL | MSA_2R_DF_##format | \
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc6059 case FILL:
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc5773 case FILL:

Completed in 47 milliseconds