代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/116836/14952100
h sboxs.h
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Minor Updates & Optimizations by Nir Dremer, 9/02
#pragma once
www.eeworm.com/read/207880/15259799
cpp callback.cpp
#include "callback.h"
BEGIN_DTL_NAMESPACE
#if 0
//putting this here actually prevented some optimizations, so still inline
CBFunctorBase::CBFunctorBase(const void *c,_Func f, const void *mf,si
www.eeworm.com/read/207237/15279002
pas terender.pas
unit teRender;
// The ZeroMem32 and MoveMem32 algorithms are from Robert Lee. You can browse his
// 'Delphi Optimizations' website at http://www.econos.com/optimize
interface
{$INCLUDE teDef
www.eeworm.com/read/34867/1045330
s qpriheapalib.s
/* qPriHeapLib.s - priority heap queue optimizations */
/* Copyright 1984-2000 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification history
-
www.eeworm.com/read/34867/1045378
s qpriheapalib.s
/* qPriHeapLib.s - priority heap queue optimizations */
/* Copyright 1984-1992 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification history
-
www.eeworm.com/read/492252/1177486
s qpriheapalib.s
/* qPriHeapLib.s - priority heap queue optimizations */
/* Copyright 1984-2000 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification history
-
www.eeworm.com/read/470693/1455961
asm lib1funcs.asm
;; libgcc routines for the Hitachi H8/300 CPU.
;; Contributed by Steve Chamberlain
;; Optimizations by Toshiyasu Morita
/* Copyright (C) 1994, 2000
www.eeworm.com/read/233448/4670268
asm lib1funcs.asm
;; libgcc routines for the Renesas H8/300 CPU.
;; Contributed by Steve Chamberlain
;; Optimizations by Toshiyasu Morita
/* Copyright (C) 1994, 2000, 20
www.eeworm.com/read/229812/4741339
c bfield01.c
// bitfield optimizations
typedef struct S {
unsigned a : 1;
unsigned b : 1;
unsigned c : 1;
} S;
void foo( S *p )
{
if( p->a || p->b ) { // if(( p->unit & 0011b ) !=
www.eeworm.com/read/227259/4776925
changelog
0.9.9 (pending)
+ Various other size optimizations (Vladimir)
+ Change strerror(errno) to %m (Vladimir N. Oleynik )
+ Fixed a little endian problem in mton (Bastian Blank