代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/362989/2925645
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/357083/3031608
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/160303/5572851
freeswan readme.freeswan
The only changes the FreeS/WAN project has made to libdes-lite 4.04b are:
We #ifdef-ed the declaration of DES_LONG in des.h, so it's more efficient
on the Alpha, instead of just noting the issue in a
www.eeworm.com/read/473219/6848774
htm impexp.htm
YALMIP Example : Efficient solution of KYP problems
www.eeworm.com/read/193277/8241773
htm impexp.htm
YALMIP Example : Efficient solution of KYP problems
www.eeworm.com/read/367274/9763584
c hashtbl.c
/*
* hashtbl.c
*
* Efficient dictionary hash table class.
*/
#include "compiler.h"
#include
#include
#include "nasm.h"
#include "hashtbl.h"
#define HASH_MAX
www.eeworm.com/read/367274/9763923
h hashtbl.h
/*
* hashtbl.h
*
* Efficient dictionary hash table class.
*/
#ifndef NASM_HASHTBL_H
#define NASM_HASHTBL_H
#include
#include
#include "nasmlib.h"
struct has
www.eeworm.com/read/106588/15633695
txt formatv2.txt
$Id: formatV2.txt,v 1.6 2004/09/01 18:56:31 ronys Exp $
The existing Passwordsafe file format is described in notes.txt This
format, while efficient and secure, has several shortcomings:
1. No versi