代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/480930/1310917
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/250243/4441082
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/248446/4470108
h list.h
/*
* list.h
* list operations
*
* copied from Linux_Kernel_Dir/include/linux/list.h
*/
#ifndef _MG_LIST_H
#define _MG_LIST_H
struct list_head {
struct list_head *next, *prev;
www.eeworm.com/read/240162/4589728
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/237554/4622810
h pixel_ops.h
/*
** $Id: pixel_ops.h,v 1.14 2003/09/04 06:02:53 weiym Exp $
**
** pixel_ops.h: inline pixel operations.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming.
*/
#ifnd
www.eeworm.com/read/237554/4622824
c icon.c
/*
** $Id: icon.c,v 1.22 2003/11/23 04:09:08 weiym Exp $
**
** icon.c: Icon operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maint
www.eeworm.com/read/237554/4622879
c clip-lite.c
/*
** $Id: clip-lite.c,v 1.6 2003/09/04 03:09:52 weiym Exp $
**
** clip-lite.c: Clipping operations of GDI for MiniGUI-Lite.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei
www.eeworm.com/read/237554/4622916
c icon.c
/*
** $Id: icon.c,v 1.24 2003/09/04 03:09:52 weiym Exp $
**
** icon.c Icon operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current mainta
www.eeworm.com/read/233554/4666482
c ntpq_ops.c
/*
* ntpq_ops.c - subroutines which are called to perform operations by ntpq
*/
#include
#include
#include
#include
#include "ntpq.h"
#include "ntp_s
www.eeworm.com/read/233448/4684722
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