| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | keypair.c | 19 memmove(sk, seed, 32); in crypto_sign_ed25519_seed_keypair() 30 memmove(sk, seed, 32); in crypto_sign_ed25519_seed_keypair() 31 memmove(sk + 32, pk, 32); in crypto_sign_ed25519_seed_keypair()
|
| H A D | sign.c | 88 memmove(sig + 32, sk + 32, 32); in _crypto_sign_ed25519_detached() 127 memmove(sm + crypto_sign_ed25519_BYTES, m, mlen); in crypto_sign_ed25519()
|
| H A D | obsolete.c | 60 memmove(sm + 32, m, (size_t) mlen); in crypto_sign_edwards25519sha512batch() 113 memmove(m, sm + 32, mlen); in crypto_sign_edwards25519sha512batch_open()
|
| H A D | open.c | 84 memmove(m, sm + 64, mlen); in crypto_sign_ed25519_open()
|
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt_sw.c | 129 memmove(buf, fdt, headsize); in fdt_resize() 130 memmove(newtail, oldtail, tailsize); in fdt_resize() 132 memmove(newtail, oldtail, tailsize); in fdt_resize() 133 memmove(buf, fdt, headsize); in fdt_resize() 276 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
| H A D | fdt_rw.c | 108 memmove(p + newlen, p + oldlen, end - p - oldlen); in fdt_splice_() 416 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 419 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 423 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 482 memmove(buf, tmp, newsize); in fdt_open_into()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ |
| H A D | sign_ed25519.c | 47 memmove(seed, sk, crypto_sign_ed25519_SEEDBYTES); in crypto_sign_ed25519_sk_to_seed() 55 memmove(pk, sk + crypto_sign_ed25519_SEEDBYTES, in crypto_sign_ed25519_sk_to_pk()
|
| /f-stack/tools/libutil/ |
| H A D | trimdomain.c | 69 memmove(domain, s + 1, strlen(s + 1) + 1); in trimdomain() 89 memmove(s, s + dlen + 1, len + 1); in trimdomain()
|
| H A D | login_class.c | 174 memmove(p - 1, p, l + 1); /* Slide-out the backslash */ in substvar() 177 memmove(p + hlen + v, p + 1, l); /* Subst homedir */ in substvar() 178 memmove(p, pwd->pw_dir, hlen); in substvar() 184 memmove(p + nlen, p + 1, l); /* Subst username */ in substvar() 185 memmove(p, pwd->pw_name, nlen); in substvar()
|
| /f-stack/freebsd/libkern/ |
| H A D | bcopy.c | 54 #undef memmove 149 __strong_reference(memcpy, memmove);
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 75 memmove(&RTE_PER_LCORE(_cpuset), cpusetp, in thread_update_affinity() 81 memmove(&lcore_config[lcore_id].cpuset, cpusetp, in thread_update_affinity() 103 memmove(cpusetp, &RTE_PER_LCORE(_cpuset), in rte_thread_get_affinity()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | memmove.S | 92 EENTRY(memmove) 149 EEND(memmove)
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | strings.h | 27 #define bcopy(src, dest, size) memmove(dest, src, size)
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/ |
| H A D | crypto_secretbox_easy.c | 34 memmove(c, m, mlen); in crypto_secretbox_detached() 108 memmove(m, c, clen); in crypto_secretbox_open_detached()
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | acgetline.c | 318 memmove (&Buffer[CursorPosition + 1], &Buffer[CursorPosition], in AcpiOsGetLine() 357 memmove (&Buffer[CursorPosition - 1], &Buffer[CursorPosition], in AcpiOsGetLine()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_ether.h | 329 memmove(rte_pktmbuf_adj(m, sizeof(struct rte_vlan_hdr)), in rte_vlan_strip() 366 memmove(nh, oh, 2 * RTE_ETHER_ADDR_LEN); in rte_vlan_insert()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
| H A D | secretbox_xchacha20poly1305.c | 38 memmove(c, m, mlen); in crypto_secretbox_xchacha20poly1305_detached() 115 memmove(m, c, clen); in crypto_secretbox_xchacha20poly1305_open_detached()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | prutils.c | 323 memmove ((Buffer + LengthToAdd), (Buffer + LengthToRemove), in PrReplaceData() 332 memmove (Buffer, BufferToAdd, LengthToAdd); in PrReplaceData()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_early.c | 66 #define MEMMOVE_EARLY_FUNC memmove
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 202 #ifndef memmove 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zipmap.c | 243 memmove(p+reqlen, p+freelen, zmlen-(offset+freelen+1)); in zipmapSet() 258 memmove(p+reqlen, p+freelen, zmlen-(offset+freelen+1)); in zipmapSet() 286 memmove(p, p+freelen, zmlen-((p-zm)+freelen+1)); in zipmapDel()
|
| H A D | rax.c | 318 memmove(dst,src,sizeof(void*)); in raxAddChild() 347 memmove(src+shift+sizeof(raxNode*),src,sizeof(raxNode*)*(n->size-pos)); in raxAddChild() 360 memmove(src+shift,src,sizeof(raxNode*)*pos); in raxAddChild() 370 memmove(src+1,src,n->size-pos); in raxAddChild() 986 memmove(e,e+1,taillen); in raxRemoveChild() 998 memmove(((char*)cp)-shift,cp,(parent->size-taillen-1)*sizeof(raxNode**)); in raxRemoveChild() 1002 memmove(((char*)c)-shift,c+1,taillen*sizeof(raxNode**)+valuelen); in raxRemoveChild() 1286 memmove(it->key+it->key_len,s,len); in raxIteratorAddChars()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_deps.h | 37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l))
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 653 memmove(l->buf+l->pos+1,l->buf+l->pos,l->len-l->pos); in linenoiseEditInsert() 726 memmove(l->buf+l->pos,l->buf+l->pos+1,l->len-l->pos-1); in linenoiseEditDelete() 736 memmove(l->buf+l->pos-1,l->buf+l->pos,l->len-l->pos); in linenoiseEditBackspace() 755 memmove(l->buf+l->pos,l->buf+old_pos,l->len-old_pos+1); in linenoiseEditDeletePrevWord() 968 memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */ in linenoisePrintKeyCodes() 1121 memmove(history,history+1,sizeof(char*)*(history_max_len-1)); in linenoiseHistoryAdd()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 143 #define ngx_memmove(dst, src, n) (void) memmove(dst, src, n) 144 #define ngx_movemem(dst, src, n) (((u_char *) memmove(dst, src, n)) + (n))
|