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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 931 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* drop any storage used *
1399 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
2821 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5248 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5594 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 931 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* drop any storage used *
1399 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
2821 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5248 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5594 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 931 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* drop any storage used *
1399 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
2821 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5248 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5594 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 931 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* drop any storage used *
1399 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
2821 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5248 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
5594 decNumber *allocbufa=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]

Completed in 54 milliseconds