repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
0xffea/MINIX3
7,836
common/lib/libc/arch/ia64/atomic/atomic.S
/* $NetBSD: atomic.S,v 1.5 2009/11/09 14:22:02 skrll Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Takayoshi Kochi. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
1,890
common/lib/libc/arch/vax/gen/bswap32.S
/* $NetBSD: bswap32.S,v 1.2 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas. * * Redistribution and use in source and binary forms, with or without * modi...
0xffea/MINIX3
3,153
common/lib/libc/arch/vax/gen/udiv.S
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Donn Seeley at UUNET Technologies, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pro...
0xffea/MINIX3
3,279
common/lib/libc/arch/vax/gen/urem.S
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Donn Seeley at UUNET Technologies, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pro...
0xffea/MINIX3
1,817
common/lib/libc/arch/vax/gen/bswap16.S
/* $NetBSD: bswap16.S,v 1.2 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas. * * Redistribution and use in source and binary forms, with or without * modi...
0xffea/MINIX3
3,098
common/lib/libc/arch/vax/string/memcpy.S
/* $NetBSD: memcpy.S,v 1.2 2005/12/24 08:33:32 matt Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
0xffea/MINIX3
3,102
common/lib/libc/arch/vax/string/memmove.S
/* $NetBSD: memmove.S,v 1.2 2005/12/24 08:33:32 matt Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ...
0xffea/MINIX3
2,048
common/lib/libc/arch/vax/string/memset.S
/* $NetBSD: memset.S,v 1.1 2010/03/12 09:12:34 uwe Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * ...
0xffea/MINIX3
2,245
common/lib/libc/arch/sparc64/net/htonl.S
/* $NetBSD: htonl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contri...
0xffea/MINIX3
2,198
common/lib/libc/arch/sparc64/net/ntohl.S
/* $NetBSD: ntohl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contrib...
0xffea/MINIX3
2,247
common/lib/libc/arch/sparc64/net/htons.S
/* $NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contri...
0xffea/MINIX3
2,249
common/lib/libc/arch/sparc64/net/ntohs.S
/* $NetBSD: ntohs.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contri...
0xffea/MINIX3
2,376
common/lib/libc/arch/sparc64/gen/mul.S
/* $NetBSD: mul.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contribu...
0xffea/MINIX3
2,796
common/lib/libc/arch/sparc64/gen/saveregs.S
/* $NetBSD: saveregs.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * con...
0xffea/MINIX3
2,378
common/lib/libc/arch/sparc64/gen/umul.S
/* $NetBSD: umul.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contrib...
0xffea/MINIX3
2,290
common/lib/libc/arch/sparc64/atomic/atomic_swap.S
/* $NetBSD: atomic_swap.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,596
common/lib/libc/arch/sparc64/atomic/atomic_and.S
/* $NetBSD: atomic_and.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,128
common/lib/libc/arch/sparc64/atomic/membar_ops.S
/* $NetBSD: membar_ops.S,v 1.5 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe, and by Andrew Doran. * * Redistribution and use in source and binary forms...
0xffea/MINIX3
2,786
common/lib/libc/arch/sparc64/atomic/atomic_inc.S
/* $NetBSD: atomic_inc.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,790
common/lib/libc/arch/sparc64/atomic/atomic_dec.S
/* $NetBSD: atomic_dec.S,v 1.7 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,786
common/lib/libc/arch/sparc64/atomic/atomic_add.S
/* $NetBSD: atomic_add.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,623
common/lib/libc/arch/sparc64/atomic/atomic_cas.S
/* $NetBSD: atomic_cas.S,v 1.6 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,561
common/lib/libc/arch/sparc64/atomic/atomic_or.S
/* $NetBSD: atomic_or.S,v 1.7 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * m...
0xffea/MINIX3
4,710
common/lib/libc/arch/sparc64/string/ffs.S
/* $NetBSD: ffs.S,v 1.2 2009/12/19 19:09:48 pooka Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed...
0xffea/MINIX3
4,633
common/lib/libc/arch/sparc64/string/strlen.S
/* $NetBSD: strlen.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. * All rights reserved. * * Written by Eduardo Horvath for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
0xffea/MINIX3
1,874
common/lib/libc/arch/arm/gen/byte_swap_2.S
/* $NetBSD: byte_swap_2.S,v 1.4 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Charles M. Hannum. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
8,359
common/lib/libc/arch/arm/gen/divsi3.S
/* $NetBSD: divsi3.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO ...
0xffea/MINIX3
1,902
common/lib/libc/arch/arm/gen/byte_swap_4.S
/* $NetBSD: byte_swap_4.S,v 1.4 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Neil A. Carson * * Redistribution and use in source and binary forms, with or without ...
0xffea/MINIX3
3,010
common/lib/libc/arch/arm/atomic/atomic_dec_32.S
/* $NetBSD: atomic_dec_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary form...
0xffea/MINIX3
2,768
common/lib/libc/arch/arm/atomic/atomic_swap.S
/* $NetBSD: atomic_swap.S,v 1.2 2008/08/16 07:12:40 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe and Matt Thomas. * * Redistribution and use in source and binary forms, w...
0xffea/MINIX3
1,790
common/lib/libc/arch/arm/atomic/atomic_cas_up.S
/* $NetBSD: atomic_cas_up.S,v 1.2 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Steve C. Woodford. * * Redistribution and use in source and binary forms, with or withou...
0xffea/MINIX3
3,010
common/lib/libc/arch/arm/atomic/atomic_inc_32.S
/* $NetBSD: atomic_inc_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary form...
0xffea/MINIX3
2,393
common/lib/libc/arch/arm/atomic/membar_ops.S
/* $NetBSD: membar_ops.S,v 1.2 2008/08/16 07:12:40 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary forms, ...
0xffea/MINIX3
2,790
common/lib/libc/arch/arm/atomic/atomic_or_32.S
/* $NetBSD: atomic_or_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary forms...
0xffea/MINIX3
2,667
common/lib/libc/arch/arm/atomic/atomic_cas_8.S
/* $NetBSD: atomic_cas_8.S,v 1.1 2008/11/18 15:22:56 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary forms...
0xffea/MINIX3
2,816
common/lib/libc/arch/arm/atomic/atomic_and_32.S
/* $NetBSD: atomic_and_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary for...
0xffea/MINIX3
3,004
common/lib/libc/arch/arm/atomic/atomic_add_32.S
/* $NetBSD: atomic_add_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary for...
0xffea/MINIX3
2,428
common/lib/libc/arch/arm/atomic/atomic_cas_32.S
/* $NetBSD: atomic_cas_32.S,v 1.2 2008/08/16 07:12:39 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary form...
0xffea/MINIX3
46,291
common/lib/libc/arch/arm/string/memcpy_xscale.S
/* $NetBSD: memcpy_xscale.S,v 1.2 2007/06/21 21:37:04 scw Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Steve C. Woodford for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll...
0xffea/MINIX3
3,345
common/lib/libc/arch/arm/string/ffs.S
/* $NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 2001 Christopher Gilbert * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source co...
0xffea/MINIX3
12,949
common/lib/libc/arch/arm/string/memmove.S
/* $NetBSD: memmove.S,v 1.3 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Neil A. Carson and Mark Brinicombe * * Redistribution and use in source and binary forms, w...
0xffea/MINIX3
1,890
common/lib/libc/arch/arm/string/strncmp.S
/* $NetBSD: strncmp.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 2002 ARM Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code...
0xffea/MINIX3
7,458
common/lib/libc/arch/arm/string/memset.S
/* $NetBSD: memset.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Steve C. Woodford for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow...
0xffea/MINIX3
8,228
common/lib/libc/arch/arm/string/memcpy_arm.S
/* $NetBSD: memcpy_arm.S,v 1.2 2008/04/28 20:22:52 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Neil A. Carson and Mark Brinicombe * * Redistribution and use in source and binary forms...
0xffea/MINIX3
6,247
common/lib/libc/arch/arm/string/memcmp.S
/* $NetBSD: memcmp.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Steve C. Woodford for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the f...
0xffea/MINIX3
1,741
common/lib/libc/arch/arm/string/strcmp.S
/* $NetBSD: strcmp.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 2002 ARM Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code ...
0xffea/MINIX3
9,713
common/lib/libc/arch/x86_64/atomic/atomic.S
/* $NetBSD: atomic.S,v 1.16 2011/01/12 23:12:10 joerg Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe, and by Andrew Doran. * * Redistribution and use in source and binary forms,...
0xffea/MINIX3
2,101
common/lib/libc/arch/x86_64/string/strcpy.S
/* * Written by J.T. Conklin <jtc@acorntoolworks.com> * Public domain. */ #include <machine/asm.h> #if defined(LIBC_SCCS) RCSID("$NetBSD: strcpy.S,v 1.1 2005/12/20 19:28:51 christos Exp $") #endif /* * This strcpy implementation copies a byte at a time until the * source pointer is aligned to a word boundary, ...
0xffea/MINIX3
2,924
common/lib/libc/arch/x86_64/string/memset.S
/* $NetBSD: memset.S,v 1.3 2009/08/01 20:35:45 dsl Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by David Laight. * * Redistribution and use in source and binary forms, with or without * modific...
0xffea/MINIX3
2,221
common/lib/libc/arch/x86_64/string/strrchr.S
/* * Written by J.T. Conklin <jtc@acorntoolworks.com> * Public domain. */ #include <machine/asm.h> #if defined(LIBC_SCCS) RCSID("$NetBSD: strrchr.S,v 1.2 2009/07/17 19:37:57 dsl Exp $") #endif ENTRY(strrchr) movzbq %sil,%rcx /* zero return value */ xorq %rax,%rax /* * Align to word boundary. * Consider...
0xffea/MINIX3
4,494
common/lib/libc/arch/x86_64/string/bcopy.S
/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from locore.s. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of sou...
0xffea/MINIX3
3,707
common/lib/libc/arch/x86_64/string/memchr.S
/* $NetBSD: memchr.S,v 1.5 2009/08/01 20:47:02 dsl Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by David Laight. * * Redistribution and use in source and binary forms, with or without * modific...
0xffea/MINIX3
5,908
common/lib/libc/arch/x86_64/string/strlen.S
/* $NetBSD: strlen.S,v 1.5 2009/07/12 21:24:21 dsl Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by David Laight. * * Redistribution and use in source and binary forms, with or without * modific...
0xffea/MINIX3
2,627
common/lib/libc/arch/x86_64/string/strcat.S
/* * Written by J.T. Conklin <jtc@acorntoolworks.com> * Public domain. */ #include <machine/asm.h> #if defined(LIBC_SCCS) RCSID("$NetBSD: strcat.S,v 1.1 2005/12/20 19:28:51 christos Exp $") #endif ENTRY(strcat) movq %rdi,%rax movabsq $0x0101010101010101,%r8 movabsq $0x8080808080808080,%r9 /* * Align desti...
0xffea/MINIX3
4,979
common/lib/libc/arch/x86_64/string/strchr.S
/* $NetBSD: strchr.S,v 1.6 2009/07/20 15:21:00 christos Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by David Laight. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
1,136
common/lib/libc/arch/x86_64/string/strcmp.S
/* * Written by J.T. Conklin <jtc@acorntoolworks.com> * Public domain. */ #include <machine/asm.h> #if defined(LIBC_SCCS) RCSID("$NetBSD: strcmp.S,v 1.1 2005/12/20 19:28:51 christos Exp $") #endif ENTRY(strcmp) /* * Align s1 to word boundary. * Consider unrolling loop? */ .Ls1align: testb $7,%dil je .Ls...
0xffea/MINIX3
1,639
common/lib/libc/arch/alpha/gen/byte_swap_2.S
/* $NetBSD: byte_swap_2.S,v 1.3 2008/02/16 17:37:13 apb Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright ...
0xffea/MINIX3
1,890
common/lib/libc/arch/alpha/gen/byte_swap_4.S
/* $NetBSD: byte_swap_4.S,v 1.3 2008/02/16 17:37:13 apb Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright ...
0xffea/MINIX3
3,317
common/lib/libc/arch/alpha/gmon/_mcount.S
/* $NetBSD: _mcount.S,v 1.2 2005/12/21 18:11:11 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both ...
0xffea/MINIX3
2,233
common/lib/libc/arch/alpha/atomic/atomic_swap.S
/* $NetBSD: atomic_swap.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,730
common/lib/libc/arch/alpha/atomic/atomic_and.S
/* $NetBSD: atomic_and.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,630
common/lib/libc/arch/alpha/atomic/membar_ops.S
/* $NetBSD: membar_ops.S,v 1.6 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,926
common/lib/libc/arch/alpha/atomic/atomic_inc.S
/* $NetBSD: atomic_inc.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,926
common/lib/libc/arch/alpha/atomic/atomic_dec.S
/* $NetBSD: atomic_dec.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,922
common/lib/libc/arch/alpha/atomic/atomic_add.S
/* $NetBSD: atomic_add.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,778
common/lib/libc/arch/alpha/atomic/atomic_cas.S
/* $NetBSD: atomic_cas.S,v 1.5 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,697
common/lib/libc/arch/alpha/atomic/atomic_or.S
/* $NetBSD: atomic_or.S,v 1.4 2008/05/25 15:56:11 chs Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * m...
0xffea/MINIX3
2,916
common/lib/libc/arch/alpha/string/ffs.S
/* $NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of so...
0xffea/MINIX3
2,799
common/lib/libc/arch/alpha/string/bzero.S
/* $NetBSD: bzero.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Trevor Blackwell * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * ...
0xffea/MINIX3
5,964
common/lib/libc/arch/alpha/string/bcopy.S
/* $NetBSD: bcopy.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Trevor Blackwell. Support for use as memcpy() and memmove() * added by Chris Demetriou. * * Permission to use, copy, modify and distribute this software and ...
0xffea/MINIX3
4,582
common/lib/libc/arch/mips/gen/byte_swap_8.S
/* $NetBSD: byte_swap_8.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or...
0xffea/MINIX3
2,745
common/lib/libc/arch/mips/gen/byte_swap_2.S
/* $NetBSD: byte_swap_2.S,v 1.3 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or...
0xffea/MINIX3
2,992
common/lib/libc/arch/mips/gen/byte_swap_4.S
/* $NetBSD: byte_swap_4.S,v 1.3 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or...
0xffea/MINIX3
2,515
common/lib/libc/arch/mips/atomic/atomic_swap.S
/* $NetBSD: atomic_swap.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistribution...
0xffea/MINIX3
1,800
common/lib/libc/arch/mips/atomic/atomic_cas_up.S
/* $NetBSD: atomic_cas_up.S,v 1.2 2008/05/25 15:56:12 chs Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributio...
0xffea/MINIX3
3,043
common/lib/libc/arch/mips/atomic/atomic_and.S
/* $NetBSD: atomic_and.S,v 1.2 2009/12/14 00:38:59 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
2,547
common/lib/libc/arch/mips/atomic/membar_ops.S
/* $NetBSD: membar_ops.S,v 1.4 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe, and by Andrew Doran. * * Redistribution and use in source and binar...
0xffea/MINIX3
3,358
common/lib/libc/arch/mips/atomic/atomic_inc.S
/* $NetBSD: atomic_inc.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
3,362
common/lib/libc/arch/mips/atomic/atomic_dec.S
/* $NetBSD: atomic_dec.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
3,349
common/lib/libc/arch/mips/atomic/atomic_add.S
/* $NetBSD: atomic_add.S,v 1.2 2009/12/14 00:38:59 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
2,987
common/lib/libc/arch/mips/atomic/atomic_cas.S
/* $NetBSD: atomic_cas.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
2,934
common/lib/libc/arch/mips/atomic/atomic_or.S
/* $NetBSD: atomic_or.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions ...
0xffea/MINIX3
2,144
common/lib/libc/arch/mips/string/ffs.S
/* $NetBSD: ffs.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or without...
0xffea/MINIX3
2,253
common/lib/libc/arch/mips/string/strrchr.S
/* $NetBSD: strrchr.S,v 1.2 2011/01/02 02:58:52 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wit...
0xffea/MINIX3
6,802
common/lib/libc/arch/mips/string/bcopy.S
/* $NetBSD: bcopy.S,v 1.3 2009/12/14 00:39:00 matt Exp $ */ /* * Mach Operating System * Copyright (c) 1993 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and ...
0xffea/MINIX3
2,199
common/lib/libc/arch/mips/string/strlen.S
/* $NetBSD: strlen.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
2,183
common/lib/libc/arch/mips/string/strchr.S
/* $NetBSD: strchr.S,v 1.3 2011/01/02 02:58:52 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
2,419
common/lib/libc/arch/mips/string/strcmp.S
/* $NetBSD: strcmp.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
2,150
common/lib/libc/arch/powerpc/atomic/atomic_swap.S
/* $NetBSD: atomic_swap.S,v 1.6 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without ...
0xffea/MINIX3
2,474
common/lib/libc/arch/powerpc/atomic/atomic_and.S
/* $NetBSD: atomic_and.S,v 1.6 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,224
common/lib/libc/arch/powerpc/atomic/membar_ops.S
/* $NetBSD: membar_ops.S,v 1.4 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe, and by Andrew Doran. * * Redistribution and use in source and binary form...
0xffea/MINIX3
2,668
common/lib/libc/arch/powerpc/atomic/atomic_inc.S
/* $NetBSD: atomic_inc.S,v 1.6 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,670
common/lib/libc/arch/powerpc/atomic/atomic_dec.S
/* $NetBSD: atomic_dec.S,v 1.6 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,662
common/lib/libc/arch/powerpc/atomic/atomic_add.S
/* $NetBSD: atomic_add.S,v 1.7 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,589
common/lib/libc/arch/powerpc/atomic/atomic_cas.S
/* $NetBSD: atomic_cas.S,v 1.7 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
2,446
common/lib/libc/arch/powerpc/atomic/atomic_or.S
/* $NetBSD: atomic_or.S,v 1.6 2011/01/15 07:31:11 matt Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
3,700
common/lib/libc/arch/powerpc/string/memcpy.S
/* $NetBSD: memcpy.S,v 1.3 2011/01/15 07:31:12 matt Exp $ */ /* stropt/memcpy_440.S, pl_string_common, pl_linux 10/11/04 11:45:36 * ========================================================================== * Optimized memcpy implementation for IBM PowerPC 440. * * Copyright (c) 2003, IBM Corporation * All righ...
0xffea/MINIX3
1,909
common/lib/libc/arch/powerpc/string/ffs.S
/* $NetBSD: ffs.S,v 1.5 2011/01/15 07:31:12 matt Exp $ */ /*- * Copyright (C) 2001 Martin J. Laubach <mjl@NetBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions...
0xffea/MINIX3
5,418
common/lib/libc/arch/powerpc/string/memmove.S
/* $NetBSD: memmove.S,v 1.3 2011/01/15 07:31:12 matt Exp $ */ /* stropt/memmove.S, pl_string_common, pl_linux 10/11/04 11:45:37 * ========================================================================== * Optimized memmove implementation for IBM PowerPC 405/440. * * Copyright (c) 2003, IBM Corporation * All rig...
0xffea/MINIX3
7,458
common/lib/libc/arch/powerpc/string/memcmp.S
/* $NetBSD: memcmp.S,v 1.3 2011/01/15 07:31:12 matt Exp $ */ /* stropt/memcmp.S, pl_string_common, pl_linux 10/11/04 11:45:35 * ========================================================================== * Optimized memcmp implementation for IBM PowerPC 405/440. * * Copyright (c) 2003, IBM Corporation * All rights...