代码搜索结果

找到约 10,000 项符合 R 的代码

r_table.vhd

------------------------------------------------------------------------------- -- CPU86 - VHDL CPU8088 IP core -- -- Copyright (C) 2005-2008 HT-LAB

strtok_r.c

/* strtok_r.c - file for string */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01d,23oct95,jdi doc: added comment that input string will be

trivial4.r

W, r,a8832,abcdef01 w,a8836,aabbccdd r,a8836,76543210

r128.h

/* r128.h -- ATI Rage 128 DRM template customization -*- linux-c -*- * Created: Wed Feb 14 16:07:10 2001 by gareth@valinux.com * * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * A

migo_r.c

/* * Copyright (C) 2007 * Nobuhiro Iwamatsu * * Copyright (C) 2007 * Kenati Technologies, Inc. * * board/MigoR/migo_r.c * * This program is free software; you can redis

s_r.c

#include #define uchar unsigned char #define uint unsigned int void delay1ms(uint count) {uint i; uchar j; for(i=0;i

s_and_r.c

/* s_and_r.c -- file for rand1() and srand1() */ /* uses ANSI C portable algorithm */ static unsigned long int next = 1; /* the seed */ int rand1(void) { /* magic formula to