代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/351934/9829140
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/351934/9829487
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/358349/10192082
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/358349/10192252
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/424916/10398622
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/424916/10399236
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/318852/13470324
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/318852/13470491
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/306970/13734249
h dsputil_bfin.h
/*
* BlackFin DSPUTILS COMMON OPTIMIZATIONS HEADER
*
* Copyright (C) 2007 Marc Hoffman
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it
www.eeworm.com/read/148359/5715095
mk bcc-dev.mk
#
# FreeType 2 Borland C++-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType proj