HomeSort by relevance Sort by last modified time
    Searched refs:init_buf (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/ipc/lib/
ipcmsg.h 59 void init_buf(MSGBUF *, int, int);
libipc.c 31 * init_buf()
97 * init_buf() - initialize the message buffer with some text and a type.
99 void init_buf(MSGBUF * m_buf, int type, int size) function
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv01.c 157 init_buf(&cmp_buf, MSGTYPE, MSGSIZE);
196 init_buf(&snd_buf, MSGTYPE, MSGSIZE);
msgrcv04.c 162 init_buf(&snd_buf, MSGTYPE, MSGSIZE);
msgrcv02.c 177 init_buf(&snd_buf, MSGTYPE, MSGSIZE);
  /external/tensorflow/tensorflow/core/kernels/
xsmm_conv2d_test.cc 99 LIBXSMM_INLINE void init_buf(float* buf, long size, int initPos, int initOne) { function in namespace:tensorflow::__anon39961
229 init_buf(naive_input, nImg * nIfm * ifhp * ifwp, 0, 0);
231 init_buf(naive_filter, nOfm * nIfm * kh * kw, 0, 0);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 113 ASIO_DECL void init_buf(buf& b, void* data, size_t size);
115 ASIO_DECL void init_buf(buf& b, const void* data, size_t size);

Completed in 339 milliseconds