/aosp_15_r20/external/ltp/testcases/misc/math/float/ |
H A D | thread_code.c | 154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() 168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot() 181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf() 210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow() 224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma() 256 static void compute_ldexp(TH_DATA * th_data, double *din, double *dex, in compute_ldexp() 281 double *din, *dex, *dex2 = NULL; in thread_code() local
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
H A D | ByteUtilsTest.java | 121 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3, 4, 5 })); in fromLittleEndianFromDataInput() local 127 … DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3, 4, (byte) 128 })); in fromLittleEndianFromDataInputUnsignedInt32() local 133 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[0])); in fromLittleEndianFromDataInputThrowsForLengthTooBig() local 139 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3 })); in fromLittleEndianFromDataInputThrowsForPrematureEnd() local
|
/aosp_15_r20/external/coreboot/src/drivers/spi/ |
H A D | spi_flash.c | 40 size_t bytes_out, void *din, size_t bytes_in) in do_spi_flash_cmd() 71 size_t bytes_out, void *din, size_t bytes_in) in do_dual_output_cmd() 99 size_t bytes_out, void *din, size_t bytes_in) in do_dual_io_cmd() 782 size_t bytesout, void *din, size_t bytesin)) in spi_flash_vector_helper() 785 void *din; in spi_flash_vector_helper() local
|
H A D | bitbang.c | 31 size_t bytes_out, void *din, size_t bytes_in) in spi_bitbang_xfer()
|
H A D | spi-generic.c | 69 void *din, size_t bytesin) in spi_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/ |
H A D | qspi.c | 270 void *din, size_t in_bytes) in xfer() 286 size_t out_bytes, void *din, size_t in_bytes) in qspi_xfer() 292 size_t out_bytes, void *din, size_t in_bytes) in qspi_xfer_dual()
|
H A D | qup_se_handler.c | 54 static int handle_rx(unsigned int bus, u8 *din, unsigned int rx_rem_bytes) in handle_rx() 152 int qup_handle_transfer(unsigned int bus, const void *dout, void *din, int size, in qup_handle_transfer()
|
H A D | qupv3_i2c.c | 118 void *dout = NULL, *din = NULL; in i2c_do_xfer() local
|
H A D | qupv3_spi.c | 80 size_t bytes_out, void *din, size_t bytes_in) in qup_spi_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/sifive/fu740/ |
H A D | spi.c | 49 void *din, size_t bytesin) in fu740_spi_xfer() 175 char din[10]; in fu740_spi_setup() local
|
/aosp_15_r20/external/javassist/src/main/javassist/tools/rmi/ |
H A D | ObjectImporter.java | 177 ObjectInputStream din = new ObjectInputStream(in); in lookupObject() local 249 ObjectInputStream din = new ObjectInputStream(ins); in call() local
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/common/ |
H A D | spi.c | 181 size_t *bytes_out, void *din, size_t *bytes_in) in do_xfer() 230 size_t bytes_out, void *din, size_t bytes_in) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | spi-generic.h | 65 void *din; member 299 unsigned char din[2]; in spi_w8r8() local
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq806x/ |
H A D | spi.c | 646 uint8_t *din, unsigned int in_bytes) in spi_xfer_rx_packet() 674 size_t out_bytes, void *din, size_t in_bytes) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/spi/ |
D | iproc_spi.c | 28 void *din, uint32_t flags) in spi_xfer()
|
D | iproc_qspi.c | 275 const void *dout, void *din, unsigned long flags) in iproc_qspi_xfer()
|
/aosp_15_r20/external/aac/libFDK/src/mips/ |
H A D | fft_rad2_mips.cpp | 123 int32c *din = (int32c *)x; in dit_fft() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/spi/ |
H A D | iproc_spi.c | 28 void *din, uint32_t flags) in spi_xfer()
|
H A D | iproc_qspi.c | 275 const void *dout, void *din, unsigned long flags) in iproc_qspi_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/ |
H A D | spi_bitbang.c | 123 size_t bytes_out, void *din, size_t bytes_in) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/sifive/fu540/ |
H A D | spi.c | 69 void *din, size_t bytesin) in spi_xfer_()
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/spi/ |
H A D | fch_spi_ctrl.c | 126 size_t bytesout, void *din, size_t bytesin) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | spi.c | 214 size_t bytes_out, void *din, size_t bytes_in) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/ |
H A D | spi.c | 165 void *din, size_t bytes_in) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq40xx/ |
H A D | spi.c | 570 size_t out_bytes, void *din, size_t in_bytes) in spi_ctrlr_xfer()
|