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

  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 210 static void copy_data(int to_fd, off_t to_offset, function
315 copy_data(out_fd, MMC_PIT_OFFSET, in_fd, IMG_PIT_OFFSET, PIT_SIZE);
320 copy_data(out_fd, MMC_XLOADER_OFFSET, in_fd, type->offset, XLOADER_SIZE);
324 copy_data(out_fd, MMC_SBL_OFFSET, in_fd, IMG_SBL_OFFSET, -1);
  /external/opencv/ml/src/
ml_inner_functions.cpp 851 bool copy_data; local
869 copy_data = tflag != CV_ROW_SAMPLE || var_idx || always_copy_data;
872 (copy_data ? 1 : 0)*var_count*sample_count*sizeof(samples[0][0])) );
879 if( !copy_data )
    [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c 2828 void *copy_data; local
    [all...]

Completed in 177 milliseconds