代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/176444/5338127
c rules.c
/*
* compiler/back_ends/idl_gen/rules.c - initialized c rule structure
* inits a table that contains info about
* converting each ASN.1 type to an IDL type
*
* Copyright (C) 1
www.eeworm.com/read/162614/5522609
c eb43.c
// { dg-do assemble }
// All the pointer_to_binary_function cases used to fail because g++
// couldn't handle converting an overloaded function to a class type.
// The first one should still fail bec
www.eeworm.com/read/350097/3133653
h virtconvert.h
#ifndef __VIRT_CONVERT__
#define __VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#include
#include
#inc
www.eeworm.com/read/324136/3506158
c tclwinerror.c
/*
* tclWinError.c --
*
* This file contains code for converting from Win32 errors to
* errno errors.
*
* Copyright (c) 1995-1996 by Sun Microsystems, Inc.
*
* See the file "license.terms" fo
www.eeworm.com/read/292705/3947346
h virtconvert.h
#ifndef __VIRT_CONVERT__
#define __VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#include
#include
#inc
www.eeworm.com/read/268723/4250485
svn-base tvpaneltype.h.svn-base
#ifndef _TVPANELTYPE_H_
#define _TVPANELTYPE_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _W_ // used for converting word of Resource Data
#define _W_(x) ((x)/256), ((x)%256)
#endi
www.eeworm.com/read/439082/1817374
h virtconvert.h
#ifndef __VIRT_CONVERT__
#define __VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#include
#include
#inc
www.eeworm.com/read/430518/1926352
h virtconvert.h
#ifndef __VIRT_CONVERT__
#define __VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#include
#include
#inc
www.eeworm.com/read/421073/2055889
tpl single_goal.tpl
{include file="Goals/templates/title_and_evolution_graph.tpl"}
{if $nb_conversions > 0}
Conversions Overview
Your best converting countries are: {includ
www.eeworm.com/read/407519/2262531
cpp getopts.cpp
/* getopts.c -
*
* Whom: Steve Mertz
* Date: 20010610
* Why: A exercise in converting my C based getopts() into an OO solution.
*
*/
/*
* Copyright (c) 2001-2004 Steve M