Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp254 float* buffer32 = (float*)buffer; in readData() local
403 buffer32 + i*tile_width0*ncn, in readData()
404 tile_width*sizeof(buffer32[0])); in readData()
/external/pcre/dist/
Dpcretest.c1097 static pcre_uint32 *buffer32 = NULL; variable
1774 if (buffer32 != NULL) free(buffer32); in to32()
1776 buffer32 = (pcre_uint32 *)malloc(buffer32_size); in to32()
1777 if (buffer32 == NULL) in to32()
1784 pp = buffer32; in to32()
1811 return pp - buffer32; in to32()
4004 p = (pcre_uint8 *)buffer32; in main()
5727 if (buffer32 != NULL) free(buffer32); in main()