Home
last modified time | relevance | path

Searched refs:buf_new (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dinclude.c215 void *buf_new = realloc(buf, new_buf_size); in FindFileInXkbPath() local
216 if (buf_new) { in FindFileInXkbPath()
218 buf = buf_new; in FindFileInXkbPath()
/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp77 SmartPtr<CLBuffer> buf_new = new CLBuffer ( in allocate_data() local
80 XCAM_ASSERT (buf_new.ptr ()); in allocate_data()
83 buf_new->is_valid (), in allocate_data()
86 _stats_cl_buffers.push (buf_new); in allocate_data()