代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/218617/14912757
prj ucos.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C21.stp
[PROJECT]
author_=yu-jun_h
www.eeworm.com/read/212376/15157369
h rank.h
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 15:00:23 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/212376/15157380
h axis.h
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:26:00 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/212376/15157411
h exm1.h
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:31:24 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/212376/15157491
h shg.h
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 10:53:59 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/162614/5516894
c spe1.c
/* { dg-do compile { target powerpc-*-eabi* } } */
/* { dg-options "-mcpu=8540 -mabi=spe -O0" } */
/* (Test with -O0 so we don't optimize any of them away). */
typedef float __attribute__((vector_
www.eeworm.com/read/162614/5526749
c printf-chk-1.c
#include
#include
#include
volatile int should_optimize;
int
__attribute__((noinline))
__printf_chk (int flag, const char *fmt, ...)
{
va_list ap;
int ret;
#ifdef
www.eeworm.com/read/162614/5526764
c strlen.c
extern void abort (void);
extern int inside_main;
__SIZE_TYPE__
strlen (const char *s)
{
__SIZE_TYPE__ i;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
i = 0;
while (s[i] != 0)
www.eeworm.com/read/162614/5527633
c fprintf-chk-1.c
#include
#include
#include
volatile int should_optimize;
int
__attribute__((noinline))
__fprintf_chk (FILE *f, int flag, const char *fmt, ...)
{
va_list ap;
int r
www.eeworm.com/read/162614/5530160
c builtin-ctype-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that built-in ctype function attributes are correctly set by
the compiler.
Written by Kaveh Ghazi, 2004-03-23. */
/* { dg-do link }