Searched refs:write_byte (Results 1 - 9 of 9) sorted by relevance
/external/autotest/client/common_lib/ |
H A D | smogcheck_pca9555.py | 99 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 D | io_manager.c | 64 if (channel->manager->write_byte) 65 return channel->manager->write_byte(channel, offset,
|
H A D | test_io.c | 60 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 D | ext2_io.h | 82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
|
H A D | closefs.c | 191 if (!fs->io->manager->write_byte || !fs->orig_super) {
|
H A D | undo_io.c | 541 if (data->real && data->real->manager->write_byte)
|
/external/libnfc-nci/src/nfc/int/ |
H A D | rw_int.h | 159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon10414
|
/external/libnfc-nci/src/nfc/tags/ |
H A D | rw_t1t_ndef.c | 1521 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 D | pngfix.c | 1342 write_byte(struct file *file, int b) function 3515 write_byte(file, (png_byte)b); /* increments chunk_write */
|
Completed in 265 milliseconds