Home
last modified time | relevance | path

Searched defs:consts (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/consts/
Dconsts.go16 package consts package
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c60 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/
Dsbcdsp.c63 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/
Djidctred-neon.c103 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
Djidctint-neon.c359 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
Djdmrgext-neon.c70 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
Djfdctfst-neon.c87 const int16x4_t consts = vld1_s16(jsimd_fdct_ifast_neon_consts); in jsimd_fdct_ifast_neon() local
Djdcolext-neon.c61 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_ycc_rgb_convert_neon() local
Djfdctint-neon.c91 const int16x4x3_t consts = vld1_s16_x3(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon() local
Djidctfst-neon.c95 const int16x4_t consts = vld1_s16(jsimd_idct_ifast_neon_consts); in jsimd_idct_ifast_neon() local
/third_party/python/Lib/test/
Dtest_code.py141 def consts(t): function
273 def find_const(self, consts, value): argument
/third_party/python/Python/
Dpeephole.c133 PyObject *consts, int n) in fold_tuple_on_constants()
230 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
Dmarshal.c1307 PyObject *consts = NULL; in r_object() local
Dcompile.c5811 PyObject *consts, *k, *v; in consts_dict_keys_inorder() local
5900 PyObject *consts = NULL; in makecode() local
Dceval.c946 PyObject *consts; in _PyEval_EvalFrameDefault() local
/third_party/python/Objects/
Dcodeobject.c119 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
Dfuncobject.c14 PyObject *doc, *consts, *module; in PyFunction_NewWithQualName() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c58 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/
Dcheck.go168 consts map[t.QID]*a.Const member
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h387 struct sljit_const *consts; member
/third_party/toybox/toys/pending/
Dbc.c269 BcVec consts; member