代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/136812/5857298

s ffs.s

! .seg "data" ! .asciz "@(#)ffs.s 1.1 92/07/30 Copyr 1987 Sun Micro" .seg "text" #include ENTRY(ffs) tst %o0 ! if zero, done bz 2f clr %o1 ! delay slot, return zero if no
www.eeworm.com/read/136812/5857302

s strncpy.s

/* * .seg "data" * .asciz "@(#)strncpy.s 1.1 92/07/30" * Copyright (c) 1989 by Sun Microsystems, Inc. */ #include .seg "text" .align 4 #define DEST %i0 #define SRC %i1 #d
www.eeworm.com/read/136072/5874779

s strlen.s

/* Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Code contributed by Matthew Wilcox The GNU C Library is free software;
www.eeworm.com/read/131315/5930117

s ldexp.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 * Ralph Campbell. * * Redis
www.eeworm.com/read/131315/5932820

s fp.s

/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redist
www.eeworm.com/read/131315/5933487

h tss.h

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * Redis
www.eeworm.com/read/131315/5935284

c memcmp.c

/* * memcmp --- compare strings. * * We use our own routine since it has to act like strcmp() for return * value, and the BSD manual says bcmp() only returns zero/non-zero. */ int memcmp (s1, s2
www.eeworm.com/read/131315/5939082

h tm-os68k.h

/* Parameters for execution on VxWorks 68k's, for GDB, the GNU debugger. Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of
www.eeworm.com/read/128531/5983649

s sleeper.s

/* * Copyright 2002 Embedded Edge, LLC * Author: dan@embeddededge.com * * Sleep helper for Au1xxx sleep mode. * * This program is free software; you can redistribute it and/or modify it * under
www.eeworm.com/read/128531/5983905

c semaphore.c

/* * Copyright (C) 1999, 2001, 02, 03 Ralf Baechle * * Heavily inspired by the Alpha implementation */ #include #include #include #include