Home
last modified time | relevance | path

Searched defs:val (Results 126 – 150 of 3029) sorted by relevance

12345678910>>...122

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.c221 void wrapper_set_int(wrapperctx *ctx, int val) in wrapper_set_int()
228 void wrapper_set_int_r(wrapperctx *ctx, int val) in wrapper_set_int_r()
235 void wrapper_set_int_i(wrapperctx *ctx, int val) in wrapper_set_int_i()
242 void wrapper_set_mpfr(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr()
249 void wrapper_set_mpfr_r(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr_r()
256 void wrapper_set_mpfr_i(wrapperctx *ctx, const mpfr_t val) in wrapper_set_mpfr_i()
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c554 parse_oid_numeric(struct snmp_value *value, char *val) in parse_oid_numeric()
611 parse_ip(struct snmp_value * value, char * val) in parse_ip()
633 parse_int(struct snmp_value *value, char *val) in parse_int()
657 parse_int_string(struct snmp_object *object, char *val) in parse_int_string()
680 parse_uint(struct snmp_value *value, char *val) in parse_uint()
704 parse_ticks(struct snmp_value *value, char *val) in parse_ticks()
714 parse_gauge(struct snmp_value *value, char *val) in parse_gauge()
724 parse_counter(struct snmp_value *value, char *val) in parse_counter()
734 parse_uint64(struct snmp_value *value, char *val) in parse_uint64()
759 parse_syntax_val(struct snmp_value *value, enum snmp_syntax syntax, char *val) in parse_syntax_val()
/freebsd/sys/contrib/dev/rtw88/
H A Dhci.h102 static inline void rtw_write8(struct rtw_dev *rtwdev, u32 addr, u8 val) in rtw_write8()
107 static inline void rtw_write16(struct rtw_dev *rtwdev, u32 addr, u16 val) in rtw_write16()
112 static inline void rtw_write32(struct rtw_dev *rtwdev, u32 addr, u32 val) in rtw_write32()
119 u8 val; in rtw_write8_set() local
127 u16 val; in rtw_write16_set() local
135 u32 val; in rtw_write32_set() local
143 u8 val; in rtw_write8_clr() local
151 u16 val; in rtw_write16_clr() local
159 u32 val; in rtw_write32_clr() local
169 u32 val; in rtw_read_rf() local
/freebsd/sys/arm/allwinner/
H A Daw_thermal.c237 h3_to_temp(uint32_t val, int sensor) in h3_to_temp()
243 h3_to_reg(int val, int sensor) in h3_to_reg()
269 h5_to_temp(uint32_t val, int sensor) in h5_to_temp()
294 h5_to_reg(int val, int sensor) in h5_to_reg()
430 uint32_t val; in aw_thermal_gettemp() local
440 uint32_t val; in aw_thermal_getshut() local
451 uint32_t val; in aw_thermal_setshut() local
462 uint32_t val; in aw_thermal_gethyst() local
473 uint32_t val; in aw_thermal_getalarm() local
484 uint32_t val; in aw_thermal_setalarm() local
[all …]
/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local()
128 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
136 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or()
145 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load()
H A Dthreads_pthread.c173 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local()
199 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
225 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or()
251 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load()
/freebsd/sys/compat/linux/
H A Dlinux_timer.c119 struct itimerspec val, oval, *ovalp; in linux_timer_settime() local
146 struct itimerspec val, oval, *ovalp; in linux_timer_settime64() local
173 struct itimerspec val; in linux_timer_gettime() local
189 struct itimerspec val; in linux_timer_gettime64() local
/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_rf.c60 uint32_t val; in r92e_rf_read() local
79 r92e_rf_write(struct rtwn_softc *sc, int chain, uint8_t addr, uint32_t val) in r92e_rf_write()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h65 #define setb(buf,ofs,val) (((u_int8_t*)(buf))[ofs])=val argument
77 #define setwle(buf,ofs,val) getwle(buf,ofs)=val argument
78 #define setwbe(buf,ofs,val) getwle(buf,ofs)=htons(val) argument
79 #define setdle(buf,ofs,val) getdle(buf,ofs)=val argument
80 #define setdbe(buf,ofs,val) getdle(buf,ofs)=htonl(val) argument
89 #define setwbe(buf,ofs,val) getwbe(buf,ofs)=val argument
90 #define setwle(buf,ofs,val) getwbe(buf,ofs)=bswap16(val) argument
91 #define setdbe(buf,ofs,val) getdbe(buf,ofs)=val argument
92 #define setdle(buf,ofs,val) getdbe(buf,ofs)=bswap32(val) argument
/freebsd/usr.bin/factor/
H A Dfactor.c112 BIGNUM *val; in main() local
166 pr_fact(BIGNUM *val) in pr_fact()
226 pr_print(BIGNUM *val) in pr_print()
248 pollard_pminus1(BIGNUM *val) in pollard_pminus1()
383 convert_str2bn(BIGNUM **val, char *p) in convert_str2bn()
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_common.c152 uint32_t val, mask; in bwn_phy_force_clock() local
178 uint16_t val; in bwn_radio_wait_value() local
194 uint32_t val, mask; in bwn_mac_phy_clock_set() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dmem.h225 U16 val; ZSTD_memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
230 U32 val; ZSTD_memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
235 U64 val; ZSTD_memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
240 size_t val; ZSTD_memcpy(&val, memPtr, sizeof(val)); return val; in MEM_readST() local
314 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
330 MEM_STATIC void MEM_writeLE24(void* memPtr, U32 val) in MEM_writeLE24()
376 MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val) in MEM_writeLEST()
426 MEM_STATIC void MEM_writeBEST(void* memPtr, size_t val) in MEM_writeBEST()
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c75 uint8_t val; in dwc_hdmi_phy_wait_i2c_done() local
250 uint8_t val; in dwc_hdmi_phy_test_clear() local
263 uint8_t val; in dwc_hdmi_clear_overflow() local
277 uint8_t val; in dwc_hdmi_phy_configure() local
439 uint8_t val; in dwc_hdmi_configure_audio() local
505 uint8_t val; in dwc_hdmi_video_packetize() local
582 uint8_t val; in dwc_hdmi_video_sample() local
606 uint8_t de, val; in dwc_hdmi_tx_hdcp_config() local
/freebsd/tools/bus_space/C/
H A Dlang.c37 uint8_t val; in bus_read_1() local
45 uint16_t val; in bus_read_2() local
53 uint32_t val; in bus_read_4() local
59 bus_write_1(int rid, long ofs, uint8_t val) in bus_write_1()
66 bus_write_2(int rid, long ofs, uint16_t val) in bus_write_2()
73 bus_write_4(int rid, long ofs, uint32_t val) in bus_write_4()
/freebsd/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c56 #define WRITE4(_clk, off, val) \ argument
58 #define READ4(_clk, off, val) \ argument
78 uint32_t val, idx; in imx_clk_composite_init() local
96 uint32_t val = 0; in imx_clk_composite_set_gate() local
117 uint32_t val = 0; in imx_clk_composite_set_mux() local
213 uint32_t val; in imx_clk_composite_set_freq() local
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_abs.c48 int val; in ATF_TC_BODY() member
72 intmax_t val; in ATF_TC_BODY() member
99 long val; in ATF_TC_BODY() member
125 long long val; in ATF_TC_BODY() member
/freebsd/sys/contrib/libfdt/
H A Dfdt_addresses.c61 int val; in fdt_address_cells() local
81 int val; in fdt_size_cells() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_pf.c54 val2snmp_truth(uint8_t val) in val2snmp_truth()
74 op_begemot_bridge_pf(struct snmp_context *ctx, struct snmp_value *val, in op_begemot_bridge_pf()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rf.c57 uint32_t reg[R92C_MAX_CHAINS], val; in r92c_rf_read() local
85 uint32_t val) in r92c_rf_write()
/freebsd/sys/arm/mv/armada38x/
H A Darmada38x_pl310.c69 mv_a38x_platform_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val) in mv_a38x_platform_pl310_write_ctrl()
76 mv_a38x_platform_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val) in mv_a38x_platform_pl310_write_debug()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h69 #define AL_REG_FIELD_SET(reg, mask, shift, val) \ argument
75 #define AL_REG_FIELD_SET_64(reg, mask, shift, val) \ argument
84 #define AL_REG_BITS_FIELD(shift, val) \ argument
88 #define AL_REG_BIT_VAL_SET(reg, shift, val) \ argument
119 #define AL_ALIGN_UP(val, size) \ argument
/freebsd/sys/dev/clk/allwinner/
H A Daw_clk_np.c59 #define WRITE4(_clk, off, val) \ argument
61 #define READ4(_clk, off, val) \ argument
80 uint32_t val; in aw_clk_np_set_gate() local
136 uint32_t val, n, p, best_n, best_p; in aw_clk_np_set_freq() local
195 uint32_t val, n, p; in aw_clk_np_recalc() local
/freebsd/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c29 uint64_t val = load64(ptr64) & mask; in slurp_head64() local
49 uint64_t val = load64(ptr) & mask; in slurp_tail64() local
137 uint64_t val = vaddlvq_u32(vreinterpretq_u32_u64(vsum0)); in __chksum_aarch64_simd() local
/freebsd/sys/dev/bfe/
H A Dif_bfe.c634 bfe_miibus_writereg(device_t dev, int phy, int reg, int val) in bfe_miibus_writereg()
649 u_int32_t val; in bfe_miibus_statchg() local
861 u_int32_t bar_orig, val; in bfe_pci_setup() local
894 u_int32_t val; in bfe_resetphy() local
925 u_int32_t val; in bfe_chip_reset() local
1030 u_int32_t val; in bfe_core_reset() local
1061 u_int32_t val; in bfe_cam_write() local
1091 u_int32_t val; in bfe_set_rx_mode() local
1170 u_int32_t val = CSR_READ_4(sc, reg); in bfe_wait_bit() local
1229 u_int32_t val; in bfe_setupphy() local
[all …]
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c171 #define set_el0(x, val) cp15_## x ##_set(val) argument
172 #define set_el1(x, val) cp15_## x ##_set(val) argument
177 #define set_el0(x, val) WRITE_SPECIALREG(x ##_el0, val) argument
178 #define set_el1(x, val) WRITE_SPECIALREG(x ##_el1, val) argument
191 uint64_t val in get_cntxct_a64_unstable() local
213 uint64_t val; in get_cntxct() local
225 set_ctrl(uint32_t val, bool physical) in set_ctrl()
238 set_tval(uint32_t val, bool physical) in set_tval()
253 uint32_t val; in get_ctrl() local
286 uint64_t val; in cntpct_handler() local

12345678910>>...122