代码搜索:efficient

找到约 1,594 项符合「efficient」的源代码

代码结果 1,594
www.eeworm.com/read/179911/5299149

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/177353/5328208

h stylesheet.h

#ifndef EL__DOCUMENT_CSS_STYLESHEET_H #define EL__DOCUMENT_CSS_STYLESHEET_H #include "util/lists.h" /* TODO: We need a memory efficient and fast way to define how properties * cascade. What we are
www.eeworm.com/read/350097/3134039

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/340710/3265023

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/338546/3315572

java mutableinteger.java

package org.antlr.misc; /** Java won't let you modify an Integer; not sure how that's more * efficient, but...here's one that let's you modify it. * Frightening I have to implement this myself. B
www.eeworm.com/read/316872/3601362

h unaligned.h

#ifndef __ASM_ARM_UNALIGNED_H #define __ASM_ARM_UNALIGNED_H #include extern int __bug_unaligned_x(const void *ptr); /* * What is the most efficient way of loading/storing an unaligne
www.eeworm.com/read/292705/3947868

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/288937/3999043

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/280913/4121953

c mywc.c

/* A simple but fairly efficient C version of the Unix "wc" tool */ #include #include main() { register int c, cc = 0, wc = 0, lc = 0; FILE *f = stdin; while ((c = getc(f)) !
www.eeworm.com/read/439082/1817896

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