Searched refs:buf2 (Results 1 - 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
H A Dspi.js38 buf2 = x.write(buf)
39 console.log("Sent: " + buf.toString('hex') + ". Received: " + buf2.toString('hex'))
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
H A Dds1307.cxx56 uint8_t buf2[len + 1];
58 buf2[0] = reg;
62 buf2[i] = buffer[i-1];
71 return m_i2c.write(buf2, len + 1);
/hardware/intel/img/psb_video/fw/msvdx/
H A Dmsvdx_bin.c174 unsigned int buf2[MTX_SIZE3]; local
181 fread(buf2, 1, LINKED_LIST_SIZE, fp_ll_dma);
183 fwrite(buf2, 1, LINKED_LIST_SIZE, ptr);
185 memset(buf2, UNINITILISE_MEM, fw_size);
186 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD;
188 fwrite(buf2, 1, fw_size, ptr);
224 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD;
226 fwrite(buf2, 1, fw_size, ptr);
/hardware/bsp/intel/peripheral/libupm/src/mpr121/
H A Dmpr121.cxx58 uint8_t buf2[len + 1];
60 buf2[0] = reg;
64 buf2[i] = buffer[i-1];
68 return m_i2c.write(buf2, len + 1);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c860 const TileBuffer *const buf2 = (const TileBuffer*)b; local
861 if (buf1->size < buf2->size) {
863 } else if (buf1->size == buf2->size) {

Completed in 249 milliseconds