代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/136072/5874237

h atomicity.h

/* Low-level functions for atomic operations. H8/300 version. Copyright (C) 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free
www.eeworm.com/read/135969/5875955

c memory.c

/* * target/arm9tdmi/memory.c: implements the ARM9TDMI target's memory read/write * operations. * * Copyright (C) 2003, Rongkai zhan * * This program is free software; y
www.eeworm.com/read/135969/5875961

c memory.c

/* * target/arm7tdmi/memory.c: implements the ARM7TDMI target's memory read/write * operations. * * Copyright (C) 2003, Rongkai zhan * * This program is free software; y
www.eeworm.com/read/132747/5910541

h atomic.h

#ifndef __ARCH_I386_ATOMIC__ #define __ARCH_I386_ATOMIC__ /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. */ #ifdef __SMP__ #define LOCK "lock ; " #else #d
www.eeworm.com/read/128531/5987436

c fops.c

/* fops.c -- File operations for DRM -*- linux-c -*- * Created: Mon Jan 4 08:58:31 1999 by faith@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 20
www.eeworm.com/read/127781/5998638

c fops.c

/* fops.c -- File operations for DRM -*- linux-c -*- * Created: Mon Jan 4 08:58:31 1999 by faith@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 20
www.eeworm.com/read/126641/6015762

c mkreq.c

/* Certificate request creation. Demonstrates some request related * operations. */ #include #include #include #include #include
www.eeworm.com/read/125688/6023200

h atomic.h

#ifndef __ARCH_I386_ATOMIC__ #define __ARCH_I386_ATOMIC__ /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. */ #ifdef __SMP__ #define LOCK "lock ; " #else #d
www.eeworm.com/read/124910/6039082

h atomicity.h

/* Low-level functions for atomic operations. Sparc32+v9 version. Copyright (C) 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free softwar
www.eeworm.com/read/110034/6168145

c bitops.c

/* atomic.c: atomic operations which got too long to be inlined all over * the place. * * Copyright 1999 Philipp Rumpf (prumpf@tux.org */ #include #include #incl