/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);
|
/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/qemu/distrib/zlib-1.2.3/ |
trees.c | 159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 1197 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
|