Searched refs:write_byte (Results 1 - 9 of 9) sorted by relevance

/external/autotest/client/common_lib/
H A Dsmogcheck_pca9555.py99 write_byte = byte_read | PCA_BIT_ONE[key]
101 write_byte = byte_read & ~PCA_BIT_ONE[key]
102 self.writeByte(PCA_REG['OUT0'], write_byte)
195 write_byte = reset_low6 ^ bit_mask
197 'bit_mask = 0x%x, write_byte = 0x%x',
198 byte_read, reset_low6, bit_mask, write_byte)
199 self.writeByte(PCA_REG['OUT1'], write_byte)
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offset,
H A Dtest_io.c60 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
231 data->write_byte = test_io_cb_write_byte;
438 if (data->real && data->real->manager->write_byte)
440 if (data->write_byte)
441 data->write_byte(offset, count, retval);
444 "Test_io: write_byte(%lu, %d) returned %s\n",
H A Dext2_io.h82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
H A Dclosefs.c191 if (!fs->io->manager->write_byte || !fs->orig_super) {
H A Dundo_io.c541 if (data->real && data->real->manager->write_byte)
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon10414
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1521 if (p_t1t->write_byte + 1 >= T1T_BLOCK_SIZE)
1528 index = p_t1t->write_byte + 1;
1641 p_t1t->write_byte = index;
/external/libpng/contrib/tools/
H A Dpngfix.c1342 write_byte(struct file *file, int b) function
3515 write_byte(file, (png_byte)b); /* increments chunk_write */

Completed in 265 milliseconds