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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 3814 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4038 allocacc=(Unit *)malloc(need*sizeof(Unit));
4039 if (allocacc==NULL) { /* hopeless -- abandon */
4042 acc=allocacc;
4133 free(allocacc); /* drop any storage used */
4220 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4401 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4402 if (allocacc==NULL) { /* hopeless -- abandon */
4405 acc=allocacc; /* use the allocated space */
4786 free(allocacc); /* .. *
4840 void *allocacc=NULL; \/* -> allocated accumulator, iff allocated *\/ local
6231 Unit *allocacc=NULL; \/* -> allocated acc buffer, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 3814 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4038 allocacc=(Unit *)malloc(need*sizeof(Unit));
4039 if (allocacc==NULL) { /* hopeless -- abandon */
4042 acc=allocacc;
4133 free(allocacc); /* drop any storage used */
4220 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4401 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4402 if (allocacc==NULL) { /* hopeless -- abandon */
4405 acc=allocacc; /* use the allocated space */
4786 free(allocacc); /* .. *
4840 void *allocacc=NULL; \/* -> allocated accumulator, iff allocated *\/ local
6231 Unit *allocacc=NULL; \/* -> allocated acc buffer, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 3814 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4038 allocacc=(Unit *)malloc(need*sizeof(Unit));
4039 if (allocacc==NULL) { /* hopeless -- abandon */
4042 acc=allocacc;
4133 free(allocacc); /* drop any storage used */
4220 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4401 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4402 if (allocacc==NULL) { /* hopeless -- abandon */
4405 acc=allocacc; /* use the allocated space */
4786 free(allocacc); /* .. *
4840 void *allocacc=NULL; \/* -> allocated accumulator, iff allocated *\/ local
6231 Unit *allocacc=NULL; \/* -> allocated acc buffer, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 3814 Unit *allocacc=NULL; /* -> allocated acc buffer, iff allocated */ local
4038 allocacc=(Unit *)malloc(need*sizeof(Unit));
4039 if (allocacc==NULL) { /* hopeless -- abandon */
4042 acc=allocacc;
4133 free(allocacc); /* drop any storage used */
4220 Unit *allocacc=NULL; /* -> allocated buffer, iff allocated */ local
4401 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4402 if (allocacc==NULL) { /* hopeless -- abandon */
4405 acc=allocacc; /* use the allocated space */
4786 free(allocacc); /* .. *
4840 void *allocacc=NULL; \/* -> allocated accumulator, iff allocated *\/ local
6231 Unit *allocacc=NULL; \/* -> allocated acc buffer, iff allocated *\/ local
    [all...]

Completed in 38 milliseconds