代码搜索:optimized

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

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

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/233448/4685212

c string-opt-1.c

/* Ensure mempcpy is not "optimized" into memcpy followed by addition. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ void * fn (char *x, char *y, int z) { return __builtin_mempcpy (x, y, z
www.eeworm.com/read/233448/4685416

c 20031106-3.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void link_error (void); /* Check for cprop on array elements. */ void foo (int testarray[]) { testarray[0] = 0;
www.eeworm.com/read/233448/4685462

c 20031106-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void link_error (void); /* Check for dead stores to an array. */ void foo (int testarray[]) { testarray[0] = 0;
www.eeworm.com/read/233448/4685495

c 20040204-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void link_error (void); /* test that a condition is propagated inside an if */ void test5 (int x) { extern int
www.eeworm.com/read/215937/4900302

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/209559/4967775

h string.h

/* $Id: string.h,v 1.36 2001/12/21 00:54:31 davem Exp $ * string.h: External definitions for optimized assembly string * routines for the Linux Kernel. * * Copyright (C) 1995,1996 David
www.eeworm.com/read/209559/4968429

h string.h

/* $Id: string.h,v 1.20 2001/09/27 04:36:24 kanoj Exp $ * string.h: External definitions for optimized assembly string * routines for the Linux Kernel. * * Copyright (C) 1995,1996 David
www.eeworm.com/read/195013/5118440

h string.h

/* $Id: string.h,v 1.35.2.1 2001/12/21 00:52:47 davem Exp $ * string.h: External definitions for optimized assembly string * routines for the Linux Kernel. * * Copyright (C) 1995,1996 Da
www.eeworm.com/read/195013/5118918

h string.h

/* $Id: string.h,v 1.20 2001/09/27 04:36:24 kanoj Exp $ * string.h: External definitions for optimized assembly string * routines for the Linux Kernel. * * Copyright (C) 1995,1996 David