代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/229812/4750008
mif master.mif
proj_name = conv
conv_autodepends = .AUTODEPEND
conv_distrib_lib = 1
!include cproj.mif
!include deftarg.mif
!include defrule.mif
.EXTENSIONS: .def
.def : ../def
.asm : ../asm
.c : ..
www.eeworm.com/read/229812/4750097
gml type_tra.gml
:H1.Introduction
:P.
The header type_traits is based on the metaprogramming section of n1836
:Q.Draft Technical Report on C++ Library Extensions:eQ..
It contains a set of templates that allow com
www.eeworm.com/read/216802/4886792
c wmesa.c
/*
* Windows (Win32) device driver for Mesa
*
*/
#include "wmesadef.h"
#include "colors.h"
#include
#include "extensions.h"
#include "framebuffer.h"
#include "renderbuffer.h
www.eeworm.com/read/209559/4973750
c symlink.c
/*
* linux/fs/sysv/symlink.c
*
* Handling of System V filesystem fast symlinks extensions.
* Aug 2001, Christoph Hellwig (hch@infradead.org)
*/
#include "sysv.h"
#include
sta
www.eeworm.com/read/209211/4981920
c hiqvideo.c
#include
#include
#include
#include "pci.h"
#include "vga.h"
/*
* Chips and Technologies HiQVideo.
* Extensions in the 69000 over the 65550 are not fully taken into account.
www.eeworm.com/read/205824/5022269
c wmesa.c
/*
* Windows (Win32) device driver for Mesa
*
*/
#include "wmesadef.h"
#include "colors.h"
#include
#include "extensions.h"
#include "framebuffer.h"
#include "renderbuffer.h
www.eeworm.com/read/196314/5103045
java searchloadtest.java
package lia.extsearch.perf;
import com.clarkware.junitperf.LoadTest;
import com.clarkware.junitperf.TimedTest;
import junit.extensions.TestSetup;
import junit.framework.Test;
import junit.framework.T
www.eeworm.com/read/195013/5122299
c symlink.c
/*
* linux/fs/sysv/symlink.c
*
* Handling of System V filesystem fast symlinks extensions.
* Aug 2001, Christoph Hellwig (hch@infradead.org)
*/
#include
static int sysv_readlink
www.eeworm.com/read/190666/5179970
c ext-3.c
/* Test for format extensions beyond the C standard and X/Open standard.
Test for strftime formats.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu
www.eeworm.com/read/190666/5179982
c c99-strftime-2.c
/* Test for strftime formats. Rejection of extensions in pedantic mode. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Wformat"