Searched refs:uout (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcclibs/libdecnumber/ |
| D | decUtility.c | 230 Unit *uout = dn->lsu; /* -> current output unit */ in decDenseUnpackCoeff() local 233 Unit *last = uout; /* will be unit containing msd */ in decDenseUnpackCoeff() 271 *uout = 0; in decDenseUnpackCoeff() 274 *uout = DPD2BIN[dpd]; /* convert 10 bits to binary 0-999 */ in decDenseUnpackCoeff() 275 last = uout; /* record most significant unit */ in decDenseUnpackCoeff() 277 uout++; in decDenseUnpackCoeff() 286 *uout = out; in decDenseUnpackCoeff() 287 uout++; in decDenseUnpackCoeff() 299 last = uout; in decDenseUnpackCoeff() 305 *uout = out; in decDenseUnpackCoeff() [all …]
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_cmd.c | 98 void *uout, int uout_size, in alloc_cmd() argument 112 ent->uout = uout; in alloc_cmd() 835 err = mlx5_copy_from_msg(ent->uout, in complete_command() 840 ent->uout); in complete_command() 971 struct mlx5_cmd_msg *out, void *uout, int uout_size, in mlx5_cmd_invoke() argument 986 ent = alloc_cmd(cmd, in, uin_size, out, uout, uout_size, callback, in mlx5_cmd_invoke()
|
| /freebsd-12-stable/sys/dev/acpi_support/ |
| D | acpi_hp.c | 1116 UINT8 uout; in acpi_hp_hex_decode() local 1134 uout = 0; in acpi_hp_hex_decode() 1135 acpi_hp_hex_to_int(uin, &uout); in acpi_hp_hex_decode() 1136 buffer[i/3] = (char) uout; in acpi_hp_hex_decode()
|
| /freebsd-12-stable/sys/dev/mlx5/ |
| D | driver.h | 839 void *uout; member
|