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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 56 if (buffer_malloced) \
71 if (buffer_malloced) \
94 if (buffer_malloced) \
189 int buffer_malloced = 0;
890 buffer_malloced = wbuffer_to_alloc >= 4096;
891 if (__builtin_expect (buffer_malloced, 0))
1184 if (__builtin_expect (buffer_malloced, 0))
1225 if (__builtin_expect (buffer_malloced, 0))
187 int buffer_malloced = 0; local
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 56 if (buffer_malloced) \
71 if (buffer_malloced) \
94 if (buffer_malloced) \
189 int buffer_malloced = 0;
890 buffer_malloced = wbuffer_to_alloc >= 4096;
891 if (__builtin_expect (buffer_malloced, 0))
1184 if (__builtin_expect (buffer_malloced, 0))
1225 if (__builtin_expect (buffer_malloced, 0))
187 int buffer_malloced = 0; local

Completed in 27 milliseconds