代码搜索:ppc

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

代码结果 10,000
www.eeworm.com/read/165847/10049552

ld ppc.ld

/* ld script to make i386 Linux kernel * Written by Martin Mares ; */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) SEARCH_DIR(/l
www.eeworm.com/read/165151/10074363

ppc makefile.ppc

# # Makefile for the GoAhead web server reference source base # for the VxWorks 486 OS # # Copyright (c) Go Ahead, 1995-2000 # # $Id: Makefile.ppc,v 1.1 2001/12/05 21:51:04 bporter Exp $ #
www.eeworm.com/read/359019/10170349

ppc readme.ppc

If your system uses the SVr4 ABI (designed by Motorola), you will only be able to compile my library files lib/format.c and lib/getargs.c if your C-compiler supports the macro va_copy() or __va_copy()
www.eeworm.com/read/162188/10328033

src ppc.src

/* ** princomp.src - Principle Components ** ** (C) Copyright 1996 Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF APTECH ** SYSTEMS,
www.eeworm.com/read/425011/10388132

ppc makefile.ppc

# This material is inherited from the Linux Makefile: arch/alpha/Makefile: # This file is included by the global makefile so that you can add your own # architecture-specific flags and dependencies.
www.eeworm.com/read/278766/10511206

ppc makefile.ppc

# This material is inherited from the Linux Makefile: arch/alpha/Makefile: # This file is included by the global makefile so that you can add your own # architecture-specific flags and dependencies.
www.eeworm.com/read/278764/10511711

ppc makefile.ppc

# This material is inherited from the Linux Makefile: arch/alpha/Makefile: # This file is included by the global makefile so that you can add your own # architecture-specific flags and dependencies.
www.eeworm.com/read/350134/10762869

ppc makefile.ppc

# # Makefile for the GoAhead web server reference source base # for the VxWorks 486 OS # # Copyright (c) Go Ahead, 1995-2000 # # $Id: Makefile.ppc,v 1.1 2001/12/05 21:51:04 bporter Exp $ #
www.eeworm.com/read/420885/10769420

ppc mirdef.ppc

/* * MIRACL compiler/hardware definitions - mirdef.h * Copyright (c) 1988-2006 Shamus Software Ltd. */ #define MR_BIG_ENDIAN #define MIRACL 64 #define mr_utype long #define MR_IBITS 32
www.eeworm.com/read/418361/10950383

h ppc.h

/* PowerPC hardware exceptions management helpers */ typedef void (*clk_setup_cb)(void *opaque, uint32_t freq); typedef struct clk_setup_t clk_setup_t; struct clk_setup_t { clk_setup_cb cb; vo