Searched refs:_C (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw_sm.c | 1800 #define _C(f, o, g, m, s) { f, NVC0_COMPUTE_MP_PM_OP_MODE_##o, 0, g, m, s } macro 1807 .ctr[0] = _C(0xaaaa, LOGOP, 0x11, 0x000000ff, 0x00000000), 1816 .ctr[0] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000010), 1817 .ctr[1] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000020), 1818 .ctr[2] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000030), 1819 .ctr[3] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000040), 1820 .ctr[4] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000050), 1821 .ctr[5] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000060), 1830 .ctr[0] = _C(0xaaaa, LOGOP, 0x63, 0x000000ff, 0x00000030), 1839 .ctr[0] = _C( 2230 #undef _C global() macro [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless.c | 584 (OUT)[0] = IN##0_C; \ 585 (OUT)[1] = IN##1_C; \ 586 (OUT)[2] = IN##2_C; \ 587 (OUT)[3] = IN##3_C; \ 588 (OUT)[4] = IN##4_C; \ 589 (OUT)[5] = IN##5_C; \ 590 (OUT)[6] = IN##6_C; \ 591 (OUT)[7] = IN##7_C; \ 592 (OUT)[8] = IN##8_C; \ 593 (OUT)[9] = IN##9_C; \ [all...] |
H A D | lossless_enc.c | 741 static void PredictorSub##PREDICTOR_I##_C(const uint32_t* in, \ 748 VP8LPredictor##PREDICTOR_I##_C(in[x - 1], upper + x); \
|
/third_party/python/Lib/multiprocessing/ |
H A D | reduction.py | 211 class _C: class 214 register(type(_C().f), _reduce_method) 277 register(type(_C().f), _reduce_method)
|
/third_party/python/Lib/ |
H A D | types.py | 39 class _C: class 41 MethodType = type(_C()._m) 63 del sys, _f, _g, _C, _c, _ag # Not for export
|
/third_party/python/Lib/test/ |
H A D | test_dis.py | 31 class _C: class 53 """ % (_C.__init__.__code__.co_firstlineno, _C.__init__.__code__.co_firstlineno + 1,) 76 """ % (_C.cm.__code__.co_firstlineno, _C.cm.__code__.co_firstlineno + 2,) 87 """ % (_C.sm.__code__.co_firstlineno, _C.sm.__code__.co_firstlineno + 2,) 97 """ % (_C.__init__.__name__, dis_c_instance_method, 98 _C.cm.__name__, dis_c_class_method, 99 _C [all...] |
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 53 $($(1)) $($(1)FLAGS) $($(2)) $($(1)_DEPFLAGS) $($(1)_C) $($(1)_O) $(patsubst $(SRC_PATH)/%,$(SRC_LINK)/%,$<)
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 401 requires_config_enabled MBEDTLS_${MODE}_C 402 requires_config_enabled MBEDTLS_${KEY_TYPE}_C 574 CURR_ALG=MBEDTLS_${1}_C
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 35 # define RENAME(a) a ## _C
|
/third_party/ffmpeg/ |
H A D | configure | 4861 eval ${1}_C=\${_cc_c-\${${1}_C}}
|
Completed in 35 milliseconds