/external/valgrind/none/tests/amd64/ |
D | pcmpxstrx64w.c | 70 memcpy(blockC + 0, &argL, 16); in one_test() 71 memcpy(blockC + 16, &argR, 16); in one_test() 72 memcpy(blockC + 24, &rdxIN, 8); in one_test() 73 memcpy(blockC + 32, &raxIN, 8); in one_test() 74 memcpy(blockC + 40, &rdxIN, 8); in one_test() 99 memcpy(blockC + 0, &argL, 16); in one_test() 100 memcpy(blockC + 16, &argR, 16); in one_test() 101 memcpy(blockC + 24, &rdxIN, 8); in one_test() 102 memcpy(blockC + 32, &raxIN, 8); in one_test() 103 memcpy(blockC + 40, &rdxIN, 8); in one_test() [all …]
|
D | pcmpxstrx64.c | 69 memcpy(blockC + 0, &argL, 16); in one_test() 70 memcpy(blockC + 16, &argR, 16); in one_test() 71 memcpy(blockC + 24, &rdxIN, 8); in one_test() 72 memcpy(blockC + 32, &raxIN, 8); in one_test() 73 memcpy(blockC + 40, &rdxIN, 8); in one_test() 98 memcpy(blockC + 0, &argL, 16); in one_test() 99 memcpy(blockC + 16, &argR, 16); in one_test() 100 memcpy(blockC + 24, &rdxIN, 8); in one_test() 101 memcpy(blockC + 32, &raxIN, 8); in one_test() 102 memcpy(blockC + 40, &rdxIN, 8); in one_test() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | fastmem.h | 128 case 1: memcpy(dst, src, 1); break; in memcpy_inlined() 129 case 2: memcpy(dst, src, 2); break; in memcpy_inlined() 130 case 3: memcpy(dst, src, 3); break; in memcpy_inlined() 131 case 4: memcpy(dst, src, 4); break; in memcpy_inlined() 132 case 5: memcpy(dst, src, 5); break; in memcpy_inlined() 133 case 6: memcpy(dst, src, 6); break; in memcpy_inlined() 134 case 7: memcpy(dst, src, 7); break; in memcpy_inlined() 135 case 8: memcpy(dst, src, 8); break; in memcpy_inlined() 136 case 9: memcpy(dst, src, 9); break; in memcpy_inlined() 137 case 10: memcpy(dst, src, 10); break; in memcpy_inlined() [all …]
|
/external/vboot_reference/tests/ |
D | vb21_common2_tests.c | 34 memcpy(key2, key, size); in test_unpack_key() 38 memcpy(key2, key, size); in test_unpack_key() 44 memcpy(key2, key, size); in test_unpack_key() 50 memcpy(key2, key, size); in test_unpack_key() 56 memcpy(key2, key, size); in test_unpack_key() 62 memcpy(key2, key, size); in test_unpack_key() 77 memcpy(key2, key, size); in test_unpack_key() 82 memcpy(key2, key, size); in test_unpack_key() 88 memcpy(key2, key, size); in test_unpack_key() 94 memcpy(key2, key, size); in test_unpack_key() [all …]
|
D | vb21_common_tests.c | 65 memcpy(cbuf + c->fixed_size, test_desc, sizeof(test_desc)); in test_common_header_functions() 79 memcpy(cbufgood, cbuf, sizeof(cbufgood)); in test_common_header_functions() 81 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 87 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 93 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 99 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 105 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 111 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 117 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 123 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() [all …]
|
/external/llvm/test/Analysis/BasicAA/ |
D | cs-cs.ll | 9 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind 41 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) 42 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) 48 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 49 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 50 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 51 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 52 …dRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> t… 53 …dRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> t… 57 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) [all …]
|
/external/swiftshader/src/Shader/ |
D | Constants.cpp | 88 memcpy(&this->transposeBit0, transposeBit0, sizeof(transposeBit0)); in Constants() 89 memcpy(&this->transposeBit1, transposeBit1, sizeof(transposeBit1)); in Constants() 90 memcpy(&this->transposeBit2, transposeBit2, sizeof(transposeBit2)); in Constants() 155 memcpy(&this->cWeight, cWeight, sizeof(cWeight)); in Constants() 156 memcpy(&this->uvWeight, uvWeight, sizeof(uvWeight)); in Constants() 157 memcpy(&this->uvStart, uvStart, sizeof(uvStart)); in Constants() 161 memcpy(&this->occlusionCount, &occlusionCount, sizeof(occlusionCount)); in Constants() 305 memcpy(&this->Xf, &Xf, sizeof(Xf)); in Constants() 306 memcpy(&this->Yf, &Yf, sizeof(Yf)); in Constants() 318 memcpy(&this->X, &X, sizeof(X)); in Constants() [all …]
|
/external/libavc/common/ |
D | ih264_luma_intra_pred_filters.c | 140 memcpy(pu1_dst, pu1_top, 4); in ih264_intra_pred_luma_4x4_mode_vert() 141 memcpy(pu1_dst + dst_strd, pu1_top, 4); in ih264_intra_pred_luma_4x4_mode_vert() 142 memcpy(pu1_dst + 2 * dst_strd, pu1_top, 4); in ih264_intra_pred_luma_4x4_mode_vert() 143 memcpy(pu1_dst + 3 * dst_strd, pu1_top, 4); in ih264_intra_pred_luma_4x4_mode_vert() 332 memcpy(pu1_dst, predicted_pixels, 4); in ih264_intra_pred_luma_4x4_mode_diag_dl() 333 memcpy(pu1_dst + dst_strd, predicted_pixels + 1, 4); in ih264_intra_pred_luma_4x4_mode_diag_dl() 334 memcpy(pu1_dst + 2 * dst_strd, predicted_pixels + 2, 4); in ih264_intra_pred_luma_4x4_mode_diag_dl() 335 memcpy(pu1_dst + 3 * dst_strd, predicted_pixels + 3, 4); in ih264_intra_pred_luma_4x4_mode_diag_dl() 405 memcpy(pu1_dst, predicted_pixels + 3, 4); in ih264_intra_pred_luma_4x4_mode_diag_dr() 406 memcpy(pu1_dst + dst_strd, predicted_pixels + 2, 4); in ih264_intra_pred_luma_4x4_mode_diag_dr() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | memcpy.ll | 4 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind 5 declare void @llvm.memcpy.p256i8.p256i8.i64(i8 addrspace(256)* nocapture, i8 addrspace(256)* nocapt… 8 ; Variable memcpy's should lower to calls. 11 tail call void @llvm.memcpy.p0i8.p0i8.i64( i8* %a, i8* %b, i64 %n, i32 1, i1 0 ) 15 ; LINUX: memcpy 18 ; Variable memcpy's should lower to calls. 23 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp14, i8* %tmp25, i64 %n, i32 8, i1 0 ) 27 ; LINUX: memcpy 30 ; Large constant memcpy's should lower to a call when optimizing for size. 34 ; hurting performance so it should just ignore optsize when expanding memcpy. [all …]
|
/external/clang/test/Analysis/ |
D | bstring.c | 41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1) macro 45 #define memcpy BUILTIN(memcpy) macro 46 void *memcpy(void *restrict s1, const void *restrict s2, size_t n); 55 memcpy(dst, src, 4); // no-warning in memcpy0() 57 clang_analyzer_eval(memcpy(dst, src, 4) == dst); // expected-warning{{TRUE}} in memcpy0() 68 …memcpy(dst, src, 5); // expected-warning{{Memory copy function accesses out-of-bound array element… in memcpy1() 75 memcpy(dst, src, 4); // expected-warning{{Memory copy function overflows destination buffer}} in memcpy2() 82 memcpy(dst+1, src+2, 2); // no-warning in memcpy3() 89 …memcpy(dst+2, src+2, 3); // expected-warning{{Memory copy function accesses out-of-bound array ele… in memcpy4() 96 memcpy(dst+2, src+2, 2); // expected-warning{{Memory copy function overflows destination buffer}} in memcpy5() [all …]
|
/external/ImageMagick/MagickCore/ |
D | distribute-cache.c | 253 (void) memcpy(GetStringInfoDatum(nonce),secret,(size_t) count); in ConnectPixelCacheServer() 505 (void) memcpy(&image->storage_class,p,sizeof(image->storage_class)); in OpenDistributeCache() 507 (void) memcpy(&image->colorspace,p,sizeof(image->colorspace)); in OpenDistributeCache() 509 (void) memcpy(&image->alpha_trait,p,sizeof(image->alpha_trait)); in OpenDistributeCache() 511 (void) memcpy(&image->read_mask,p,sizeof(image->read_mask)); in OpenDistributeCache() 513 (void) memcpy(&image->write_mask,p,sizeof(image->write_mask)); in OpenDistributeCache() 515 (void) memcpy(&image->columns,p,sizeof(image->columns)); in OpenDistributeCache() 517 (void) memcpy(&image->rows,p,sizeof(image->rows)); in OpenDistributeCache() 519 (void) memcpy(&image->number_channels,p,sizeof(image->number_channels)); in OpenDistributeCache() 521 (void) memcpy(image->channel_map,p,MaxPixelChannels* in OpenDistributeCache() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | lds-alignment.ll | 12 declare void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* nocapture, i8 addrspace(1)* nocapture read… 13 declare void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* nocapture, i8 addrspace(3)* nocapture read… 20 …call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align16.0.bc, i8 addrspace(1)* %in, i32… 21 …call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align16.0.bc, i3… 39 …call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align16.0.bc, i8 addrspace(1)* %in, i32… 40 …call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align16.0.bc, i3… 43 …call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align16.1.bc, i8 addrspace(1)* %in, i32… 44 …call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align16.1.bc, i3… 55 …call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align16.0.bc, i8 addrspace(1)* %in, i32… 56 …call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align16.0.bc, i3… [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 5 extern "C" void *memcpy(void *s1, const void *s2, unsigned n); 22 memcpy(&dest, &source, sizeof(dest)); in bit_cast() 50 memcpy(&s, 0, sizeof(&s)); // \ in f() 52 memcpy(0, &s, sizeof(&s)); // \ in f() 76 memcpy(&foo, &const_foo, sizeof(Foo)); in f() 77 memcpy((void*)&s, 0, sizeof(&s)); in f() 78 memcpy(0, (void*)&s, sizeof(&s)); in f() 80 memcpy(&cptr, buffer, sizeof(cptr)); in f() 81 memcpy((char*)&cptr, buffer, sizeof(cptr)); in f() 84 memcpy(&foo, &cfoo, sizeof(Foo)); in f() [all …]
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-amd64-darwin.c | 100 VG_(memcpy)(&mach->__fpu_xmm0, &vex->guest_YMM0, sizeof(mach->__fpu_xmm0)); in x86_float_state64_from_vex() 101 VG_(memcpy)(&mach->__fpu_xmm1, &vex->guest_YMM1, sizeof(mach->__fpu_xmm1)); in x86_float_state64_from_vex() 102 VG_(memcpy)(&mach->__fpu_xmm2, &vex->guest_YMM2, sizeof(mach->__fpu_xmm2)); in x86_float_state64_from_vex() 103 VG_(memcpy)(&mach->__fpu_xmm3, &vex->guest_YMM3, sizeof(mach->__fpu_xmm3)); in x86_float_state64_from_vex() 104 VG_(memcpy)(&mach->__fpu_xmm4, &vex->guest_YMM4, sizeof(mach->__fpu_xmm4)); in x86_float_state64_from_vex() 105 VG_(memcpy)(&mach->__fpu_xmm5, &vex->guest_YMM5, sizeof(mach->__fpu_xmm5)); in x86_float_state64_from_vex() 106 VG_(memcpy)(&mach->__fpu_xmm6, &vex->guest_YMM6, sizeof(mach->__fpu_xmm6)); in x86_float_state64_from_vex() 107 VG_(memcpy)(&mach->__fpu_xmm7, &vex->guest_YMM7, sizeof(mach->__fpu_xmm7)); in x86_float_state64_from_vex() 108 VG_(memcpy)(&mach->__fpu_xmm8, &vex->guest_YMM8, sizeof(mach->__fpu_xmm8)); in x86_float_state64_from_vex() 109 VG_(memcpy)(&mach->__fpu_xmm9, &vex->guest_YMM9, sizeof(mach->__fpu_xmm9)); in x86_float_state64_from_vex() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | mvcl.c | 87 void *copy = memcpy(malloc(len1), addr1, len1); in mvcl() 110 memcpy(addr1, copy, len1); in mvcl() 216 memcpy(buf, "0123456789", 10); in main() 221 memcpy(buf, "0123456789", 10); in main() 227 memcpy(buf, "0123456789", 10); in main() 229 memcpy(buf, "0123456789", 10); in main() 231 memcpy(buf, "0123456789", 10); in main() 233 memcpy(buf, "0123456789", 10); in main() 235 memcpy(buf, "0123456789", 10); in main() 237 memcpy(buf, "0123456789", 10); in main() [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/MemCpyOpt/ |
D | memcpy.ll | 17 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp219, i8* %memtmp20, i32 32, i32 16, i1 false) 19 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %agg.result21, i8* %tmp219, i32 32, i32 16, i1 false) 22 ; Check that one of the memcpy's are removed. 23 ;; FIXME: PR 8643 We should be able to eliminate the last memcpy here. 27 ; CHECK: call void @llvm.memcpy 28 ; CHECK-NOT: llvm.memcpy 35 ; The intermediate alloca and one of the memcpy's should be eliminated, the 40 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %R, i8* %P, i32 32, i32 16, i1 false) 41 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %Q, i8* %R, i32 32, i32 16, i1 false) 57 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %x.01, i8* bitcast (%0* @x to i8*), i32 32, i32 16, i1 fa… [all …]
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | memcpy.ll | 17 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp219, i8* %memtmp20, i32 32, i32 16, i1 false) 19 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %agg.result21, i8* %tmp219, i32 32, i32 16, i1 false) 22 ; Check that one of the memcpy's are removed. 23 ;; FIXME: PR 8643 We should be able to eliminate the last memcpy here. 27 ; CHECK: call void @llvm.memcpy 28 ; CHECK-NOT: llvm.memcpy 35 ; The intermediate alloca and one of the memcpy's should be eliminated, the 40 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %R, i8* %P, i32 32, i32 16, i1 false) 41 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %Q, i8* %R, i32 32, i32 16, i1 false) 57 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %x.01, i8* bitcast (%0* @x to i8*), i32 32, i32 16, i1 fa… [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | memcpy.ll | 4 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind 7 ; Variable memcpy's should lower to calls. 10 tail call void @llvm.memcpy.p0i8.p0i8.i64( i8* %a, i8* %b, i64 %n, i32 1, i1 0 ) 14 ; LINUX: memcpy 17 ; Variable memcpy's should lower to calls. 22 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp14, i8* %tmp25, i64 %n, i32 8, i1 0 ) 26 ; LINUX: memcpy 29 ; Large constant memcpy's should lower to a call when optimizing for size. 33 ; hurting performance so it should just ignore optsize when expanding memcpy. 37 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %A, i8* %B, i64 64, i32 1, i1 false) [all …]
|
/external/syslinux/dos/ |
D | memcpy.S | 2 # memcpy.S 4 # Simple 16-bit memcpy() implementation 9 .globl memcpy symbol 10 .type memcpy, @function 11 memcpy: label 23 .size memcpy,.-memcpy
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 37 memcpy(temp, y_buf + n, r); \ 38 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \ 39 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \ 40 memcpy(temp + 192, a_buf + n, r); \ 43 memcpy(dst_ptr + (n >> DUVSHIFT) * BPP, temp + 256, \ 69 memcpy(temp, y_buf + n, r); \ 70 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \ 71 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \ 73 memcpy(dst_ptr + (n >> DUVSHIFT) * BPP, temp + 192, \ 108 memcpy(temp, y_buf + n, r); \ [all …]
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 248 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_create() 250 memcpy((ib_cpu + len), vce_taskinfo, sizeof(vce_taskinfo)); in amdgpu_cs_vce_create() 252 memcpy((ib_cpu + len), vce_create, sizeof(vce_create)); in amdgpu_cs_vce_create() 254 memcpy((ib_cpu + len), vce_feedback, sizeof(vce_feedback)); in amdgpu_cs_vce_create() 269 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_config() 271 memcpy((ib_cpu + len), vce_taskinfo, sizeof(vce_taskinfo)); in amdgpu_cs_vce_config() 275 memcpy((ib_cpu + len), vce_rate_ctrl, sizeof(vce_rate_ctrl)); in amdgpu_cs_vce_config() 277 memcpy((ib_cpu + len), vce_config_ext, sizeof(vce_config_ext)); in amdgpu_cs_vce_config() 279 memcpy((ib_cpu + len), vce_motion_est, sizeof(vce_motion_est)); in amdgpu_cs_vce_config() 281 memcpy((ib_cpu + len), vce_rdo, sizeof(vce_rdo)); in amdgpu_cs_vce_config() [all …]
|
/external/syslinux/gpxe/src/crypto/ |
D | aes_wrap.c | 58 memcpy ( B, A, 8 ); in aes_wrap() 59 memcpy ( B + 8, R, 8 ); in aes_wrap() 61 memcpy ( A, B, 8 ); in aes_wrap() 63 memcpy ( R, B + 8, 8 ); in aes_wrap() 97 memcpy ( A, src, 8 ); in aes_unwrap() 104 memcpy ( B, A, 8 ); in aes_unwrap() 105 memcpy ( B + 8, R, 8 ); in aes_unwrap() 108 memcpy ( A, B, 8 ); in aes_unwrap() 109 memcpy ( R, B + 8, 8 ); in aes_unwrap()
|
D | sha1extra.c | 57 memcpy ( keym, key, key_len ); in prf_sha1() 59 memcpy ( in, label, strlen ( label ) + 1 ); in prf_sha1() 60 memcpy ( in + label_len + 1, data, data_len ); in prf_sha1() 71 memcpy ( prf, out, prf_len ); in prf_sha1() 75 memcpy ( prf, out, SHA1_SIZE ); in prf_sha1() 108 memcpy ( pass, passphrase, pass_len ); in pbkdf2_sha1_f() 109 memcpy ( in, salt, salt_len ); in pbkdf2_sha1_f() 110 memcpy ( in + salt_len, &blocknr, 4 ); in pbkdf2_sha1_f() 157 memcpy ( key, buf, key_len ); in pbkdf2_sha1() 161 memcpy ( key, buf, SHA1_SIZE ); in pbkdf2_sha1()
|
/external/syslinux/gpxe/src/net/80211/ |
D | wpa_ccmp.c | 196 memcpy ( A + 1, nonce, CCMP_NONCE_LEN ); in ccmp_ctr_xor() 271 memcpy ( B + 1, nonce, CCMP_NONCE_LEN ); in ccmp_cbc_mac() 280 memcpy ( B + 2, aad, 14 ); in ccmp_cbc_mac() 285 memcpy ( B, aad + 14, 8 ); in ccmp_cbc_mac() 293 memcpy ( B, data, 16 ); in ccmp_cbc_mac() 296 memcpy ( B, data, datalen ); in ccmp_cbc_mac() 307 memcpy ( mic, X, 8 ); in ccmp_cbc_mac() 341 memcpy ( iob_put ( eiob, hdrlen ), iob->data, hdrlen ); in ccmp_encrypt() 346 memcpy ( head.pn_lo, tx_pn, 2 ); in ccmp_encrypt() 347 memcpy ( head.pn_hi, tx_pn + 2, 4 ); in ccmp_encrypt() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquash-1.c | 38 memcpy(&sblock_size, block_ptr, sizeof(unsigned short)); in read_block_list_1() 41 memcpy(&block_size, block_ptr, sizeof(unsigned short)); in read_block_list_1() 73 memcpy(&sinode, block_ptr, sizeof(header.base)); in read_inode_1() 77 memcpy(&header.base, block_ptr, sizeof(header.base)); in read_inode_1() 86 memcpy(&sinodep, block_ptr, sizeof(sinodep)); in read_inode_1() 89 memcpy(inodep, block_ptr, sizeof(*inodep)); in read_inode_1() 117 memcpy(&sinode, block_ptr, sizeof(header.dir)); in read_inode_1() 121 memcpy(inode, block_ptr, sizeof(header.dir)); in read_inode_1() 134 memcpy(&sinode, block_ptr, sizeof(sinode)); in read_inode_1() 138 memcpy(inode, block_ptr, sizeof(*inode)); in read_inode_1() [all …]
|