代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/375673/2723043
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/369339/2801106
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/366702/2881940
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/365785/2895216
h mtio.h
/* magnetic tape commands Author: Kees J. Bot
*/
#ifndef _SYS__MTIO_H
#define _SYS__MTIO_H
/* Tape operations: ioctl(fd, MTIOCTOP, &struct mtop) */
struct mtop {
short mt_op; /* O
www.eeworm.com/read/362989/2924206
h cdev.h
#ifndef _LINUX_CDEV_H
#define _LINUX_CDEV_H
#ifdef __KERNEL__
struct cdev {
struct kobject kobj;
struct module *owner;
struct file_operations *ops;
struct list_head list;
dev_t dev;
unsigned in
www.eeworm.com/read/362762/2927192
h mtio.h
/* magnetic tape commands Author: Kees J. Bot
*/
#ifndef _SYS__MTIO_H
#define _SYS__MTIO_H
/* Tape operations: ioctl(fd, MTIOCTOP, &struct mtop) */
struct mtop {
short mt_op; /* O
www.eeworm.com/read/357209/3028190
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
www.eeworm.com/read/357083/3031790
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/357083/3032098
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/262041/4316374
h cdev.h
#ifndef _LINUX_CDEV_H
#define _LINUX_CDEV_H
#ifdef __KERNEL__
struct cdev {
struct kobject kobj;
struct module *owner;
struct file_operations *ops;
struct list_head list;
dev_t dev;
u