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

  /external/flac/libFLAC/
metadata_object.c 59 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes) function
78 /* like copy_bytes_(), but free()s the original '*to' if the copy succeeds and the original '*to' is non-NULL */
83 if(copy_bytes_(&copy, from, bytes)) {
468 if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_STRING, object->data.vorbis_comment.vendor_string.length+1)) {
546 if(!copy_bytes_(&to->data.application.data, object->data.application.data, object->length - FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8)) {
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
614 if(!copy_bytes_((&to->data.picture.data), object->data.picture.data, object->data.picture.data_length)) {
620 if(!copy_bytes_(&to->data.unknown.data, object->data.unknown.data, object->length)) {
915 if(!copy_bytes_(&object->data.application.data, data, length))
    [all...]
  /art/runtime/mirror/
class.cc 834 copy_bytes_(copy_bytes), imt_(imt), pointer_size_(pointer_size) {
841 mirror::Object::CopyObject(self_, h_new_class_obj.Get(), orig_->Get(), copy_bytes_);
851 const size_t copy_bytes_; member in class:art::mirror::CopyClassVisitor
    [all...]

Completed in 284 milliseconds