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

  /external/icu/icu4c/source/common/
ubidi.c 193 * If *pMemory!=NULL, then assume *pSize>0.
201 void **pMemory = (void **)bidiMem;
203 if(*pMemory==NULL) {
205 if(mayAllocate && (*pMemory=uprv_malloc(sizeNeeded))!=NULL) {
226 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) {
227 *pMemory=memory;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 185 milliseconds