HomeSort by relevance Sort by last modified time
    Searched defs:stackbuf (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/msan/
chained_origin_limits.cc 74 char stackbuf[1000]; local
75 char *volatile p = stackbuf;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 293 float4 stackbuf[2048]; local
294 float4 *buf = &stackbuf[0];
  /external/curl/lib/vtls/
openssl.c 221 char stackbuf[256]; local
225 if(linelen <= sizeof(stackbuf) - 2)
226 buf = stackbuf;
237 if(buf != stackbuf)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 2155 char stackbuf[MAX_SHORT_UNICHARS * 4]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 2088 char stackbuf[MAX_SHORT_UNICHARS * 4]; local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 2162 char stackbuf[MAX_SHORT_UNICHARS * 4]; local
    [all...]

Completed in 422 milliseconds