代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/237551/4626368

h string.h

/* Optimized, inlined string functions. i486 version. Copyright (C) 1997,1998,1999,2000,2001,2002,2003,2004,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. T
www.eeworm.com/read/237551/4626584

s memset.s

/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999,2000,2003,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Librar
www.eeworm.com/read/237472/4627523

c gvmat32c.c

/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86 * Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant. * File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/236440/4639832

c qpel.c

/* this is optimized for sh, which have post increment addressing (*p++) some cpu may be index (p[n]) faster than post increment (*p++) */ #define LD(adr) *(uint32_t*)(adr) #define PIXOP2(OPNAME,
www.eeworm.com/read/233448/4685374

c asm-2.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ #ifdef __hppa__ #define REGISTER "1" #else #define REGISTER "0" #endif void baz(void) { register int xyzzy asm(REGISTER) = 1
www.eeworm.com/read/233448/4685379

c 20031106-2.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void link_error (void); /* Check for dead stores to a struct. */ struct s { char d; int a, b; double m; }; v
www.eeworm.com/read/233448/4685515

c pr16721.c

/* { dg-do compile } */ /* { dg-options "-O2 -fno-strict-aliasing -fdump-tree-optimized" } */ struct data { volatile unsigned long *addr; } *p; int test() { *p->addr; return 0; } /* The load fr
www.eeworm.com/read/233448/4685526

c 20050128-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-generic" } */ int foo (int align) { int off = 0 % align; return off ? align - off : 0; } /* We should have optimized away the mod operato
www.eeworm.com/read/229812/4739882

c tf05.c

// check overloading template int eq( T x, T y ) { return x == y; } int eq(int x,int y) // optimized version { return x ^ y; } void f( int a, int b, char c, char d ) {
www.eeworm.com/read/229812/4753139

c gvmat32c.c

/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86 * Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant. * File written by Gilles Vollant, by modifiying the longest_