代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/257925/11905475
pas unaplacebo.pas
{$I unaDef.inc}
unit
unaPlacebo;
interface
const
// optimized for performance
c_unaPlacebo = '2711422353.2711422353 ';
implementatio
www.eeworm.com/read/257924/11906107
c bitwise.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ bitwise.c - this file implements bitwise instructions
www.eeworm.com/read/257921/11906357
c bitwise.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ bitwise.c - this file implements bitwise instructions
www.eeworm.com/read/222766/14674736
c run.c
#include "run.h"
#include "interrupt.h"
#include "dbgdata.h"
#include "dbgcmd.h"
/* following three are used only at runtime */
void badAddress(U8 arg, U8 currentbyte);
void badStack(U8 ar
www.eeworm.com/read/222764/14674918
c run.c
#include "run.h"
#include "interrupt.h"
#include "dbgdata.h"
#include "dbgcmd.h"
/* following three are used only at runtime */
void badAddress(U8 arg, U8 currentbyte);
void badStack(U8 ar
www.eeworm.com/read/116193/14983522
cpp move.cpp
#include "ap.h"
// Optimized routines for moving big blocks of data
void moveraw (void *d, void *s, size_t n)
{
rawtype *dd, *ss;
dd = (rawtype *) d;
ss = (rawtype *) s;
www.eeworm.com/read/212602/15152386
m fm_sae2.m
function fm_sae2(flag)
% FM_SAE2 defines a subtransmission area equivalent
% with two loads and two LTCs. This model
% uses two state variables for the tap ratios
% of the LTCs.
%
www.eeworm.com/read/169775/5410157
s semcalib.s
/* semCALib.s - i80x86 internal VxWorks counting semaphore assembly library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,20mar02,hdn preser
www.eeworm.com/read/162614/5518904
c crash2.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Jun 2005
// Crash when compiler is optimized
// Origin: Andrew Pinski pinskia@gcc.g
www.eeworm.com/read/162614/5527279
c compare-fp-1.c
/* Copyright (C) 2004 Free Software Foundation.
Test for correctness of composite floating-point comparisons.
Written by Paolo Bonzini, 26th May 2004. */
extern void abort (void);
#define T