代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/124910/6038870
h string.h
/* Optimized, inlined string functions. i386 version.
Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free s
www.eeworm.com/read/124910/6039485
h string.h
/* Optimized, inlined string functions. AMD x86-64 version.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you
www.eeworm.com/read/119864/6081249
h string.h
/* Optimized, inlined string functions. i386 version.
Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free s
www.eeworm.com/read/105300/6199471
h addprocessinitdll.h
/*
AddProcessInitDLL.h - add user DLL as first static DLL to new & suspended NT process.
32bit version for 32bit modules.
Not optimized, not thread-safe, not leak-checked.
Not carefully t
www.eeworm.com/read/125064/6328217
h filter-i386.h
/*
* filter-i386.h -- optimized filter routines
*
* Copyright (C) 1996
* Thomas Sailer (sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu)
*
* This program is free software; yo
www.eeworm.com/read/486736/6526246
cpp skipjack.cpp
// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
// which is public domain according to his web site.
#include "pch.h"
#include "skipjack.h"
/*
* Optimized implement
www.eeworm.com/read/400576/11573546
m auclpm.m
function [w,returnA,r2] = auclpm(x, C, rtype, par, unitnorm, usematlab)
%AUCLPM Find linear mapping with optimized AUC
%
% W = AUCLPM(X, C, RTYPE, PAR)
%
% Optimize the AUC on dataset X and reg. pa
www.eeworm.com/read/259399/11795592
pl md5-x86_64.pl
#!/usr/bin/perl -w
#
# MD5 optimized for AMD64.
#
# Author: Marc Bevand
# Licence: I hereby disclaim the copyright on this code and place it
# in the public domain.
#
use str
www.eeworm.com/read/339492/12229915
cpp skipjack.cpp
// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
// which is public domain according to his web site.
#include "pch.h"
#include "skipjack.h"
/*
* Optimized implement
www.eeworm.com/read/252679/12268634
asm gvmat64.asm
;uInt longest_match_x64(
; deflate_state *s,
; IPos cur_match); /* current match */
; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
; Cop