代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/232568/4698441
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/232568/4698455
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/232568/4698489
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/232568/4698503
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/228117/4766710
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/227684/4770019
sml cml-text-io-sig.sml
(* cml-text-io-sig.sml
*
* COPYRIGHT (c) 1996 AT&T Research.
* COPYRIGHT (c) 1991 John H. Reppy.
*
* This extends the SMLBL TEXT_IO interface with event-valued operations.
*)
signature CML_TEXT
www.eeworm.com/read/216499/4892545
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/216450/4895317
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/209559/4968341
h atomic.h
#ifndef __ARCH_X86_64_ATOMIC__
#define __ARCH_X86_64_ATOMIC__
#include
/* atomic_t should be 32 bit signed type */
/*
* Atomic operations that C can't guarantee us. Useful for
*
www.eeworm.com/read/209559/4968621
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