代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/480930/1305922
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 4
.gl
www.eeworm.com/read/480930/1305936
s memscan.s
/* $Id: memscan.S,v 1.3 2000/01/31 04:59:10 davem Exp $
* memscan.S: Optimized memscan for Sparc64.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1998 David S. Mill
www.eeworm.com/read/250243/4434148
s u1copy_from_user.s
/* U1copy_from_user.S: UltraSparc-I/II/IIi/IIe optimized copy from userspace.
*
* Copyright (C) 1999, 2000, 2004 David S. Miller (davem@redhat.com)
*/
#define EX_LD(x) \
98: x; \
.section .fix
www.eeworm.com/read/250243/4434151
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 32
.g
www.eeworm.com/read/250243/4434169
s memscan.s
/* $Id: memscan.S,v 1.3 2000/01/31 04:59:10 davem Exp $
* memscan.S: Optimized memscan for Sparc64.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1998 David S. Mill
www.eeworm.com/read/250243/4435327
s blockops.s
/* $Id: blockops.S,v 1.8 1998/01/30 10:58:44 jj Exp $
* blockops.S: Common block zero optimized routines.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*/
#include
www.eeworm.com/read/243567/4522052
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 4
.gl
www.eeworm.com/read/243567/4522066
s memscan.s
/* $Id: memscan.S,v 1.3 2000/01/31 04:59:10 davem Exp $
* memscan.S: Optimized memscan for Sparc64.
*
* Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1998 David S. Mill
www.eeworm.com/read/233448/4685433
c 20030824-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
struct A
{
int a,b;
};
int foo (int x, int y)
{
int i, j;
struct A a,b;
a.a = x;
b.b = y;
j = a.a;
i = b.b;
www.eeworm.com/read/233448/4685468
c 20030814-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3 -fdump-tree-optimized" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
extern const char tree_code_typ