代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/366702/2883924

c pr22311-1.c

/* Bug 22311: ICE with -fshort-enums on shortened operations. */ /* { dg-do compile } */ /* { dg-options "-fshort-enums" } */ typedef enum { A = 1 } E; void f(E e, unsigned char c) { c |= e; }
www.eeworm.com/read/362572/2930037

h atomic.h

/* Atomic operations. PowerPC32 version. Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras , 20
www.eeworm.com/read/362572/2930058

h atomic.h

/* Atomic operations. PowerPC64 version. Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras , 20
www.eeworm.com/read/362572/2930256

h atomic-sparc32.h

/* Atomic operations. sparc32 version. Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003.
www.eeworm.com/read/362572/2930278

h atomic-sparc64.h

/* Atomic operations. sparc64 version. Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003. Th
www.eeworm.com/read/362572/2930294

h atomic-sparc32v9.h

/* Atomic operations. sparcv9 version. Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003. Th
www.eeworm.com/read/358128/3004644

test bool.test

# # Test of boolean operations with NULL # --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings SELECT IF(NULL AND 1, 1, 2), IF(1 AND NULL, 1, 2); SELECT NULL AND 1, 1 AND NULL, 0 AND NULL,
www.eeworm.com/read/357083/3030823

h string.h

#ifndef _I386_STRING_H_ #define _I386_STRING_H_ #ifdef __KERNEL__ #include /* * On a 486 or Pentium, we are better off not using the * byte string operations. But on a 386 or a PPr
www.eeworm.com/read/354521/3077390

h pgpfixedkey.h

/* * A single, fixed PGP key for decryption operations. * * $Id: pgpFixedKey.h,v 1.4 2001/01/25 22:11:31 jeffc Exp $ */ #include "pgpPubTypes.h" #include "pgpOpaqueStructs.h" PGP_BEGIN_
www.eeworm.com/read/351636/3102625

cxx basic_operation_timings.cxx

//: // \file // \brief Tool to test performance of various vnl operations. // \author Ian Scott #include #include #include #include