代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/162614/5527181
c builtin-constant.c
/* PR optimization/8423. */
#define btest(x) __builtin_constant_p(x) ? "1" : "0"
#ifdef __OPTIMIZE__
void
foo (char *i)
{
if (*i == '0')
abort ();
}
#else
void
foo (char *i)
{
}
#endif
int
m
www.eeworm.com/read/162614/5527671
c 20010119-1.c
#ifdef __OPTIMIZE__
extern void undef (void);
void bar (unsigned x) { }
void baz (unsigned x) { }
extern inline void foo (int a, int b)
{
int c = 0;
while (c++ < b)
(__builtin_constant_p (a)
www.eeworm.com/read/152843/5659808
c pcap_kern.c
/*
* Copyright (C) 2002 Jeff Dike
* Licensed under the GPL.
*/
#include "linux/init.h"
#include "linux/netdevice.h"
#include "linux/etherdevice.h"
#include "net_kern.h"
#include
www.eeworm.com/read/268593/11131409
hpp sparsematrixtext.hpp
//
// MATLAB Compiler: 3.0
// Date: Fri May 28 15:51:21 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/413417/11156938
c preset.c
// Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved.
// This software is proprietary and confidential to Analog Devices, Inc. and its licensors.
// File : $Id: //depot/Development/Vis
www.eeworm.com/read/202052/15390814
todo
Performance:
pmtp.c / encode_segment -> optimize so that a temp buffer is not required
Functionality:
- Port to C#, Visual Studio.Net, Windows XP/2003
- Add IGMPv3 support
- define API & throw cod
www.eeworm.com/read/105882/15656243
inc slarith.inc
/* -*- c -*- */
/* This include file is a template for defining arithmetic binary operations
* on arithmetic types. I realize that doing it this way is not very
* elegant but it minimizes the num
www.eeworm.com/read/192898/8267099