代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
DEBUG.C
Abstract:
This source file contains debug routines.
Environment:
user mode
Revision History:
debug.h
// Debug.h: interface for the CDebug class.
//
//////////////////////////////////////////////////////////////////////
#ifndef DEBUG_H
#define DEBUG_H
// turn debug on/off
// #define DEBUG
debug.c
/***********************************************************************
*
* debug.c
*
* Implementation of user-space PPPoE redirector for Linux.
*
* Functions for printing debugging information
debug.cpp
// Debug.cpp: implementation of the CDebug class.
//
//////////////////////////////////////////////////////////////////////
#include "Debug.h"
#include
#include
_LIT(KEndL
debug.cpp
// This file cannot be compiled as a C++ file, otherwise the linker
// will bail on unresolved externals (even with extern "C" wrapping
// this).
#include "priv.h"
// Define some things for
debug.c
/*
* debug.c - Debugging output
*/
#include "common.h"
#ifdef DEBUG
#include
#include
#include
#include
#include
#include
debug_.h
#ifndef _DEBUG__H_
#define _DEBUG__H_
#if 1
#define E_OSC 22.1184
#else
#define E_OSC 11.0592
#endif
#define F_OSC 12.0
/* T0 做100us的定时器用 */
#define T0_BASE_TIME 100 /* 100us T0 operati