代码搜索:COMPACT

找到约 3,584 项符合「COMPACT」的源代码

代码结果 3,584
www.eeworm.com/read/15240/442003

readme

U-Boot for MOUSSE/MPC8240 (KAHLUA) ---------------------------------- James Dougherty (jfd@broadcom.com), 09/10/01 The Broadcom/Vooha Mousse board is a 3U Compact PCI system board which uses the MPC
www.eeworm.com/read/17071/713471

readme

U-Boot for MOUSSE/MPC8240 (KAHLUA) ---------------------------------- James Dougherty (jfd@broadcom.com), 09/10/01 The Broadcom/Vooha Mousse board is a 3U Compact PCI system board which uses the MPC
www.eeworm.com/read/494783/1155789

readme

U-Boot for MOUSSE/MPC8240 (KAHLUA) ---------------------------------- James Dougherty (jfd@broadcom.com), 09/10/01 The Broadcom/Vooha Mousse board is a 3U Compact PCI system board which uses the MPC
www.eeworm.com/read/489559/1220071

readme

U-Boot for MOUSSE/MPC8240 (KAHLUA) ---------------------------------- James Dougherty (jfd@broadcom.com), 09/10/01 The Broadcom/Vooha Mousse board is a 3U Compact PCI system board which uses the MPC
www.eeworm.com/read/479931/1327161

cgs swapw.cgs

# sh testcase for swap.w $rm, $rn -*- Asm -*- # mach: all # as: -isa=shcompact # ld: -m shelf32 .include "compact/testutils.inc" start .global swapw swapw: # Build up a characteristic bit patte
www.eeworm.com/read/479931/1327193

cgs sts-fpul.cgs

# sh testcase for sts fpul, $rn -*- Asm -*- # mach: all # as: -isa=shcompact # ld: -m shelf32 .include "compact/testutils.inc" start .global sts_fpul sts_fpul: # This is properly exercised by t
www.eeworm.com/read/479931/1327248

cgs addi.cgs

# sh testcase for add #$imm8, $rn -*- Asm -*- # mach: all # as: -isa=shcompact # ld: -m shelf32 .include "compact/testutils.inc" start init: # Initialise some registers with values which help us
www.eeworm.com/read/452691/1651793

readme

U-Boot for MOUSSE/MPC8240 (KAHLUA) ---------------------------------- James Dougherty (jfd@broadcom.com), 09/10/01 The Broadcom/Vooha Mousse board is a 3U Compact PCI system board which uses the MPC
www.eeworm.com/read/233007/4695377

c~ jcarith.c~

/* * jcarith.c * * It can only acomplesh simple arithmetic coding. */ #include "commondecls.h" #define RIGHT_SHIFT(x,shft) x>=0 ? x>>shft : -((-x)>>shft) /* We use a compact representation wit
www.eeworm.com/read/233007/4695399

c saveudbmp.c

/* *saveudbmp.c is reedited from IJG code by Fujian Shi(fieagle@yahoo.com.cn). * This file and commondecls.h can save a graycolor bmp image to a compact file. * */ #include "commondecls.h" /* Co