代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/195341/5111956

ct8

.NH Bit Operators .PP C has several operators for logical bit-operations. For example, .E1 x = x & 0177; .E2 forms the bit-wise .UC AND of .UL x and 0177, effectively retaining only the last seven bi
www.eeworm.com/read/195013/5121623

h spinlock.h

#ifndef _ALPHA_SPINLOCK_H #define _ALPHA_SPINLOCK_H #include #include #include #include /* * Simple spin lock operations. There ar
www.eeworm.com/read/195013/5121931

h atomic.h

/* * BK Id: SCCS/s.atomic.h 1.15 10/28/01 10:37:22 trini */ /* * PowerPC atomic operations */ #ifndef _ASM_PPC_ATOMIC_H_ #define _ASM_PPC_ATOMIC_H_ typedef struct { volatile int counter; } atom
www.eeworm.com/read/187737/5217420

tpl tmaths.tpl

REM tMaths.tpl REM EPOC OPL automatic test code for maths operations. REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved. INCLUDE "Const.oph" INCLUDE "hUtils.oph" PROC Standalone:
www.eeworm.com/read/178760/5313659

c rotate.c

/** Tests covering rotate operations size: 8,16,32 msb: 0,1 */ #include #ifdef __sun__ #include #else #include #endif #define SIZE ({size}) #define MSB ({m
www.eeworm.com/read/168845/5434412

cpp test_special_set_ops_main.cpp

/* Boost.MultiIndex test for special set operations. * * Copyright 2003-2004 Joaqu韓 M L髉ez Mu駉z. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1
www.eeworm.com/read/168845/5434432

hpp test_special_set_ops.hpp

/* Boost.MultiIndex test for special set operations. * * Copyright 2003-2004 Joaqu韓 M L髉ez Mu駉z. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1
www.eeworm.com/read/168845/5434441

cpp test_special_set_ops.cpp

/* Boost.MultiIndex test for special set operations. * * Copyright 2003-2005 Joaqu韓 M L髉ez Mu駉z. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1
www.eeworm.com/read/162614/5529713

c sdata-1_x.c

#include "sdata-section.h" struct s { int x; int y[4]; }; extern struct s small_struct SDATA_SECTION; /* Test "load address" operations. */ int *xaddr (void) { return &small_struct.x; } int *yaddr
www.eeworm.com/read/347603/3166592

c icon.c

/* ** $Id: icon.c,v 1.26 2005/01/04 02:53:47 snig Exp $ ** ** icon.c Icon operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current maintai