HomeSort by relevance Sort by last modified time
    Searched refs:safe_realloc_mul_2op_ (Results 1 - 3 of 3) sorted by null

  /external/flac/include/share/
alloc.h 64 static inline void *safe_realloc_mul_2op_(void *ptr, size_t n1, size_t n2) function
  /external/flac/libFLAC/
bitwriter.c 145 new_buffer = (bwword*)safe_realloc_mul_2op_(bw->buffer, sizeof(bwword), /*times*/new_capacity);
stream_decoder.c 792 if(0 == (decoder->private_->metadata_filter_ids = (FLAC__byte*)safe_realloc_mul_2op_(decoder->private_->metadata_filter_ids, decoder->private_->metadata_filter_ids_capacity, /*times*/2))) {
    [all...]

Completed in 110 milliseconds