Home
last modified time | relevance | path

Searched refs:param (Results 1526 - 1550 of 2316) sorted by relevance

1...<<61626364656667686970>>...93

/third_party/openssl/test/
H A Devp_pkey_provided_test.c1310 * input point given as a param to create this key. in test_fromdata_ec()
1357 EVP_PKEY *param = NULL, *pkey = NULL; in test_ec_dup_no_operation() local
1363 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, &param), 0) in test_ec_dup_no_operation()
1364 || !TEST_ptr(param)) in test_ec_dup_no_operation()
1370 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param, NULL)) in test_ec_dup_no_operation()
1378 EVP_PKEY_free(param); in test_ec_dup_no_operation()
1390 EVP_PKEY *param = NULL, *pkey = NULL; in test_ec_dup_keygen_operation() local
1396 || !TEST_int_gt(EVP_PKEY_paramgen(pctx, &param), 0) in test_ec_dup_keygen_operation()
1397 || !TEST_ptr(param)) in test_ec_dup_keygen_operation()
1403 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param, NUL in test_ec_dup_keygen_operation()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2646 struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1}; in sched_set_stop_task() local
2658 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
5981 const struct sched_param *param, bool check) in _sched_setscheduler()
5985 .sched_priority = param->sched_priority, in _sched_setscheduler()
6003 * @param: structure containing the new RT priority.
6012 const struct sched_param *param) in sched_setscheduler()
6014 return _sched_setscheduler(p, policy, param, true); in sched_setscheduler()
6035 * @param: structure containing the new RT priority.
6045 const struct sched_param *param) in sched_setscheduler_nocheck()
6047 return _sched_setscheduler(p, policy, param, fals in sched_setscheduler_nocheck()
5980 _sched_setscheduler(struct task_struct *p, int policy, const struct sched_param *param, bool check) _sched_setscheduler() argument
6011 sched_setscheduler(struct task_struct *p, int policy, const struct sched_param *param) sched_setscheduler() argument
6044 sched_setscheduler_nocheck(struct task_struct *p, int policy, const struct sched_param *param) sched_setscheduler_nocheck() argument
6096 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) do_sched_setscheduler() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.h600 const GLint *param);
606 const GLfloat *param);
737 const GLint *param);
743 const GLuint *param);
1740 const GLint *param);
1745 const GLuint *param);
2384 const GLint *param);
2389 const GLuint *param);
2437 GLfloat param);
2447 GLint param);
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
H A DMakefile18 PARAM_FILE := ../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
H A DMakefile18 PARAM_FILE:=../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A DMakefile18 PARAM_FILE:=../../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/
H A DMakefile20 PARAM_FILE:=../Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H A DMakefile18 PARAM_FILE:=../../../mpp/Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/
H A DMakefile20 PARAM_FILE:=../../Makefile.param
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A DMakefile18 PARAM_FILE:=../../mpp/Makefile.param
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_sdio_device.h108 hi_u16 param; member
167 * @param None
186 * @param None
205 * @param None
223 * @param callback_func [IN] type #const hi_sdio_intcallback,sdio callback function.
242 * @param admatable [IN] type #hi_u8 *, adma table first address. One channel occupies eight bytes. Ensure that the
246 * @param adma_index [IN] type hi_u32, adma_index adma Transmission channel number, range: [0-130].CNcomment:adma
266 * @param padlen [IN] type #hi_u32, Length of data to be sent after data alignment.
268 * @param admatable [IN] type #hi_u8 *, adma table first address. One channel occupies eight bytes. Ensure that the
271 * @param adma_inde
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h49 #include <sys/param.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dbridge.h51 void *param; member
H A Disp_params.h25 void (*save_first_param)(struct rkisp_isp_params_vdev *params_vdev, void *param);
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.h68 RK_S32 control(VpuCodecContext *ctx, VPU_API_CMD cmd, void *param);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_device.h138 MPP_RET mpp_dev_ioctl(MppDev ctx, RK_S32 cmd, void *param);
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Dim2d_common.h75 IM_API rga_buffer_handle_t rga_import_buffer(uint64_t memory, int type, im_handle_param_t *param);
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.h28 void (*save_first_param)(struct rkisp_isp_params_vdev *params_vdev, void *param);
H A Dbridge.h51 void *param; member
/third_party/ffmpeg/libavcodec/
H A Dqsv_internal.h152 mfxExtBuffer *param);

Completed in 21 milliseconds

1...<<61626364656667686970>>...93