代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/450639/7479747
c misc.c
#ifndef OSK
/* Set block of memory to constant */
memset(blk,val,size)
register char *blk;
register char val;
register unsigned size;
{
while(size-- != 0)
*blk++ = val;
}
/* Copy block
www.eeworm.com/read/450492/7482974
h misc.h
//for OSTimeDly
#define OS_DLY_10MS ( 10*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_20MS ( 20*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_50MS ( 50*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_100MS ( 100*OS_TIC
www.eeworm.com/read/450490/7483062
h misc.h
//for OSTimeDly
#define OS_DLY_10MS ( 10*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_20MS ( 20*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_50MS ( 50*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_100MS ( 100*OS_TIC
www.eeworm.com/read/450486/7483122
h misc.h
//for OSTimeDly
#define OS_DLY_10MS ( 10*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_20MS ( 20*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_50MS ( 50*OS_TICKS_PER_SEC/1000 )
#define OS_DLY_100MS ( 100*OS_TIC
www.eeworm.com/read/450111/7490467
cpp misc.cpp
#include
#include
#include
static const char *StrMiscKeys = "Misc keys";
static const char *StrHandling = "Boot handling";
static const char *StrPartMan = "Rani
www.eeworm.com/read/450111/7490476
h misc.h
#ifndef MiscH
#define MiscH
#include
#include
#include
#include
class CPreference;
class CLoader;
class CMiscellaneous {
public:
CMiscellane
www.eeworm.com/read/449996/7492059
c misc.c
/* Miscellaneous machine independent utilities
*/
#include
#include "global.h"
#include "socket.h"
#include "mbuf.h"
char Whitespace[] = " \t\r\n";
/* Select from an array of str
www.eeworm.com/read/447747/7545939
o misc.o
www.eeworm.com/read/447747/7545945
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
* puts by Nick Holloway 1993, bette
www.eeworm.com/read/446819/7564386
cpp misc.cpp
//---------------------------------------------------------------------------
//
// Misc.cpp: Miscellaneous Routines
//
//--------------------------------------------------------------------------