Searched refs:write_block (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t_ndef.c | 1161 UINT8 write_block[4]; in rw_t2t_write_ndef_first_block() local 1196 memcpy (write_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block() 1208 write_block[index] = length_field[p_t2t->work_offset]; in rw_t2t_write_ndef_first_block() 1222 … write_block[index] = p_t2t->p_new_ndef_buffer[p_t2t->work_offset - new_lengthfield_len]; in rw_t2t_write_ndef_first_block() 1234 memcpy (write_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block() 1244 rw_t2t_update_cb (block, write_block, b_update_len); in rw_t2t_write_ndef_first_block() 1246 if ((status = rw_t2t_write (block, write_block)) == NFC_STATUS_OK) in rw_t2t_write_ndef_first_block() 1267 UINT8 write_block[4]; in rw_t2t_write_ndef_next_block() local 1280 memcpy (write_block, p_t2t->ndef_read_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_next_block() 1292 … write_block[index] = p_t2t->p_new_ndef_buffer[p_t2t->work_offset - new_lengthfield_len]; in rw_t2t_write_ndef_next_block() [all …]
|
D | rw_t1t_ndef.c | 367 UINT8 write_block[T1T_BLOCK_SIZE]; in rw_t1t_handle_write_rsp() local 426 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp() 427 write_block[0] = 0xFF; in rw_t1t_handle_write_rsp() 428 write_block[1] = 0xFF; in rw_t1t_handle_write_rsp() 431 …if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_WRITE_NE8, T1T_LOCK_BLOCK, write_block)) != NFC_STATUS_… in rw_t1t_handle_write_rsp() 479 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp() 481 write_block[(UINT8) (offset%T1T_BLOCK_SIZE)] |= tags_pow (2,num_bits) - 1; in rw_t1t_handle_write_rsp() 490 … write_block[(UINT8) (next_offset%T1T_BLOCK_SIZE)] |= tags_pow (2,next_num_bits) - 1; in rw_t1t_handle_write_rsp() 498 …_t1t_send_dyn_cmd (T1T_CMD_WRITE_NE8, (UINT8) (offset/T1T_BLOCK_SIZE), write_block)) == NFC_STATUS… in rw_t1t_handle_write_rsp() 1422 UINT8 write_block[8]; in rw_t1t_next_ndef_write_block() local [all …]
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.hpp | 836 WriteBlock write_block); 844 WriteBlockAdditional write_block); 852 WriteBlockDiscardPadding write_block);
|
D | mkvmuxer.cpp | 1547 uint64 generic_arg, WriteBlock write_block) { in DoWriteBlock() argument 1558 if (!PreWriteBlock(write_block)) in DoWriteBlock() 1561 const uint64 element_size = (*write_block)( in DoWriteBlock() 1573 uint64 abs_timecode, uint64 generic_arg, WriteBlockAdditional write_block) { in DoWriteBlockWithAdditional() argument 1585 if (!PreWriteBlock(write_block)) in DoWriteBlockWithAdditional() 1589 (*write_block)(writer_, frame, length, additional, additional_length, in DoWriteBlockWithAdditional() 1601 WriteBlockDiscardPadding write_block) { in DoWriteBlockWithDiscardPadding() argument 1612 if (!PreWriteBlock(write_block)) in DoWriteBlockWithDiscardPadding() 1616 (*write_block)(writer_, frame, length, discard_padding, track_number, in DoWriteBlockWithDiscardPadding()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 875 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() function 2039 error = write_block(file_fd, block->buffer->data + in writer() 2066 if(write_block(file_fd, "\0", 1, hole, in writer()
|