Home
last modified time | relevance | path

Searched refs:buffer_c (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/compute/example/
Dsimple_kernel.cpp37 compute::buffer buffer_c(context, 4 * sizeof(float)); in main() local
62 kernel.set_arg(2, buffer_c); in main()
75 queue.enqueue_read_buffer(buffer_c, 0, 4 * sizeof(float), c); in main()
/third_party/alsa-lib/test/
Daudio_time.c109 unsigned char buffer_c[PERIOD*4*4]; in main() local
358 frames = snd_pcm_readi(handle_c, buffer_c, PERIOD); in main()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch45312 if (!LoggingReadFileExactly(sock_, buffer_c, bytes_read)) {