Home
last modified time | relevance | path

Searched refs:din (Results 1 – 25 of 206) sorted by relevance

123456789

/external/icu/icu4c/source/data/zone/
Dro.txt1315 ld{"Ora de vară din Alaska"}
1316 lg{"Ora din Alaska"}
1317 ls{"Ora standard din Alaska"}
1345 ld{"Ora de vară din Anadyr"}
1346 lg{"Ora din Anadyr"}
1347 ls{"Ora standard din Anadyr"}
1350 ld{"Ora de vară din Apia"}
1351 lg{"Ora din Apia"}
1352 ls{"Ora standard din Apia"}
1405 ld{"Ora de vară din Azore"}
[all …]
/external/icu/icu4c/source/data/curr/
Dro.txt11 "dirham din Emiratele Arabe Unite",
27 "gulden din Antilele Olandeze",
67 "marcă convertibilă din Bosnia și Herțegovina",
71 "dolar din Barbados",
75 "taka din Bangladesh",
95 "dinar din Bahrain",
103 "dolar din Bermuda",
107 "dolar din Brunei",
135 "dolar din Bahamas",
139 "ngultrum din Bhutan",
[all …]
Dcs.txt95 "bosenský dinár (1992–1994)",
103 "bosenský nový dinár (1994–1997)",
143 "bahrajnský dinár",
291 "srbský dinár (2002–2006)",
339 "alžírský dinár",
467 "chorvatský dinár",
507 "irácký dinár",
531 "jordánský dinár",
571 "kuvajtský dinár",
631 "libyjský dinár",
[all …]
Dsk.txt95 "bosniansko-hercegovinský dinár (1992 – 1994)",
103 "bosniansko-hercegovinský nový dinár (1994 – 1997)",
143 "bahrajnský dinár",
291 "srbský dinár (2002 – 2006)",
339 "alžírsky dinár",
467 "chorvátsky dinár",
507 "iracký dinár",
531 "jordánsky dinár",
571 "kuvajtský dinár",
631 "líbyjský dinár",
[all …]
Dlv.txt75 "Bahreinas dinārs",
195 "Alžīrijas dinārs",
311 "Irākas dinārs",
331 "Jordānas dinārs",
363 "Kuveitas dinārs",
411 "Lībijas dinārs",
571 "Serbijas dinārs",
675 "Tunisijas dinārs",
1024 one{"Bahreinas dinārs"}
1025 other{"Bahreinas dināri"}
[all …]
/external/ltp/testcases/misc/math/float/
Dthread_code.c154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument
159 d = din[index]; in compute_normal()
168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot() argument
173 d = din[index]; in compute_atan2_hypot()
181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf() argument
189 d = din[index]; in compute_modf()
210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow() argument
215 d = din[index]; in compute_fmod_pow()
224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma() argument
233 d = din[index]; in compute_frexp_lgamma()
[all …]
/external/u-boot/board/CZ.NIC/turris_mox/
Dturris_mox.c60 u8 din[10], dout[10]; in last_stage_init() local
74 memset(din, 0, 10); in last_stage_init()
77 ret = spi_xfer(slave, 80, dout, din, SPI_XFER_ONCE); in last_stage_init()
81 if (din[0] != 0x00 && din[0] != 0xff) in last_stage_init()
85 for (i = 1; i < 10 && din[i] != 0xff; ++i) { in last_stage_init()
86 u8 mid = din[i] & 0xf; in last_stage_init()
/external/u-boot/drivers/spi/
Datcspi200_spi.c88 u8 *din; member
144 if ((ns->din)&&(ns->cmd_len)) in __atcspi200_spi_start()
146 else if (ns->din) in __atcspi200_spi_start()
155 if(ns->din) in __atcspi200_spi_start()
182 static int __nspi_espi_rx(struct nds_spi_slave *ns, void *din, unsigned int bytes) in __nspi_espi_rx() argument
184 *(u8 *)din = ns->regs->data; in __nspi_espi_rx()
195 void *din = NULL; in __atcspi200_spi_xfer() local
217 ns->din = (u8 *)data_in; in __atcspi200_spi_xfer()
223 ns->din = 0; in __atcspi200_spi_xfer()
237 din = data_in; in __atcspi200_spi_xfer()
[all …]
Dmvebu_a3700_spi.c33 u32 din; /* 0x1060c */ member
80 const void *dout, void *din) in spi_legacy_shift_byte() argument
93 din_8 = din; in spi_legacy_shift_byte()
110 if (din) { in spi_legacy_shift_byte()
118 *din_8 = (u8)readl(&reg->din); in spi_legacy_shift_byte()
124 if (din) in spi_legacy_shift_byte()
134 const void *dout, void *din, unsigned long flags) in mvebu_spi_xfer() argument
144 if (dout && din) in mvebu_spi_xfer()
154 if (dout || din) { in mvebu_spi_xfer()
155 ret = spi_legacy_shift_byte(reg, bytelen, dout, din); in mvebu_spi_xfer()
Dkirkwood_spi.c32 const void *dout, void *din, unsigned long flags) in _spi_xfer() argument
37 debug("spi_xfer: dout %p din %p bitlen %u\n", dout, din, bitlen); in _spi_xfer()
69 tmpdin = readl(&reg->din); in _spi_xfer()
71 din, tmpdin); in _spi_xfer()
73 if (din) { in _spi_xfer()
74 *((u8 *)din) = (u8)tmpdin; in _spi_xfer()
75 din += 1; in _spi_xfer()
236 const void *dout, void *din, unsigned long flags) in spi_xfer() argument
238 return _spi_xfer(spireg, bitlen, dout, din, flags); in spi_xfer()
334 const void *dout, void *din, unsigned long flags) in mvebu_spi_xfer() argument
[all …]
Dmxc_spi.c219 const u8 *dout, u8 *din, unsigned long flags) in spi_xchg_single() argument
228 __func__, bitlen, (u32)dout, (u32)din); in spi_xchg_single()
309 if (din) { in spi_xchg_single()
310 memcpy(din, &data, cnt); in spi_xchg_single()
311 din += cnt; in spi_xchg_single()
322 if (din) { in spi_xchg_single()
323 memcpy(din, &data, cnt); in spi_xchg_single()
324 din += cnt; in spi_xchg_single()
335 void *din, unsigned long flags) in mxc_spi_xfer_internal() argument
342 u8 *p_inbuf = (u8 *)din; in mxc_spi_xfer_internal()
[all …]
Dfsl_espi.c212 static int fsl_espi_rx(struct fsl_spi_slave *fsl, void *din, unsigned int bytes) in fsl_espi_rx() argument
235 if (din) in fsl_espi_rx()
236 memcpy(din, buf, bytes); in fsl_espi_rx()
251 void *din = NULL; in spi_xfer() local
306 din = buffer + rx_offset; in spi_xfer()
338 if (fsl_espi_rx(fsl, din, rx_bytes) in spi_xfer()
341 if (din) in spi_xfer()
342 din = (unsigned char *)din in spi_xfer()
Dcf_spi.c103 void *din, ulong flags) in cfspi_xfer() argument
114 spi_rd16 = (u16 *) din; in cfspi_xfer()
117 spi_rd = (u8 *) din; in cfspi_xfer()
136 if (din != NULL) { in cfspi_xfer()
160 if (din != NULL) { in cfspi_xfer()
331 void *din, unsigned long flags) in spi_xfer() argument
333 return cfspi_xfer(slave, bitlen, dout, din, flags); in spi_xfer()
Dmpc8xxx_spi.c75 void *din, unsigned long flags) in spi_xfer() argument
84 slave->bus, slave->cs, *(uint *) dout, *(uint *) din, bitlen); in spi_xfer()
140 *(u32 *) din = (tmpdin << (32 - charSize)); in spi_xfer()
143 din += 4; in spi_xfer()
Dsandbox_spi.c51 const void *dout, void *din, unsigned long flags) in sandbox_spi_xfer() argument
59 u8 *tx = (void *)dout, *rx = din; in sandbox_spi_xfer()
109 ret = ops->xfer(emul, bitlen, dout, din, flags); in sandbox_spi_xfer()
119 if (rx != din) in sandbox_spi_xfer()
Ddavinci_spi.c304 unsigned int bitlen, const void *dout, void *din, in __davinci_spi_xfer() argument
328 return davinci_spi_read(ds, len, din, flags); in __davinci_spi_xfer()
329 if (!din) in __davinci_spi_xfer()
332 return davinci_spi_read_write(ds, len, din, dout, flags); in __davinci_spi_xfer()
439 const void *dout, void *din, unsigned long flags) in spi_xfer() argument
445 return __davinci_spi_xfer(ds, bitlen, dout, din, flags); in spi_xfer()
515 const void *dout, void *din, in davinci_spi_xfer() argument
529 return __davinci_spi_xfer(ds, bitlen, dout, din, flags); in davinci_spi_xfer()
Dmxs_spi.c310 const void *dout, void *din, unsigned long flags) in spi_xfer() argument
322 din = (void *)&dummy; in spi_xfer()
329 if (din && dout) in spi_xfer()
332 if (!din && !dout) in spi_xfer()
338 } else if (din) { in spi_xfer()
339 data = (char *)din; in spi_xfer()
Dsh_qspi.c202 void *din, unsigned long flags) in spi_xfer() argument
211 if (dout == NULL && din == NULL) { in spi_xfer()
237 if (din != NULL) in spi_xfer()
238 rdata = din; in spi_xfer()
268 if (din != NULL) in spi_xfer()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DByteUtilsTest.java121 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3, 4, 5 })); in fromLittleEndianFromDataInput() local
122 assertEquals(2 + 3 * 256 + 4 * 256 * 256, fromLittleEndian(din, 3)); in fromLittleEndianFromDataInput()
127 … DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3, 4, (byte) 128 })); in fromLittleEndianFromDataInputUnsignedInt32() local
128 … assertEquals(2 + 3 * 256 + 4 * 256 * 256 + 128l * 256 * 256 * 256, fromLittleEndian(din, 4)); in fromLittleEndianFromDataInputUnsignedInt32()
133 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[0])); in fromLittleEndianFromDataInputThrowsForLengthTooBig() local
134 fromLittleEndian(din, 9); in fromLittleEndianFromDataInputThrowsForLengthTooBig()
139 DataInput din = new DataInputStream(new ByteArrayInputStream(new byte[] { 2, 3 })); in fromLittleEndianFromDataInputThrowsForPrematureEnd() local
140 fromLittleEndian(din, 3); in fromLittleEndianFromDataInputThrowsForPrematureEnd()
/external/u-boot/drivers/misc/
Dcros_ec_i2c.c58 (struct ec_host_response_i2c *)dev->din; in cros_ec_i2c_packet()
77 i2c_msg[1].buf = dev->din; in cros_ec_i2c_packet()
104 memmove(dev->din, &ec_response_i2c->ec_response, in_bytes); in cros_ec_i2c_packet()
133 if (in_bytes > sizeof(dev->din)) { in cros_ec_i2c_command()
157 in_ptr = dev->din + sizeof(int64_t); in cros_ec_i2c_command()
198 if (len + 3 > sizeof(dev->din)) { in cros_ec_i2c_command()
213 *dinp = dev->din + sizeof(int64_t); in cros_ec_i2c_command()
Dcros_ec.c131 if (in_bytes > (int)sizeof(dev->din)) { in prepare_proto3_response_buffer()
155 struct ec_host_response *rs = (struct ec_host_response *)dev->din; in handle_proto3_response()
159 cros_ec_dump_data("in-header", -1, dev->din, sizeof(*rs)); in handle_proto3_response()
177 cros_ec_dump_data("in-data", -1, dev->din + sizeof(*rs), rs->data_len); in handle_proto3_response()
183 csum = cros_ec_calc_checksum(dev->din, in_bytes); in handle_proto3_response()
269 uint8_t *din = NULL; in ec_command_inptr() local
273 &din, din_len); in ec_command_inptr()
302 NULL, 0, &din, din_len); in ec_command_inptr()
305 debug("%s: len=%d, din=%p\n", __func__, len, din); in ec_command_inptr()
308 assert(len <= 0 || !((uintptr_t)din & 7)); in ec_command_inptr()
[all …]
Dcros_ec_spi.c51 rv = spi_xfer(slave, in_bytes * 8, NULL, dev->din, 0); in cros_ec_spi_packet()
101 if (in_bytes > sizeof(dev->din)) { in cros_ec_spi_command()
115 memset(dev->din, '\0', in_bytes); in cros_ec_spi_command()
135 p = dev->din + sizeof(int64_t) - 2; in cros_ec_spi_command()
/external/u-boot/include/
Dspi.h254 void *din, unsigned long flags);
309 unsigned char din[2]; in spi_w8r8() local
315 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
316 return ret < 0 ? ret : din[1]; in spi_w8r8()
403 void *din, unsigned long flags);
469 const void *dout, void *din, unsigned long flags);
626 const void *dout, void *din, unsigned long flags);
/external/u-boot/test/dm/
Dspi.c103 unsigned char din[5]; in dm_test_spi_xfer() local
108 ut_assertok(spi_xfer(slave, 40, dout, din, in dm_test_spi_xfer()
110 ut_asserteq(0xff, din[0]); in dm_test_spi_xfer()
111 ut_asserteq(0x20, din[1]); in dm_test_spi_xfer()
112 ut_asserteq(0x20, din[2]); in dm_test_spi_xfer()
113 ut_asserteq(0x15, din[3]); in dm_test_spi_xfer()
/external/u-boot/board/work-microwave/work_92105/
Dwork_92105_display.c111 uint8_t dout[2], din[2]; in max6957aax_read() local
122 din[0] = 0; in max6957aax_read()
123 din[1] = 0; in max6957aax_read()
126 spi_xfer(slave, 16, din, din, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
129 return din[1]; in max6957aax_read()

123456789