代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/316872/3588692

s ngmemcpy.s

/* NGmemcpy.S: Niagara optimized memcpy. * * Copyright (C) 2006, 2007 David S. Miller (davem@davemloft.net) */ #ifdef __KERNEL__ #include #include #define GLOBAL_SP
www.eeworm.com/read/430182/1936965

s blockops.s

/* $Id: blockops.S,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $ * blockops.S: UltraSparc block zero optimized routines. * * Copyright (C) 1996, 1998, 1999, 2000 David S. Miller (davem@redhat.com) *
www.eeworm.com/read/430182/1937648

s blockops.s

/* $Id: blockops.S,v 1.1.1.1 2004/02/04 12:55:48 laputa Exp $ * blockops.S: Common block zero optimized routines. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include
www.eeworm.com/read/419441/2076907

exp name-opt.exp

# Verifies that -name is not optimized in front of -prune exec rm -rf tmp exec mkdir tmp exec mkdir tmp/top exec mkdir tmp/top/one exec touch tmp/top/one/foo find_start p {tmp/top -prune -name foo} ex
www.eeworm.com/read/393286/2477338

s u3copy_from_user.s

/* U3copy_from_user.S: UltraSparc-III optimized copy from userspace. * * Copyright (C) 1999, 2000, 2004 David S. Miller (davem@redhat.com) */ #define EX_LD(x) \ 98: x; \ .section .fixup; \ .a
www.eeworm.com/read/385891/2578630

s blockops.s

/* $Id: blockops.S,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $ * blockops.S: UltraSparc block zero optimized routines. * * Copyright (C) 1996, 1998, 1999, 2000 David S. Miller (davem@redhat.com) *
www.eeworm.com/read/385891/2579313

s blockops.s

/* $Id: blockops.S,v 1.1.1.1 2004/02/04 12:55:48 laputa Exp $ * blockops.S: Common block zero optimized routines. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include
www.eeworm.com/read/367182/2853754

implies

# Due to the reordering and the other nifty extensions in the i686 it is # not really good to use heavily i586 optimized code on a i686. It's # better to use i486/i386 code. i386/i486
www.eeworm.com/read/366702/2867619

c pr33593.c

/* { dg-do compile } */ /* { dg-options "-O1 -fnon-call-exceptions -fdump-tree-optimized" } */ #include void foo (int) { printf ("Bar\n"); } int main (void) { int a = 1 / 0; // { dg-war
www.eeworm.com/read/366702/2867623

c pr31307.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ union MY_M128 { double i; }; struct RegFile { MY_M128 dst[4]; }; __inline__ __attribute__((always_inline)) static void ME