代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/292073/3959756
tpl optimize_tables.tpl
{strip}
{assign var="page_hdr01_text" value="Database Tables Optimization"}
www.eeworm.com/read/440906/1775238
c optimize1.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to copy addressabili
www.eeworm.com/read/440906/1775456
c optimize2.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the body of a thunk
www.eeworm.com/read/440906/1775484
c optimize4.c
// Build don't link:
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/440906/1775526
c optimize3.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree inlining a fu
www.eeworm.com/read/440906/1777923
c optimize2.c
// Used to crash on the alpha with optimization.
// Special g++ Options: -w
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (len > 65535)
www.eeworm.com/read/402480/2319413
c dt_optimize.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
* University Research and Technology
*
www.eeworm.com/read/398634/2375089
result rpl_optimize.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create table t1 (a int not null auto_increment pri
www.eeworm.com/read/398634/2375531
test rpl_optimize.test
# Test for BUG#1858 "OPTIMIZE TABLE done by a client
# thread stops the slave SQL thread".
# You can replace OPTIMIZE by REPAIR.
source include/master-slave.inc;
create table t1 (a int not null auto
www.eeworm.com/read/396640/2408892
c node_optimize.c
#include "fitz-base.h"
#include "fitz-world.h"
/*
* Remove (mask ... white) until we get something not white
*/
static int iswhitenode(fz_solidnode *node)
{
if (!strcmp(node->cs->name, "DeviceGra