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

  /device/samsung/manta/recovery/
recovery_updater.c 53 static void copy_block(FILE *f, unsigned char* data, size_t in_offset, function
89 copy_block(f, buffer, 0, 8, BOOTFLAG_OFFSET);
133 copy_block(f, img_data, INPUT_OFFSET, BIG_LENGTH, SECONDARY_OUTPUT_OFFSET);
138 copy_block(f, img_data, INPUT_OFFSET, BIG_LENGTH, PRIMARY_OUTPUT_OFFSET);
143 copy_block(f, img_data, 0, img_size, 0);
151 copy_block(f, img_data, 0, BL1BL2_LENGTH, 0);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 149 return COPY_BLOCK;
185 return COPY_BLOCK;
193 static void copy_block(uint8_t *dest, int dest_stride, function
312 return COPY_BLOCK;
316 return COPY_BLOCK;
346 copy_block(src.buf, src.stride, avg_start, avg.y_stride, bs);
347 } else { // COPY_BLOCK
348 copy_block(avg_start, avg.y_stride, src.buf, src.stride, bs);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block( function
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
    [all...]
  /external/zlib/src/
trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 160 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1222 local void copy_block(s, buf, len, header) function
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
aes.c 304 # define block_copy(d, s) copy_block(d, s)
308 static void copy_block( void *d, const void *s ) function

Completed in 569 milliseconds