代码搜索:BBC
找到约 1,429 项符合「BBC」的源代码
代码结果 1,429
www.eeworm.com/read/170239/5406026
c bbc.c
/* bbc.c:
* Support some basic ability to to basic-block-coverage.
* This is VERY basic; nevertheless, useful. It simply organizes
* the ability to determine if a block of code was executed or not
www.eeworm.com/read/170239/5406082
h bbc.h
#define BBC() bbc(0,__LINE__)
#define BBCF() bbc(__FILE__,__LINE__)
void bbc(char *file, int line);
www.eeworm.com/read/316872/3597941
h bbc.h
/* $Id: bbc.h,v 1.2 2001/03/26 23:47:18 davem Exp $
* bbc.h: Defines for BootBus Controller found on UltraSPARC-III
* systems.
*
* Copyright (C) 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/292705/3945395
h bbc.h
/* $Id: bbc.h,v 1.2 2001/03/26 23:47:18 davem Exp $
* bbc.h: Defines for BootBus Controller found on UltraSPARC-III
* systems.
*
* Copyright (C) 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/439082/1815411
h bbc.h
/* $Id: bbc.h,v 1.2 2001/03/26 23:47:18 davem Exp $
* bbc.h: Defines for BootBus Controller found on UltraSPARC-III
* systems.
*
* Copyright (C) 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/430518/1924389
h bbc.h
/* $Id: bbc.h,v 1.2 2001/03/26 23:47:18 davem Exp $
* bbc.h: Defines for BootBus Controller found on UltraSPARC-III
* systems.
*
* Copyright (C) 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/357083/3029920
h bbc.h
/* $Id: bbc.h,v 1.2 2001/03/26 23:47:18 davem Exp $
* bbc.h: Defines for BootBus Controller found on UltraSPARC-III
* systems.
*
* Copyright (C) 2000 David S. Miller (davem@redhat.com)
*/
www.eeworm.com/read/262041/4317900
c bbc.c
/* bbc.c:
* Support some basic ability to to basic-block-coverage.
* This is VERY basic; nevertheless, useful. It simply organizes
* the ability to determine if a block of code was executed or
www.eeworm.com/read/262041/4317978
h bbc.h
#define BBC() bbc(0,__LINE__)
#define BBCF() bbc(__FILE__,__LINE__)
void bbc(char *file, int line);
www.eeworm.com/read/152843/5661253
c bbc_envctrl.c
/* $Id: bbc_envctrl.c,v 1.4 2001/04/06 16:48:08 davem Exp $
* bbc_envctrl.c: UltraSPARC-III environment control driver.
*
* Copyright (C) 2001 David S. Miller (davem@redhat.com)
*/
#define __KERN