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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 496 Unit *allocres=NULL; /* -> allocated result, iff allocated */ local
656 allocres=(Unit *)malloc(needbytes);
657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
658 res=allocres;
714 free(allocres); /* drop any storage used */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 496 Unit *allocres=NULL; /* -> allocated result, iff allocated */ local
656 allocres=(Unit *)malloc(needbytes);
657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
658 res=allocres;
714 free(allocres); /* drop any storage used */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 496 Unit *allocres=NULL; /* -> allocated result, iff allocated */ local
656 allocres=(Unit *)malloc(needbytes);
657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
658 res=allocres;
714 free(allocres); /* drop any storage used */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 496 Unit *allocres=NULL; /* -> allocated result, iff allocated */ local
656 allocres=(Unit *)malloc(needbytes);
657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
658 res=allocres;
714 free(allocres); /* drop any storage used */

Completed in 33 milliseconds