代码搜索:MISC

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

代码结果 10,000
www.eeworm.com/read/147766/5723511

s misc.s

/* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free
www.eeworm.com/read/147766/5723554

c misc.c

/* * arch/ppc/boot/prep/misc.c * * Adapted for PowerPC by Gary Thomas * * Rewritten by Cort Dougan (cort@cs.nmt.edu) * One day to be replaced by a single bootloader for chrp/prep/pmac. -- Cort
www.eeworm.com/read/147766/5723561

s misc.s

/* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free
www.eeworm.com/read/147766/5723611

s misc.s

/* * This file contains miscellaneous low-level functions. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Largely rewritten by Cort Dougan (cort@cs.nmt.edu) * and Paul Mackerras.
www.eeworm.com/read/147766/5726290

h misc.h

#undef CONFIG_BINFMT_MISC
www.eeworm.com/read/147331/5730588

c misc.c

/* * this file contains misc bug reports from WinBond. */ #include #include #if unix #define pass(x) printf("PASS: %s\n", x); #define fail(x) printf("FAIL: %s\n", x); #endif /*
www.eeworm.com/read/147331/5730746

c misc.c

/* Misc. operating system stubs. */ #include #include #include /* _raise(), getpid(), and kill() are required by abort(). getpid/kill are prefixed with '_' b
www.eeworm.com/read/147331/5731903

c misc.c

/* Misc. operating system stubs. */ #include #include #include #include /* _raise(), getpid(), and kill() are required by abort(). getpid/kill are
www.eeworm.com/read/147331/5731926

c misc.c

#include #include #include extern int _write (int, void*, unsigned int); int _open() { return -1; } int _close() { return -1; } int _lseek() { return 0;
www.eeworm.com/read/147331/5732600

tex misc.tex

@node Misc @chapter Miscellaneous Macros and Functions This chapter describes miscellaneous routines not covered elsewhere. @menu * ffs:: Return first bit set in a word * unctrl:: Return prin