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

  /external/libxcam/xcore/
buffer_pool.cpp 147 SmartPtr<BufferProxy> ret_buf; local
168 ret_buf = create_buffer_from_data (data);
169 ret_buf->set_buf_pool (self);
171 return ret_buf;
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 199 char *ret_buf; local
207 ret_buf = malloc(len);
208 strncpy(ret_buf, temp, len);
209 return ret_buf;

Completed in 64 milliseconds