代码搜索结果

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

x2.cc

#include "x.h" template class Adder;

x86.h

// x86.h #ifndef __X86_H #define __X86_H #include "BranchCoder.h" #include "BranchX86.h" struct CBranch86 { UInt32 _prevMask; UInt32 _prevPos; void x86Init() { x86_Convert_Init(_p

x86.cpp

// x86.cpp #include "StdAfx.h" #include "x86.h" #include "Windows/Defs.h" #include "BranchX86.c" UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) { return ::x86_Convert(dat

71x_it.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : 71x_it.h * Author : MCD Application Team * Date First Issued : 05/16/2003 * Des

enemy_01.x

xof 0303txt 0032 template VertexDuplicationIndices { DWORD nIndices; DWORD nOriginalVertices; array DWORD indices[nIndices]; } template FVFData {

x86.md

%{ enum { EAX=0, ECX=1, EDX=2, EBX=3, ESI=6, EDI=7 }; #include "c.h" #define NODEPTR_TYPE Node #define OP_LABEL(p) ((p)->op) #define LEFT_CHILD(p) ((p)->kids[0]) #define RIGHT_CHILD(p) ((p)->kid

x1.cc

#include extern int foo(); extern int common3; extern int data3; extern int common11; extern int data11; int main() { common11 = 11; printf("In main: %d %d %d\n", data3, common3, foo()

x3.cc

#include int common1; int common2; int common3; static int common4; int data1 = 1; int data2 = 2; int data3 = 3; static int data4 = 4; int foo() { common1 = 1; common2 = 2; common3

x2.cc

#include int common10; int common11; int data10 = 10; int data11 = 11;

x1.cc

#include extern void foo1(); extern void foo3(); struct foo_type; int main() { struct foo_type *x; printf("In main.\n"); foo1(); foo3(); return 0; }