代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/366702/2883057

c pr27781.c

/* { dg-do compile } */ /* { dg-require-weak "" } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ void __attribute__((weak)) func(void) { /* no code */ } int main() { func(); return
www.eeworm.com/read/366702/2883186

c asm-1.c

/* Make sure that gcc understands that an in/out operand is a use as well as a def. */ /* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ void f() { int i = 42; int j =
www.eeworm.com/read/366702/2883338

c ssa-ifcombine-2.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ /* Testcase for PR31657. */ int foo (int x, int a, int b) { /* if ((x & a) || (x & b)) */ if (x & a) goto doit; if
www.eeworm.com/read/366696/2885110

h mt_allocator.h

// MT-optimized allocator -*- C++ -*- // Copyright (C) 2003, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistr
www.eeworm.com/read/364434/2906167

svn-base vc1dsp_mmx.c.svn-base

/* * VC-1 and WMV3 - DSP functions MMX-optimized * Copyright (c) 2007 Christophe GISQUET * * Permission is hereby granted, free of charge, to any person * obtaining a
www.eeworm.com/read/364434/2906174

svn-base snowdsp_mmx.c.svn-base

/* * MMX and SSE2 optimized snow DSP utils * Copyright (c) 2005-2006 Robert Edele * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/362989/2925157

h string.h

/* Optimized, inlined string functions. ARM version. Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software
www.eeworm.com/read/357319/3022433

pas jvgnugettextd5.pas

unit JvGnugettextD5; // Delphi 5 optimized interface for gnugettext.pas // This unit must only be used on Delphi 5. When you upgrade to Delphi 6 or // later, you should remove this unit and replace
www.eeworm.com/read/357083/3031727

h checksum.h

#ifndef _ALPHA_CHECKSUM_H #define _ALPHA_CHECKSUM_H /* * This is a version of ip_compute_csum() optimized for IP headers, * which always checksum on 4 octet boundaries. */ extern unsigned short i
www.eeworm.com/read/351555/3106754

h vq_sse.h

/* Copyright (C) 2004 Jean-Marc Valin File: vq_arm4.h ARM4-optimized vq routine Redistribution and use in source and binary forms, with or without modification, are permitted provided th