Searched refs:offset_buf (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_creator.cpp | 684 char offset_buf[20]; in WriteDoc_Stage4() local 685 memset(offset_buf, 0, sizeof(offset_buf)); in WriteDoc_Stage4() 686 FXSYS_i64toa(prev, offset_buf, 10); in WriteDoc_Stage4() 687 if (!m_Archive->WriteBlock(offset_buf, strlen(offset_buf))) in WriteDoc_Stage4() 746 char offset_buf[20]; in WriteDoc_Stage4() local 747 memset(offset_buf, 0, sizeof(offset_buf)); in WriteDoc_Stage4() 748 FXSYS_i64toa(m_XrefStart, offset_buf, 10); in WriteDoc_Stage4() 749 if (!m_Archive->WriteBlock(offset_buf, strlen(offset_buf)) || in WriteDoc_Stage4()
|
/external/u-boot/drivers/i2c/ |
D | i2c-uclass.c | 53 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument 60 msg->buf = offset_buf; in i2c_setup_offset() 66 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset() 78 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local 83 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise() 130 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local 138 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()
|