代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/439082/1818154

h atomic.h

#ifndef _ASM_PARISC_ATOMIC_H_ #define _ASM_PARISC_ATOMIC_H_ #include #include /* Copyright (C) 2000 Philipp Rumpf . */ /* * Atomic operations that
www.eeworm.com/read/439082/1818256

h atomic.h

#ifndef __ASM_SH_ATOMIC_H #define __ASM_SH_ATOMIC_H /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * */ typedef struct { volatile int counter; } atomic_t
www.eeworm.com/read/439082/1818915

c inode.c

/* * fs/bfs/inode.c * BFS superblock and inode operations. * Copyright (C) 1999,2000 Tigran Aivazian * From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds. */ #include
www.eeworm.com/read/438717/1823364

py glstdwmenu.py

# Define menu operations for GL stdwin import gl from glstdwin import key2code class MenuObject: # def _init(self, win, title): self._win = win self._title = title self._items = [] return
www.eeworm.com/read/437257/1834908

txt sslhowto.txt

$Id: sslhowto.txt 2039 2007-09-05 12:08:49Z luke_t $ CAS requires HTTPS be used for all operations, with the certificate used having been signed by a certificate in the cacerts files shipped with Jav
www.eeworm.com/read/432906/1888052

c op_model_p4.c

/** * @file op_model_p4.c * P4 model-specific MSR operations * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author Graydon Hoare */ #include #i
www.eeworm.com/read/430518/1922831

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
www.eeworm.com/read/430518/1923877

h page.h

/* $Id: page.h,v 1.55 2000/10/30 21:01:41 davem Exp $ * page.h: Various defines and such for MMU operations on the Sparc for * the Linux kernel. * * Copyright (C) 1995 David S. Miller (d
www.eeworm.com/read/430518/1927132

h atomic.h

#ifndef _ASM_PARISC_ATOMIC_H_ #define _ASM_PARISC_ATOMIC_H_ #include #include /* Copyright (C) 2000 Philipp Rumpf . */ /* * Atomic operations that
www.eeworm.com/read/430518/1927234

h atomic.h

#ifndef __ASM_SH_ATOMIC_H #define __ASM_SH_ATOMIC_H /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * */ typedef struct { volatile int counter; } atomic_t