代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4970531
h atomic.h
#ifndef __ARCH_M68K_ATOMIC__
#define __ARCH_M68K_ATOMIC__
#include /* local_irq_XXX() */
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc..
*/
www.eeworm.com/read/209559/4971514
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/209559/4972092
h bitops.h
/*
* bitops.h: Bit string operations on the ppc
*/
#ifdef __KERNEL__
#ifndef _PPC_BITOPS_H
#define _PPC_BITOPS_H
#include
#include
#include
#i
www.eeworm.com/read/209559/4973889
c dir.c
/*
* fs/bfs/dir.c
* BFS directory operations.
* Copyright (C) 1999,2000 Tigran Aivazian
*/
#include
#include
#include
#include
www.eeworm.com/read/209559/4974358
c symlink.c
/*
* symlink.c - operations for sysfs symlinks.
*/
#include
#include
#include
#include
#include "sysfs.h"
static struct inode_opera
www.eeworm.com/read/209559/4974359
c dir.c
/*
* dir.c - Operations for sysfs directories.
*/
#undef DEBUG
#include
#include
#include
#include
#include "sysfs.h"
DECLARE_RWSEM
www.eeworm.com/read/209559/4974360
c bin.c
/*
* bin.c - binary file operations for sysfs.
*/
#undef DEBUG
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/209559/4974582
h mls.h
/*
* Multi-level security (MLS) policy operations.
*
* Author : Stephen Smalley,
*/
#ifndef _SS_MLS_H_
#define _SS_MLS_H_
#include "context.h"
#include "policydb.h"
#ifdef C
www.eeworm.com/read/207991/4999548
mal tst075.mal
# parsing operations with multi-assignments
function swap(x:str,y:str) (a:str,b:str);
a:=y; b:=x;
return (a,b);
end swap;
(x,y):= user.swap("world","hello");
io.print(x);
io.print(y);
www.eeworm.com/read/207991/4999955
mal tst4300.mal
#some join operations
mdb();
b:= new(:lng,:lng);
barrier (k,v):= newRange(0:lng);
insert(b,v,v);
redo (k,v):= nextElement(1:lng,100:lng);
exit (k,v);
i:= count(b);
print(i);
c:= sel