/third_party/mbedtls/tests/scripts/ |
D | mbedtls_test.py | 238 def align_32bit(data_bytes): argument 244 data_bytes += bytearray((4 - (len(data_bytes))) % 4) 262 data_bytes = binascii.unhexlify(hex_str) 263 return data_bytes 273 data_bytes = bytearray([((i >> x) & 0xff) for x in [24, 16, 8, 0]]) 274 return data_bytes 285 data_bytes = bytearray([len(dependencies)]) 287 data_bytes += bytearray(dependencies) 288 data_bytes += bytearray([function_id, len(parameters)]) 292 data_bytes += b'I' if typ == 'int' else b'E' [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/spi/ |
D | cadence_qspi.c | 208 size_t data_bytes; in cadence_spi_xfer() local 220 data_bytes = 0; in cadence_spi_xfer() 222 data_bytes = bitlen / 8; in cadence_spi_xfer() 224 debug("%s: len=%zu [bytes]\n", __func__, data_bytes); in cadence_spi_xfer() 236 if (din && data_bytes) { in cadence_spi_xfer() 255 data_bytes, din); in cadence_spi_xfer() 261 data_bytes, dout); in cadence_spi_xfer() 268 (plat, data_bytes, din); in cadence_spi_xfer() 276 (plat, data_bytes, dout); in cadence_spi_xfer()
|
D | bcm63xx_spi.c | 199 size_t data_bytes = bitlen / 8; in bcm63xx_spi_xfer() local 217 if (data_bytes > regs[SPI_RX_SIZE]) { in bcm63xx_spi_xfer() 225 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer() 232 dout, data_bytes); in bcm63xx_spi_xfer() 233 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer() 251 val = data_bytes; in bcm63xx_spi_xfer() 257 val = data_bytes; in bcm63xx_spi_xfer() 296 data_bytes); in bcm63xx_spi_xfer()
|
D | bcm63xx_hsspi.c | 218 size_t data_bytes = bitlen / 8; in bcm63xx_hsspi_xfer() local 253 while (data_bytes > 0) { in bcm63xx_hsspi_xfer() 254 size_t curr_step = min(step_size, data_bytes); in bcm63xx_hsspi_xfer() 292 data_bytes -= curr_step; in bcm63xx_hsspi_xfer()
|
/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | yaffs_checkptrw.c | 261 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local 270 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr() 271 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr() 272 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr() 276 data_bytes++; in yaffs2_checkpt_wr() 294 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local 346 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd() 347 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd() 348 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd() 351 data_bytes++; in yaffs2_checkpt_rd()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 89 stats->data_bytes += write_bytes; in grpc_chttp2_encode_data() 218 s->stats.incoming.data_bytes += remaining; in grpc_deframe_unprocessed_incoming_frames() 237 s->stats.incoming.data_bytes += remaining; in grpc_deframe_unprocessed_incoming_frames() 250 s->stats.incoming.data_bytes += p->frame_size; in grpc_deframe_unprocessed_incoming_frames()
|
/third_party/grpc/src/cpp/ext/filters/census/ |
D | context.cc | 96 return final_info->stats.transport_stream_stats.incoming.data_bytes; in GetIncomingDataSize() 100 return final_info->stats.transport_stream_stats.outgoing.data_bytes; in GetOutgoingDataSize()
|
/third_party/minimp4/ |
D | minimp4.h | 434 int MP4E_put_sample(MP4E_mux_t *mux, int track_num, const void *data, int data_bytes, int duration,… 977 static int add_sample_descriptor(MP4E_mux_t *mux, track_t *tr, int data_bytes, int duration, int ki… in add_sample_descriptor() argument 980 smp.size = data_bytes; in add_sample_descriptor() 992 static int mp4e_write_fragment_header(MP4E_mux_t *mux, int track_num, int data_bytes, int duration,… in mp4e_write_fragment_header() argument 1047 WRITE_4(data_bytes);// sample_size in mp4e_write_fragment_header() 1061 WRITE_4(data_bytes);// sample_size in mp4e_write_fragment_header() 1073 WRITE_4(data_bytes);// sample_size in mp4e_write_fragment_header() 1098 int MP4E_put_sample(MP4E_mux_t *mux, int track_num, const void *data, int data_bytes, int duration,… in MP4E_put_sample() argument 1115 ERR(mp4e_write_fragment_header(mux, track_num, data_bytes, duration, kind, timestamp)); in MP4E_put_sample() 1117 ERR(mp4e_write_fragment_header(mux, track_num, data_bytes, duration, kind)); in MP4E_put_sample() [all …]
|
/third_party/uboot/u-boot-2020.01/tools/binman/ |
D | elf.py | 165 data_bytes = ['\t.byte\t%#x' % tools.ToByte(byte) for byte in data] 191 ''' % ('\n'.join(text_bytes1), '\n'.join(text_bytes2), '\n'.join(data_bytes)),
|
/third_party/minimp3/ |
D | minimp3_test.c | 71 static char *wav_header(int hz, int ch, int bips, int data_bytes) in wav_header() argument 77 *(int32_t *)(void*)(hdr + 0x04) = 44 + data_bytes - 8; /* File size - 8 */ in wav_header() 84 *(int32_t *)(void*)(hdr + 0x28) = data_bytes; in wav_header() 182 int i, res = -1, data_bytes, total_samples = 0, maxdiff = 0; in decode_file() local 432 data_bytes = ftell(file_out) - 44; in decode_file() 434 fwrite(wav_header(info.hz, info.channels, 16, data_bytes), 1, 44, file_out); in decode_file()
|
/third_party/grpc/src/core/lib/transport/ |
D | transport.cc | 110 move64(&from->data_bytes, &to->data_bytes);
|
D | transport.h | 124 uint64_t data_bytes = 0; member
|
/third_party/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 87 final_info->stats.transport_stream_stats.outgoing.data_bytes}, in Destroy() 89 final_info->stats.transport_stream_stats.incoming.data_bytes}, in Destroy()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 424 FT_ULong data_bytes; in triplet_decode() local 440 data_bytes = 1; in triplet_decode() 442 data_bytes = 2; in triplet_decode() 444 data_bytes = 3; in triplet_decode() 446 data_bytes = 4; in triplet_decode() 449 if ( triplet_index + data_bytes > in_size || in triplet_decode() 450 triplet_index + data_bytes < triplet_index ) in triplet_decode() 502 triplet_index += data_bytes; in triplet_decode()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 435 FT_ULong data_bytes; in triplet_decode() local 451 data_bytes = 1; in triplet_decode() 453 data_bytes = 2; in triplet_decode() 455 data_bytes = 3; in triplet_decode() 457 data_bytes = 4; in triplet_decode() 460 if ( triplet_index + data_bytes > in_size || in triplet_decode() 461 triplet_index + data_bytes < triplet_index ) in triplet_decode() 513 triplet_index += data_bytes; in triplet_decode()
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/ |
D | vmt.c | 45 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
|