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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2183 allocinv=(decNumber *)malloc(needbytes);
2184 if (allocinv==NULL) { /* hopeless -- abandon */
2187 inv=allocinv; /* use the allocated space */
2257 free(allocinv); /* .. */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2183 allocinv=(decNumber *)malloc(needbytes);
2184 if (allocinv==NULL) { /* hopeless -- abandon */
2187 inv=allocinv; /* use the allocated space */
2257 free(allocinv); /* .. */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2183 allocinv=(decNumber *)malloc(needbytes);
2184 if (allocinv==NULL) { /* hopeless -- abandon */
2187 inv=allocinv; /* use the allocated space */
2257 free(allocinv); /* .. */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2183 allocinv=(decNumber *)malloc(needbytes);
2184 if (allocinv==NULL) { /* hopeless -- abandon */
2187 inv=allocinv; /* use the allocated space */
2257 free(allocinv); /* .. */

Completed in 46 milliseconds