Searched refs:buf2 (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/fw/msvdx/ |
D | msvdx_bin.c | 174 unsigned int buf2[MTX_SIZE3]; in main() local 181 fread(buf2, 1, LINKED_LIST_SIZE, fp_ll_dma); in main() 183 fwrite(buf2, 1, LINKED_LIST_SIZE, ptr); in main() 185 memset(buf2, UNINITILISE_MEM, fw_size); in main() 186 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD; in main() 188 fwrite(buf2, 1, fw_size, ptr); in main() 224 buf2[fw_size/sizeof(unsigned int) - 1] = STACKGUARDWORD; in main() 226 fwrite(buf2, 1, fw_size, ptr); in main()
|
/hardware/bsp/intel/peripheral/libupm/src/mpr121/ |
D | mpr121.cxx | 58 uint8_t buf2[len + 1]; in writeBytes() local 60 buf2[0] = reg; in writeBytes() 64 buf2[i] = buffer[i-1]; in writeBytes() 68 return m_i2c.write(buf2, len + 1); in writeBytes()
|
/hardware/bsp/intel/peripheral/libupm/src/ds1307/ |
D | ds1307.cxx | 56 uint8_t buf2[len + 1]; in writeBytes() local 58 buf2[0] = reg; in writeBytes() 62 buf2[i] = buffer[i-1]; in writeBytes() 71 return m_i2c.write(buf2, len + 1); in writeBytes()
|
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/ |
D | spi.js | 38 buf2 = x.write(buf) 39 console.log("Sent: " + buf.toString('hex') + ". Received: " + buf2.toString('hex'))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 860 const TileBuffer *const buf2 = (const TileBuffer*)b; in compare_tile_buffers() local 861 if (buf1->size < buf2->size) { in compare_tile_buffers() 863 } else if (buf1->size == buf2->size) { in compare_tile_buffers()
|