代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/205824/5016541
s memcpy_asm.s
/*
* void *memcpy (void *to, const void *from, size_t count)
*
* Some optimization research can be found in media/doc/memcpy_optimize.txt
*/
.globl _memcpy
_memcpy:
push %ebp
mov %es
www.eeworm.com/read/166399/5475418
mak makefile.mak
#
# makefile for the MMS-EASE Easy Demonstration Executable
#
MMS_INC = ../../inc
DEBUG = -g
OPTIMIZE =
OPT1 = -std
OPT2 = -assume noaligned_objects
OPT = $(DEBUG) $(OPTIM
www.eeworm.com/read/162614/5517067
c volatile-1.c
/* PR optimization/11381 */
/* Originator: */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O" } */
/* Verify that the comparison is not optimize
www.eeworm.com/read/316872/3599027
h slab_def.h
#ifndef _LINUX_SLAB_DEF_H
#define _LINUX_SLAB_DEF_H
/*
* Definitions unique to the original Linux SLAB allocator.
*
* What we provide here is a way to optimize the frequent kmalloc
* calls in the
www.eeworm.com/read/417379/2101712
jj nomparser.jj
options {
STATIC=false;
OPTIMIZE_TOKEN_MANAGER=true;
FORCE_LA_CHECK=true;
}
PARSER_BEGIN(NomParser)
/*
* Copyright (C) 2003-2007 University of Manchester
*
* This library is free software; yo
www.eeworm.com/read/417379/2102318
jj nomparser.jj
options {
STATIC=false;
OPTIMIZE_TOKEN_MANAGER=true;
FORCE_LA_CHECK=true;
}
PARSER_BEGIN(NomParser)
/*
* Copyright (C) 2003-2007 University of Manchester
*
* This library is free software; yo
www.eeworm.com/read/409921/2219490
s memcpy_asm.s
/*
* void *memcpy (void *to, const void *from, size_t count)
*
* Some optimization research can be found in media/doc/memcpy_optimize.txt
*/
.globl _memcpy
_memcpy:
push %ebp
mov %es
www.eeworm.com/read/409921/2219761
s memcpy_asm.s
/*
* void *memcpy (void *to, const void *from, size_t count)
*
* Some optimization research can be found in media/doc/memcpy_optimize.txt
*/
.globl _memcpy
_memcpy:
push %ebp
mov %es
www.eeworm.com/read/395229/2445801
libstrip
#!/usr/bin/perl -w
# vi: set ts=4:
# Libstrip - A utility to optimize libraries for specific executables
# Copyright (C) 2001 David A. Schleef
#
# This program is free software; you
www.eeworm.com/read/395229/2448395
h slab_def.h
#ifndef _LINUX_SLAB_DEF_H
#define _LINUX_SLAB_DEF_H
/*
* Definitions unique to the original Linux SLAB allocator.
*
* What we provide here is a way to optimize the frequent kmalloc
* calls in the