代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/164348/5496920
dep empty.dep
thumb-rel32\obj\library\empty.obj: "empty.c"
thumb-rel32\obj\library\empty.obj: "thumb-rel32\audio_fixptutil_library_ribodefs.h"
www.eeworm.com/read/164348/5496926
c empty.c
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: empty.c,v 1.2.28.1 2004/07/09 02:01:03 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/163872/5507555
bld empty.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\Empty.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\Empty.g
www.eeworm.com/read/163872/5507559
bld empty.bld
#!build
default:
nobuild
:arm_option=thumb_code
:arm_option=thumb_lib
:directivedir=resource
:object_dir=objs
:target=arm\at91eb55\standalone
:sourcedirs=resource
:sourcedirs=..\src
www.eeworm.com/read/163840/5507989
xpm empty.xpm
/* XPM */
static char * empty[] = {
"32 32 5 1",
" c None s None",
". c black",
"X c lemon chiffon",
"o c tan",
"O c gray50",
" .................. ",
" .XXXXXXXXXXXXXXXX.. ",
"
www.eeworm.com/read/163840/5508119
xbm empty.xbm
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
0xf0,0xff,0x3f,0x00,0x10,0x00,0x60,0x00,0x10,0x00,0xa0,0x00,0x10,0x00,0x20,
0x01,0x10,0x00,0x20,0x02,0x10,0x00,0x20,0x0
www.eeworm.com/read/163840/5508281
xpm empty.xpm
/* XPM */
static char * empty_xpm[] = {
"32 32 6 1",
" s background c None",
". c #7DF77DF77DF7",
"X c white",
"o c black",
"O c #BEFBBEFBBEFB",
"+ c #CF3CCF3CFFFF",
" ..................
www.eeworm.com/read/162614/5519589
c empty.c
// { dg-do run }
// { dg-options "-w" }
// Origin: Mark Mitchell
#if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
struct S0
{
};
struct S1 : public S0
{
};
stru
www.eeworm.com/read/162614/5529562
c empty.c
/* Yes, it's called "empty" because it has no contents at all.
Even this comment goes here, rather than in empty.h. */
#include "empty.h"
int main(void)
{
return 0;
}