Searched defs:param (Results 51 - 75 of 431) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dlognormal_distribution.h85 _LIBCPP_HIDE_FROM_ABI param_type param() const { return param_type(__nd_.mean(), __nd_.stddev()); } function in class:lognormal_distribution
86 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { function in class:lognormal_distribution
H A Dstudent_t_distribution.h80 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } function in class:student_t_distribution
81 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } function in class:student_t_distribution
H A Dseed_seq.h58 _LIBCPP_HIDE_FROM_ABI void param(_OutputIterator __dest) const { function in class:seed_seq
/freebsd-current/contrib/ncurses/form/
H A Dfty_int.c76 thisARG *param = (thisARG *)arg; local
/freebsd-current/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c158 struct scsipi_start_stop *param = (void *)cmd; local
185 struct scsi_rw_6 *param = (void *)cmd; local
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c73 slave_died(int param) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp126 DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data); local
141 DoStopTheWorldParam param = {callback, argument}; local
/freebsd-current/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c343 struct target_param *param; local
722 struct target_param *param; local
739 struct target_param *param; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mcu.c117 int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param) argument
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc93 void Helper1(Helper1Param param) { argument
123 const Helper1Param param = {&foo, &count1}; local
/freebsd-current/crypto/openssl/crypto/evp/
H A Dp5_crpt2.c112 PKCS5_v2_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) argument
173 PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de) argument
180 PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) argument
265 PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de) argument
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.c26 v14EepromGet(struct ath_hal *ah, int param, void *val) argument
160 v14EepromSet(struct ath_hal *ah, int param, int v) argument
H A Dah_eeprom_9287.c27 v9287EepromGet(struct ath_hal *ah, int param, void *val) argument
124 v9287EepromSet(struct ath_hal *ah, int param, int v) argument
H A Dah_eeprom_v4k.c28 v4kEepromGet(struct ath_hal *ah, int param, void *val) argument
119 v4kEepromSet(struct ath_hal *ah, int param, int v) argument
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1299 u32 addr, size, offset, resp, param, val; local
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c671 saSetDeviceInfo( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, agsaDevHandle_t *agDevHandle, bit32 option, bit32 param, ossaSetDeviceInfoCB_t agCB ) argument
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dmevent_test.c93 timer_callback(int fd, enum ev_type type, void *param) argument
116 echoer_callback(int fd, enum ev_type type, void *param) argument
126 echoer(void *param) argument
167 echoer(void *param) argument
182 acceptor_callback(int fd, enum ev_type type, void *param) argument
190 acceptor(void *param) argument
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dbmi.c312 int ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) argument
/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_hid.c22 struct param { struct
[all...]
H A Dfuzz_largeblob.c21 struct param { struct
/freebsd-current/lib/libthr/thread/
H A Dthr_kern.c87 _schedparam_to_rtp(int policy, const struct sched_param *param, argument
109 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) argument
122 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) argument
66 _rtp_to_schedparam(const struct rtprio *rtp, int *policy, struct sched_param *param) argument
[all...]
/freebsd-current/sys/dev/vmgenc/
H A Dvmgenc_acpi.c173 ACPI_OBJECT param[3]; local
[all...]
/freebsd-current/sys/geom/raid3/
H A Dg_raid3_ctl.c337 char param[16]; local
/freebsd-current/sys/dev/pst/
H A Dpst-iop.c339 struct i2o_get_param_operation *param; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp78 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) { argument

Completed in 180 milliseconds

1234567891011>>