代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/262046/4315316
s qpribmapalib.s
/* qPriBMapALib.s - optimized bit mapped priority queue internals */
/* Copyright 1984-1994 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modificat
www.eeworm.com/read/252366/4408382
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bi
www.eeworm.com/read/162614/5530175
c builtin-integral-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that integral FP expressions are optimized.
Written by Kaveh Ghazi, 2004-03-16. */
/* { dg-do link } */
/* { dg-options "-ffast-math"
www.eeworm.com/read/162614/5537752
h mt_allocator.h
// MT-optimized allocator -*- C++ -*-
// Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can r
www.eeworm.com/read/161121/5556590
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/152843/5658518
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/194581/8190396
s decode_mmx.s
/ decode_MMX.s: MMX optimized synth
/ copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
/ see COPYING and AUTHORS files in distribution or http://mpg123.de
/ init
www.eeworm.com/read/367274/9763721
asm invlpga.asm
;Testname=unoptimized; Arguments=-fbin -oinvlpga.bin; Files=stdout stderr invlpga.bin
;Testname=optimized; Arguments=-fbin -oinvlpga.bin -Ox; Files=stdout stderr invlpga.bin
bits 32
invlp
www.eeworm.com/read/200302/15435655
makefile
#
# Makefile for Music Machine
#
CC = gcc
LD = $(CC)
# for debugging
#CFLAGS = -Wall -g
#LDFLAGS =
#LDLIBS = -L/usr/X11/lib -lefence -lforms -lXpm -lX11 -lm
# for optimized production code
CFLAGS =