Home
last modified time | relevance | path

Searched defs:def (Results 301 - 325 of 435) sorted by relevance

1...<<1112131415161718

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp176 void CodeEmitterNV50::defId(const ValueDef& def, const int pos) in defId() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c782 nir_ssa_def *def = nir_build_imm(&b, swiz_max + 1, 32, value); in lower_alu() local
828 nir_ssa_def *def = nir_build_imm(&b, num_components, 32, value); in lower_alu() local
932 nir_ssa_def *def = nir_build_imm(&b, intr->dest.ssa.num_components, 32, value); in emit_shader() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dfuzzers.rs328 let mut def = String::new(); fmt() variables
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c893 check_handling(display *d, int def, png_uint_32 chunks, png_uint_32 known, in check_handling() argument
1014 int def; in perform_one_test() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalematcher.cpp370 const Locale *def = builder.defaultLocale_; in LocaleMatcher() local
/third_party/python/Python/
H A Dcontext.c183 PyContextVar_New(const char *name, PyObject *def) in PyContextVar_New() argument
196 PyContextVar_Get(PyObject *ovar, PyObject *def, PyObject **val) in PyContextVar_Get() argument
815 contextvar_new(PyObject *name, PyObject *def) in contextvar_new() argument
864 PyObject *def = NULL; contextvar_tp_new() local
936 PyObject *def = PyObject_Repr(self->var_default); contextvar_tp_repr() local
[all...]
/third_party/python/Modules/
H A D_testmultiphase.c327 PyModuleDef *def = PyModule_GetDef(mod); in call_state_registration_func() local
463 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule() argument
687 createfunc_null(PyObject *spec, PyModuleDef *def) createfunc_null() argument
707 createfunc_raise(PyObject *spec, PyModuleDef *def) createfunc_raise() argument
728 createfunc_unreported_exception(PyObject *spec, PyModuleDef *def) createfunc_unreported_exception() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h765 std::string def = field->DebugStringWithOptions(options); in PrintFieldComment() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c689 struct cil_default *def = node->data; in cil_write_ast_node() local
705 struct cil_default *def = node->data; in cil_write_ast_node() local
721 struct cil_default *def = node->data; cil_write_ast_node() local
737 struct cil_defaultrange *def = node->data; cil_write_ast_node() local
[all...]
H A Dcil_reset_ast.c463 static void cil_reset_default(struct cil_default *def) in cil_reset_default() argument
468 static void cil_reset_defaultrange(struct cil_defaultrange *def) in cil_reset_defaultrange() argument
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp268 Instruction* def = get_def_use_mgr()->GetDef(id); in KillDef() local
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp137 static int getIterationCountOrDefault (const tcu::CommandLine& cmdLine, int def) in getIterationCountOrDefault() argument
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp137 static int getIterationCountOrDefault (const tcu::CommandLine& cmdLine, int def) in getIterationCountOrDefault() argument
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h271 unsigned def[DDR_PHY_CA_REG_MAX]; member
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h272 unsigned def[DDR_PHY_CA_REG_MAX]; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A Dimx307_cmos.c869 static void cmos_get_isp_linear_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_linear_default() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_cmos.c750 static HI_VOID cmos_get_isp_dng_default(ISP_SNS_STATE_S *sns_state, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_dng_default() argument
788 cmos_get_isp_linear_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_linear_default() argument
817 cmos_get_isp_built_in_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_built_in_wdr_default() argument
853 cmos_get_isp_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) cmos_get_isp_default() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp150 MuxerPluginDef def; in RegisterMuxerPlugins() local
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp468 auto def = (*find1)->props_ + idx; in CheckCallArgType() local
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c108 struct sbg_script_definition *def; member
582 parse_block_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_block_def() argument
739 parse_synth_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_synth_def() argument
767 struct sbg_script_definition *def; parse_named_def() local
959 struct sbg_script_definition *def; expand_tseq() local
[all...]
/third_party/glslang/StandAlone/
H A DStandAlone.cpp233 void addDef(std::string def) in addDef() argument
[all...]
/third_party/alsa-utils/amixer/
H A Damixer.c1246 static unsigned int channels_mask(char **arg, unsigned int def) in channels_mask() argument
1262 static unsigned int dir_mask(char **arg, unsigned int def) in dir_mask() argument
/third_party/backends/backend/pixma/
H A Dpixma.c215 getenv_atoi (const char *name, int def) in getenv_atoi() argument
/third_party/backends/backend/
H A Dteco2.h365 const struct scanners_supported *def; /* default options for that scanner */ member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h505 GetNotDefaultOrNull( SetUpTearDownSuiteFuncType a, SetUpTearDownSuiteFuncType def) GetNotDefaultOrNull() argument

Completed in 42 milliseconds

1...<<1112131415161718