| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfilingFile.c | 83 char *Copy = malloc(strlen(Filename) + 1); 84 strcpy(Copy, Filename); 85 __llvm_profile_recursive_mkdir(Copy); 86 free(Copy);
|
| /src/libexec/ld.elf_so/arch/i386/ |
| rtld_start.S | 76 pushl 20(%esp) # Copy of reloff 77 pushl 20(%esp) # Copy of obj
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| netbsd.cpp | 98 Mem::Copy(&ehdr, Buffer, sizeof(ehdr)); 101 Mem::Copy(phdr, Buffer + ehdr.e_phoff, PhdrSize);
|
| e32boot.cpp | 177 Mem::Copy(bootargs->bootargs, &(*netbsd->GetArgs())[0], 285 args->Copy(input); 346 Mem::Copy(model->model, &MachInfo().iMachineName[0],
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| e32boot.cpp | 97 aDes.Copy((TUint8 *)&version, Min(aDes.MaxLength(), sizeof(version))); 229 * Copy bootinfo to safe address. \ 239 bl copy; \ 244 /* Copy loader to safe address + 0x400. */ \ 249 bl copy; \ 385 bl copy; \ 461 copy: \ 463 * void copy(dest, src, len) \ 492 blne copy; /* or copy */ \ [all...] |
| /src/sys/arch/x68k/stand/xxboot/ |
| memcpy.S | 68 | if src(=%a1) > dst(=%a0), then this is forward copy, 70 | Otherwise backward copy. Copy %d1(backward offset) to %d0.
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| CodecBase.cs | 5 // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
165 /// <param name="data">The byte array that contains the data to copy</param>
166 /// <param name="startIndex">The index of the first byte to copy</param>
167 /// <param name="count">The number of bytes to copy from <c>data</c></param>
170 Array.Copy(data, startIndex, _inBuffer,0, count);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| function_call_trie_test.cc | 231 // We want to make a deep copy and compare notes. 233 FunctionCallTrie Copy(B); 234 Trie.deepCopyInto(Copy); 237 ASSERT_EQ(Trie.getRoots().size(), Copy.getRoots().size()); 239 const auto &R0Copy = *Copy.getRoots()[0];
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_segmented_array.h | 128 Iterator Copy(*this); 130 return Copy; 134 Iterator Copy(*this); 136 return Copy; 384 // FIXME: This is a duplication of AppenEmplace with the copy semantics 385 // explicitly used, as a work-around to GCC 4.8 not invoking the copy
|
| /src/sys/arch/mvme68k/mvme68k/ |
| locore.s | 150 /* copy to a struct mvmeprom_brdid */ 250 movew %a0@+,%d1 | Copy the CPU type 255 movew %a0@+,%d1 | Copy the MMU type 260 movew %a0@+,%d1 | Copy the FPU type 597 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 824 | Copy frame to the temporary stack 869 movl %a1@-,%a0@- | copy 2 longs with 916 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/sparc/stand/ofwboot/ |
| srt0.s | 150 mov %i0, %o0 ! Copy over our parameter
|
| /src/sys/arch/virt68k/virt68k/ |
| locore.s | 206 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 393 | Copy frame to the temporary stack 438 movl %a1@-,%a0@- | copy 2 longs with 504 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/next68k/next68k/ |
| locore.s | 368 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 561 | Copy frame to the temporary stack 610 movl %a1@-,%a0@- | copy 2 longs with 692 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/sun3/sun3/ |
| locore.s | 113 | In order to "move" the kernel to high memory, we are going to copy the 123 movsb %a0@,%d1 | copy segmap entry 167 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 406 | Copy frame to the temporary stack 431 movl %a1@-,%a0@- | copy 2 longs with 508 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/sun3/sun3x/ |
| locore.s | 84 | In order to map the kernel into high memory we will copy the root table 92 movl %a0@,%a1@ | copy descriptor type 93 movl %a0@(4),%a1@(4) | copy physical address 108 | Our boot loader leaves a copy of the kernel's exec header 144 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 391 | Copy frame to the temporary stack 416 movl %a1@-,%a0@- | copy 2 longs with 493 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/vax/vax/ |
| subr.S | 55 /* Copy routine */ 74 /* Copy the copy routine */ 83 /* Ok, copy routine copied, set registers and rei */ 142 # Copy the RPB to its new position 322 /* copy AST level from current LWP to pinned LWP, reset 331 insv %r0,$24,$3,P0LR(%r3) /* copy to pinned LWP */ 458 # copy/fetch/store routines. 500 * copy{in,out}str() copies data from/to user space to/from kernel space. 527 tstl %r3 # any chars to copy [all...] |
| /src/sys/arch/cesfic/cesfic/ |
| locore.s | 351 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 558 | Copy frame to the temporary stack 584 movl %a1@-,%a0@- | copy 2 longs with 675 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/luna68k/luna68k/ |
| locore.s | 171 1: movb %a0@+,%a1@+ | copy to bootarg 468 | Copy frame to the temporary stack 517 movl %a1@-,%a0@- | copy 2 longs with 613 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/news68k/news68k/ |
| locore.s | 380 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 550 | Copy frame to the temporary stack 599 movl %a1@-,%a0@- | copy 2 longs with 718 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/x68k/x68k/ |
| locore.s | 372 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 575 | Copy frame to the temporary stack 624 movl %a1@-,%a0@- | copy 2 longs with 760 movl %a1@-,%a0@- | copy
|
| /src/sys/arch/hp300/hp300/ |
| locore.s | 450 movw %a1@+,%a2@+ | copy a word 530 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 723 | Copy frame to the temporary stack 772 movl %a1@-,%a0@- | copy 2 longs with 927 movl %a1@-,%a0@- | copy 1078 movw %a1@+,%a0@+ | copy a word
|
| /src/sys/arch/mac68k/mac68k/ |
| locore.s | 440 * Create a fake exception frame so that cpu_lwp_fork() can copy it. 645 | Copy frame to the temporary stack 694 movl %a1@-,%a0@- | copy 2 longs with 835 movl %a1@-,%a0@- | copy 1004 movw %a1@+,%a0@+ | copy a word
|
| /src/sys/arch/mips/mips/ |
| mipsX_subr.S | 102 * Permission to use, copy, modify, and distribute this software and 378 /* this loongson2-specific part is almost a copy of xtlb_miss */ 2115 and t0, a2, MIPS3_PG_G # Copy global bit
|
| /src/sys/arch/m68k/060sp/dist/ |
| pfpsp.s | 319 set OLD_A7, EXC_AREGS+(6*4) # extra copy of saved a7 1597 # somewhere on the stack until we can copy it to its final resting place. 1612 # now, copy the result to the proper place on the stack 1765 # somewhere on the stack until we can copy it to its final resting place 1786 # now, copy the result to the proper place on the stack 2157 # now, copy the result to the proper place on the stack 2213 # now, we copy the default result to it's proper location 2253 # now, we copy the default result to it's proper location 2293 # now, we copy the default result to it's proper location 2822 mov.l (%a6),-(%sp) # make a copy of a [all...] |
| fpsp.s | 319 set OLD_A7, EXC_AREGS+(6*4) # extra copy of saved a7 1597 # somewhere on the stack until we can copy it to its final resting place. 1612 # now, copy the result to the proper place on the stack 1765 # somewhere on the stack until we can copy it to its final resting place 1786 # now, copy the result to the proper place on the stack 2157 # now, copy the result to the proper place on the stack 2213 # now, we copy the default result to it's proper location 2253 # now, we copy the default result to it's proper location 2293 # now, we copy the default result to it's proper location 2822 mov.l (%a6),-(%sp) # make a copy of a [all...] |