/third_party/skia/third_party/externals/swiftshader/tests/regres/consts/ |
D | consts.go | 16 package consts package
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
D | jccolext-neon.c | 60 const uint16x4x2_t consts = vld1_u16_x2(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local 65 const uint16x4x2_t consts = { { consts1, consts2 } }; in jsimd_rgb_ycc_convert_neon() local
|
/third_party/ffmpeg/libavcodec/ |
D | sbcdsp.c | 63 const int16_t *consts, in sbc_analyze_simd() 95 const int16_t *consts) in sbc_analyze_4_simd() 101 const int16_t *consts) in sbc_analyze_8_simd()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 103 const int16x4_t consts = vld1_s16(jsimd_idct_2x2_neon_consts); in jsimd_idct_2x2_neon() local 227 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() local 233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon() local
|
D | jidctint-neon.c | 359 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular() local 486 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse() local 570 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular() local 717 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse() local
|
D | jdmrgext-neon.c | 70 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_h2v1_merged_upsample_neon() local 326 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_h2v2_merged_upsample_neon() local
|
D | jfdctfst-neon.c | 87 const int16x4_t consts = vld1_s16(jsimd_fdct_ifast_neon_consts); in jsimd_fdct_ifast_neon() local
|
D | jdcolext-neon.c | 61 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_ycc_rgb_convert_neon() local
|
D | jfdctint-neon.c | 91 const int16x4x3_t consts = vld1_s16_x3(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon() local
|
D | jidctfst-neon.c | 95 const int16x4_t consts = vld1_s16(jsimd_idct_ifast_neon_consts); in jsimd_idct_ifast_neon() local
|
/third_party/python/Lib/test/ |
D | test_code.py | 141 def consts(t): function 273 def find_const(self, consts, value): argument
|
/third_party/python/Python/ |
D | peephole.c | 133 PyObject *consts, int n) in fold_tuple_on_constants() 230 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
|
D | marshal.c | 1307 PyObject *consts = NULL; in r_object() local
|
D | compile.c | 5811 PyObject *consts, *k, *v; in consts_dict_keys_inorder() local 5900 PyObject *consts = NULL; in makecode() local
|
D | ceval.c | 946 PyObject *consts; in _PyEval_EvalFrameDefault() local
|
/third_party/python/Objects/ |
D | codeobject.c | 119 PyObject *code, PyObject *consts, PyObject *names, in PyCode_NewWithPosOnlyArgs() 269 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New() 455 PyObject *consts; in code_new() local
|
D | funcobject.c | 14 PyObject *doc, *consts, *module; in PyFunction_NewWithQualName() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
D | jccolext-neon.c | 58 const uint16x8_t consts = vld1q_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | check.go | 168 consts map[t.QID]*a.Const member
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 387 struct sljit_const *consts; member
|
/third_party/toybox/toys/pending/ |
D | bc.c | 269 BcVec consts; member
|