Searched refs:memcpy (Results 1 - 25 of 216) sorted by relevance

123456789

/seL4-refos-master/libs/libmuslc/src/prng/
H A Dseed48.c9 memcpy(p, __seed48, sizeof p);
10 memcpy(__seed48, s, sizeof p);
H A Dlcong48.c8 memcpy(__seed48, p, sizeof __seed48);
/seL4-refos-master/libs/libmuslc/src/string/
H A Dmempcpy.c6 return (char *)memcpy(dest, src, n) + n;
H A Dstrerror_r.c11 memcpy(buf, msg, buflen-1);
16 memcpy(buf, msg, l+1);
H A Dstrdup.c10 return memcpy(d, s, l+1);
H A Dstrndup.c9 memcpy(d, s, l);
/seL4-refos-master/libs/libmuslc/src/string/x86_64/
H A Dmemcpy.s1 .global memcpy
4 .type memcpy,@function
5 memcpy: label
/seL4-refos-master/libs/libmuslc/src/string/x86_64_sel4/
H A Dmemcpy.s1 .global memcpy
4 .type memcpy,@function
5 memcpy: label
/seL4-refos-master/libs/libmuslc/src/string/arm/
H A D__aeabi_memcpy.c6 memcpy(dest, src, n);
/seL4-refos-master/libs/libmuslc/src/string/arm_sel4/
H A D__aeabi_memcpy.c6 memcpy(dest, src, n);
/seL4-refos-master/libs/libmuslc/src/network/
H A Dres_querydomain.c10 memcpy(tmp, name, nl);
12 memcpy(tmp+nl+1, domain, dl+1);
H A Dlookup_ipliteral.c21 memcpy(&buf[0].addr, &a4, sizeof a4);
31 memcpy(tmp, name, p-name);
41 memcpy(&buf[0].addr, &a6, sizeof a6);
/seL4-refos-master/libs/libmuslc/src/string/i386/
H A Dmemcpy.s1 .global memcpy
4 .type memcpy,@function
5 memcpy: label
/seL4-refos-master/libs/libmuslc/src/string/i386_sel4/
H A Dmemcpy.s1 .global memcpy
4 .type memcpy,@function
5 memcpy: label
/seL4-refos-master/libs/libmuslc/src/env/
H A Dsetenv.c22 memcpy(s, var, l1);
24 memcpy(s+l1+1, value, l2);
H A D__stack_chk_fail.c9 if (entropy) memcpy(&__stack_chk_guard, entropy, sizeof(uintptr_t));
/seL4-refos-master/libs/librefos/src/
H A Dshare.c76 memcpy(dest, bufBase + *start, *bytesRead);
80 memcpy(dest, bufBase + *start, *bytesRead);
84 memcpy(dest + *bytesRead, bufBase, bytesRemain);
118 memcpy(bufBase + *end, src, len);
122 memcpy(bufBase + *end, src, endBytes);
126 memcpy(bufBase, src + endBytes, len - endBytes);
/seL4-refos-master/projects/refos/impl/libs/librefos/src/
H A Dshare.c76 memcpy(dest, bufBase + *start, *bytesRead);
80 memcpy(dest, bufBase + *start, *bytesRead);
84 memcpy(dest + *bytesRead, bufBase, bytesRemain);
118 memcpy(bufBase + *end, src, len);
122 memcpy(bufBase + *end, src, endBytes);
126 memcpy(bufBase, src + endBytes, len - endBytes);
/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Dstrops.h16 void *memcpy(void *dest, const void *src, size_t n);
/seL4-refos-master/tools/elfloader/include/
H A Dstrops.h16 void *memcpy(void *dest, const void *src, size_t n);
/seL4-refos-master/libs/libsel4utils/arch_include/x86/sel4utils/arch/
H A Dtsc.h30 memcpy(&freq, buf + sizeof(seL4_BootInfoHeader), 4);
/seL4-refos-master/libs/libutils/src/
H A Ddebug.c39 memcpy(&line[object_offset], &temp, sizeof(temp));
45 memcpy(&line[object_offset], &temp, sizeof(temp));
51 memcpy(&line[object_offset], &temp, sizeof(temp));
57 memcpy(&line[object_offset], &temp, sizeof(temp));
/seL4-refos-master/projects/seL4_libs/libsel4utils/arch_include/x86/sel4utils/arch/
H A Dtsc.h30 memcpy(&freq, buf + sizeof(seL4_BootInfoHeader), 4);
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmkdtemp.c23 memcpy(template+l-6, "XXXXXX", 6);
/seL4-refos-master/projects/util_libs/libutils/src/
H A Ddebug.c39 memcpy(&line[object_offset], &temp, sizeof(temp));
45 memcpy(&line[object_offset], &temp, sizeof(temp));
51 memcpy(&line[object_offset], &temp, sizeof(temp));
57 memcpy(&line[object_offset], &temp, sizeof(temp));

Completed in 126 milliseconds

123456789