HomeSort by relevance Sort by last modified time
    Searched refs:WriteBytes (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 32 UINTN WriteBytes;
62 while (WriteFile(FileHandle, Data, DataLength, &WriteBytes, NULL)) {
63 if (DataLength <= WriteBytes) {
68 Data += WriteBytes;
69 DataLength -= WriteBytes;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 50 @param WriteBytes Number of bytes to be written
60 IN UINTN WriteBytes,
  /external/perfetto/src/protozero/
scattered_stream_writer_unittest.cc 52 ssw.WriteBytes(kOneByteBuf, sizeof(kOneByteBuf));
63 ssw.WriteBytes(kThreeByteBuf, sizeof(kThreeByteBuf));
68 ssw.WriteBytes(kTwentyByteBuf, sizeof(kTwentyByteBuf));
105 ssw.WriteBytes(kThreeByteBuf, sizeof(kThreeByteBuf));
  /external/image_io/src/base/
byte_buffer.cc 14 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) {
56 size_t bytes_written = WriteBytes(byte_data, pos);
  /external/puffin/src/
bit_writer.h 39 virtual bool WriteBytes(
79 bool WriteBytes(size_t nbytes,
bit_writer.cc 33 bool BufferBitWriter::WriteBytes(
  /external/webrtc/webrtc/base/
bytebuffer.cc 151 WriteBytes(reinterpret_cast<const char*>(&val), 1);
156 WriteBytes(reinterpret_cast<const char*>(&v), 2);
165 WriteBytes(start, 3);
170 WriteBytes(reinterpret_cast<const char*>(&v), 4);
175 WriteBytes(reinterpret_cast<const char*>(&v), 8);
179 WriteBytes(val.c_str(), val.size());
182 void ByteBuffer::WriteBytes(const char* val, size_t len) {
bytebuffer.h 69 void WriteBytes(const char* val, size_t len);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cMasterMcg.h 347 UINT32 WriteBytes;
356 /// The WriteBuffer must be at least WriteBytes in length.
459 @retval EFI_BAD_BUFFER_SIZE The WriteBytes or ReadBytes buffer size is too large.
I2cSlave.h 169 @param[in] WriteBytes Number of bytes to write
173 @retval EFI_INVALID_PARAMETER WriteBuffer is NULL or WriteBytes
181 IN UINTN WriteBytes,
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.h 60 virtual int32_t WriteBytes(int32_t index,
70 virtual int32_t WriteBytes(int32_t index, ByteVector* b);
writable_font_data.cc 62 int32_t WritableFontData::WriteBytes(int32_t index,
72 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) {
74 return WriteBytes(index, &((*b)[0]), 0, b->size());
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_test.cpp 58 intptr_t WriteBytes(CircQueueRegionView* region, int bytes) {
139 EXPECT_EQ(num_bytes, WriteBytes(&this->region_, num_bytes));
145 EXPECT_EQ(num_bytes, WriteBytes(&this->region_, num_bytes));
158 std::thread writing_thread(WriteBytes, &this->region_, num_bytes);
168 EXPECT_EQ(capacity_bytes, WriteBytes(&this->region_, capacity_bytes));
172 std::thread writing_thread(WriteBytes, &this->region_, num_bytes);
202 EXPECT_EQ(-ENOSPC, WriteBytes(&this->region_, num_bytes));
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 30 void WriteBytes(const void *data, size_t size)
248 void WriteBytes(const void *data, size_t size);
249 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.Size()); }
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 57 void WriteBytes(const void *data, size_t size)
  /external/perfetto/include/perfetto/protozero/
scattered_stream_writer.h 73 inline void WriteBytes(const uint8_t* src, size_t size) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 528 IN UINTN WriteBytes,
547 TransmitEnd = &WriteBuffer [WriteBytes];
548 if( WriteBytes ) {
623 @param WriteBytes Number of bytes to be written
633 IN UINTN WriteBytes,
639 DEBUG ((EFI_D_ERROR, "ByteWriteI2C:---offset/bytes/buf:0x%x,0x%x,0x%x,0x%x\n",Offset,WriteBytes,WriteBuffer,*WriteBuffer));
641 Status = ByteWriteI2CBasic(I2cControllerIndex, SlaveAddress, WriteBytes, WriteBuffer, FALSE, TRUE);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
I2CLib.h 154 IN UINTN WriteBytes,
171 IN UINTN WriteBytes,
  /external/libchrome/base/
big_endian_unittest.cc 82 EXPECT_TRUE(writer.WriteBytes(buf, sizeof(buf)));
109 EXPECT_FALSE(writer.WriteBytes(buf, 2));
big_endian.cc 72 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) {
big_endian.h 89 bool WriteBytes(const void* buf, size_t len);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.cc 46 rbsp_buffer.WriteBytes(sps_bytes + i, 2);
50 rbsp_buffer.WriteBytes(sps_bytes + i, 1);
  /external/perfetto/src/tracing/core/
trace_writer_for_testing.cc 89 stream_.WriteBytes(data, static_cast<uint32_t>(data_end - data));
  /external/v8/src/
eh-frame.h 133 void WriteBytes(const byte* start, int size) {
137 WriteBytes(reinterpret_cast<const byte*>(&value), sizeof(value));
140 WriteBytes(reinterpret_cast<const byte*>(&value), sizeof(value));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CLib.c 600 IN UINTN WriteBytes,
619 TransmitEnd = &WriteBuffer[WriteBytes];
620 if( WriteBytes ) {
720 @param WriteBytes Number of bytes to be written
730 IN UINTN WriteBytes,
736 DEBUG ((EFI_D_INFO, "ByteWriteI2C:---offset/bytes/buf:0x%x,0x%x,0x%x,0x%x\n",Offset,WriteBytes,WriteBuffer,*WriteBuffer));
738 Status = ByteWriteI2CBasic(I2cControllerIndex, SlaveAddress,WriteBytes,WriteBuffer,FALSE,TRUE);

Completed in 854 milliseconds

1 2 3 4