代码搜索结果
找到约 10,000 项符合
PIC 的代码
pic18.h
#ifndef _PIC18_H
#define _PIC18_H
#if defined(_18C242) || defined(_18C252) || defined(_18C442) || defined(_18C452)
#include
#endif
#if defined(_18C658) || defined(_18C858) || de
icon_pic.h
0x0F,0x00,0x0E,0x07,0x0C,0x03,0x06,0x01,0x08,0x0B,0x0D,0x09,
0x04,0x02,0x0A,0x05,0x6D,0x9B,0x87,0x1C,0x35,0x8C,0x4D,0xB6,
0x23,0x64,0x33,0x3A,0xFF,0x5E,0xBF,0x0B,0x11,0x8E,0x1C,0x6D,
0xB6,0xDB,0x6D
pmac_pic.c
/*
* BK Id: SCCS/s.pmac_pic.c 1.24 12/19/01 10:53:01 paulus
*/
#include
#include
#include
#include
#include
#include
open_pic.c
/*
* BK Id: SCCS/s.open_pic.c 1.33 12/19/01 09:45:54 trini
*/
/*
* arch/ppc/kernel/open_pic.c -- OpenPIC Interrupt Handling
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This file is subject
open_pic.h
/*
* BK Id: SCCS/s.open_pic.h 1.14 10/11/01 12:09:12 trini
*/
/*
* arch/ppc/kernel/open_pic.h -- OpenPIC Interrupt Handling
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This file is subject
pmac_pic.h
/*
* BK Id: SCCS/s.pmac_pic.h 1.9 08/19/01 22:23:04 paulus
*/
#ifndef _PPC_KERNEL_PMAC_PIC_H
#define _PPC_KERNEL_PMAC_PIC_H
#include "local_irq.h"
extern struct hw_interrupt_type pmac_pic;
void p
pic-1.c
/* { dg-do compile { target m68k-*-* fido-*-* } } */
/* { dg-options "-O2 -fpic" } */
extern void Foo (void *);
char *ary[] = {"a", "b", "c", "d", "e"};
void Bar (void)
{
int cnt = 0;
for (c