代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/240162/4589310
c 20000922-1.c
extern void doit(int);
void
quick_doit(int x)
{
#ifdef __OPTIMIZE__
if (__builtin_constant_p (x)
&& x != 0)
asm volatile ("%0" : : "i#*X"(x));
else
#endif
doit(x);
}
www.eeworm.com/read/233448/4681890
c strcat.c
extern int inside_main;
extern void abort(void);
char *
strcat (char *dst, const char *src)
{
char *p = dst;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*p)
p++;
www.eeworm.com/read/233448/4681895
c stpcpy.c
extern int inside_main;
char *
stpcpy (char *dst, const char *src)
{
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*src != 0)
*dst++ = *src++;
*dst = 0;
return dst;
}
www.eeworm.com/read/233448/4681903
c memmove.c
extern int inside_main;
void *
memmove (void *dst, const void *src, __SIZE_TYPE__ n)
{
char *dstp;
const char *srcp;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
srcp = src;
www.eeworm.com/read/233448/4681909
c mempcpy.c
extern int inside_main;
void *
mempcpy (void *dst, const void *src, __SIZE_TYPE__ n)
{
const char *srcp;
char *dstp;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
srcp = src;
www.eeworm.com/read/233448/4683365
c 20000922-1.c
extern void doit(int);
void
quick_doit(int x)
{
#ifdef __OPTIMIZE__
if (__builtin_constant_p (x)
&& x != 0)
asm volatile ("%0" : : "i#*X"(x));
else
#endif
doit(x);
}
www.eeworm.com/read/218586/4857514
sql patch-rc-newindex.sql
--
-- patch-rc-newindex.sql
-- Adds an index to recentchanges to optimize Special:Newpages
-- 2004-01-25
--
ALTER TABLE /*$wgDBprefix*/recentchanges
ADD INDEX new_name_timestamp(rc_new,rc_namespace,
www.eeworm.com/read/216450/4893917
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
LIBNAME = libzip.a
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTG
www.eeworm.com/read/207991/4998377
err id.642351.stable.err
stderr of test 'ID.642351` in directory 'tests/BugsViaSourgeforce` itself:
# 17:21:02 >
# 17:21:02 > Mtimeout -timeout 60 Mserver "--config=/var/tmp/_PREFIX_MONET_GNU_32_d_--enable-optimize_/etc/
www.eeworm.com/read/207991/4998436
out id.642351.stable.out
stdout of test 'ID.642351` in directory 'tests/BugsViaSourgeforce` itself:
# 17:33:35 >
# 17:33:35 > Mtimeout -timeout 60 Mserver "--config=/var/tmp/_PREFIX_MONET_GNU_32_d_--enable-optimize_/etc/