代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/367182/2851132

s memcpy.s

/* Optimized memcpy implementation for PowerPC32 on POWER6. Copyright (C) 2003, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software
www.eeworm.com/read/367182/2851161

s memcpy.s

/* Optimized memcpy implementation for PowerPC32 on PowerPC64. Copyright (C) 2003, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free softw
www.eeworm.com/read/367182/2853544

s memcpy.s

/* Highly optimized version for i586. Copyright (C) 1997, 2000, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper
www.eeworm.com/read/367182/2854026

h string.h

/* Optimized, inlined string functions. SPARC version. Copyright (C) 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can
www.eeworm.com/read/366702/2862714

c long-calls-4.c

/* Check that long calls to different sections are not optimized to "bl". */ /* { dg-do compile { target { arm32 && fpic } } } */ /* { dg-options "-O2 -fpic -mlong-calls" } */ #define section(S) __a
www.eeworm.com/read/366702/2862715

c long-calls-2.c

/* Check that long calls to different sections are not optimized to "bl". */ /* { dg-do compile { target { arm32 && nonpic } } } */ /* { dg-options "-O2 -mlong-calls" } */ #define section(S) __attri
www.eeworm.com/read/366702/2862716

c long-calls-3.c

/* Check that long calls to different sections are not optimized to "bl". */ /* { dg-do compile { target { arm32 && fpic } } } */ /* { dg-options "-O2 -fpic" } */ #define section(S) __attribute__((s
www.eeworm.com/read/366702/2868323

c crash2.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 16 Jun 2005 // Crash when compiler is optimized // Origin: Andrew Pinski pinskia@gcc.g
www.eeworm.com/read/366702/2882182

c pr32328.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ struct barstruct { char const* some_string; }; void changethepointer(struct barstruct**); void baz() { struct barstr
www.eeworm.com/read/366702/2883050

c phi-opt-2.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool f1(_Bool a, _Bool b) { if (a) { if (b) return 1; else return 0; } return 0; } /* There