代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/279968/4131641
c f_llrintl.c
/*
* ====================================================
* x87 FP implementation contributed to Newlib by
* Dave Korn, November 2007. This file is placed in the
* public domain. Permission to u
www.eeworm.com/read/279968/4131648
c f_llrintf.c
/*
* ====================================================
* x87 FP implementation contributed to Newlib by
* Dave Korn, November 2007. This file is placed in the
* public domain. Permission to u
www.eeworm.com/read/279968/4131653
c f_llrint.c
/*
* ====================================================
* x87 FP implementation contributed to Newlib by
* Dave Korn, November 2007. This file is placed in the
* public domain. Permission to u
www.eeworm.com/read/440906/1781456
c 20021124-1.c
/* PR optimization/8275 */
/* Contributed by Volker Reichelt. */
unsigned int foo (unsigned int u)
{
return (u >> 32) & 0xffff;
}
www.eeworm.com/read/411241/2190396
js zh_cn.js
// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com)
tinyMCELang['lang_print_desc'] = '打印';
www.eeworm.com/read/411241/2190400
js zh_cn.js
// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com)
tinyMCELang['lang_preview_desc'] = '预览';
www.eeworm.com/read/408201/2253262
js zh_cn.js
// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com)
tinyMCELang['lang_print_desc'] = '打印';
www.eeworm.com/read/408201/2253266
js zh_cn.js
// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com)
tinyMCELang['lang_preview_desc'] = '预览';
www.eeworm.com/read/400650/2347890
in libmesh_contrib_config.h.in
/**
* The entries in this file will be substitued by configure.
* This file decouples the configuration of the contributed software
* from the rest of the library so you can config off/on the contr
www.eeworm.com/read/366702/2868044
c anon-struct.c
// Contributed by Gabriel Dos Reis
// { dg-do compile }
namespace N { }
namespace M
{
typedef struct { } N;
}