HomeSort by: relevance | last modified time | path
    Searched defs:allocrhi (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4867 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4958 allocrhi=(uInt *)malloc(needbytes);
4959 zrhi=allocrhi;}
5136 free(allocrhi); /* .. */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4867 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4958 allocrhi=(uInt *)malloc(needbytes);
4959 zrhi=allocrhi;}
5136 free(allocrhi); /* .. */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4867 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4958 allocrhi=(uInt *)malloc(needbytes);
4959 zrhi=allocrhi;}
5136 free(allocrhi); /* .. */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4867 uInt *allocrhi=NULL; /* -> allocated buffer, iff allocated */ local
4958 allocrhi=(uInt *)malloc(needbytes);
4959 zrhi=allocrhi;}
5136 free(allocrhi); /* .. */

Completed in 35 milliseconds