代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/146056/5740529
c utils.c
/* $Id: utils.c,v 1.34 2005/02/20 08:10:15 alan Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/146056/5740540
c utils.c
/* $Id: utils.c,v 1.55 2005/02/19 18:11:04 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/146056/5740601
c utils.c
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as
www.eeworm.com/read/145471/5746092
c utils.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
www.eeworm.com/read/143791/5754384
c utils.c
#include
#include
#include
#include
static __inline__ unsigned long
get_msr(void)
{
unsigned long msr;
asm volatile("mfmsr %0" : "=r" (msr) :
www.eeworm.com/read/143791/5755086
c utils.c
#include
#include
#include
#include
static __inline__ unsigned long
get_msr(void)
{
unsigned long msr;
asm volatile("mfmsr %0" : "=r" (msr) :
www.eeworm.com/read/143026/5759708
cpp utils.cpp
// 2002.11.23
// copy from kdphoto projects
#include "stdafx.h"
int GetChar( char ** str )
{
int code = **((unsigned char **)str);
if ( !str ) return 0;
if ( !*str ) return 0
www.eeworm.com/read/141268/5774242
h utils.h
#ifndef _UTILS_H_
#define _UTILS_H_
#include "Global.h"
#include
//! Setup machine
void PRE_ROUTINE();
//! Load binary ppc file;
void LOAD_EXE(const std::string&);
//! Init 32
www.eeworm.com/read/141268/5774249
cpp utils.cpp
#include "Utils.h"
#include "Global.h"
static std::string arch_name = "PPC";
static std::string conf_file = "PPC.conf";
static std::string binary_file = "PPC.bin";
void PRE_ROUTINE()
{
www.eeworm.com/read/141268/5775087
h utils.h
/////////////////////////////////////////////////////////////////////////////
// Name: utils.h
// Purpose: Miscellaneous utilities
// Author: Julian Smart
// Modified by:
// Creat